We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
manylinux2014 will be deprecated in July 2024 and arrow may start supporting manylinux_2_28 soon:
It'd also be useful to support _GLIBCXX_USE_CXX11_ABI=1 for source builds on other systems
_GLIBCXX_USE_CXX11_ABI=1
This would involve:
x64-linux-dynamic-cxx17-abi1-rel
arcae/vcpkg/overlay-triplets/x64-linux-dynamic-cxx17-abi0-rel.cmake
Line 11 in ac315e9
arcae/cpp/CMakeLists.txt
Line 15 in ac315e9
arcae/arcae/CMakeLists.txt
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
manylinux2014 will be deprecated in July 2024 and arrow may start supporting manylinux_2_28 soon:
It'd also be useful to support
_GLIBCXX_USE_CXX11_ABI=1
for source builds on other systemsThis would involve:
x64-linux-dynamic-cxx17-abi1-rel
based on the existing ABI0 tripletarcae/vcpkg/overlay-triplets/x64-linux-dynamic-cxx17-abi0-rel.cmake
Line 11 in ac315e9
arcae/cpp/CMakeLists.txt
Line 15 in ac315e9
arcae/arcae/CMakeLists.txt
Line 15 in ac315e9
The text was updated successfully, but these errors were encountered: