Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aarch64 binaries require glibc 2.27+ #46

Closed
leofang opened this issue Sep 2, 2023 · 3 comments
Closed

aarch64 binaries require glibc 2.27+ #46

leofang opened this issue Sep 2, 2023 · 3 comments

Comments

@leofang
Copy link
Member

leofang commented Sep 2, 2023

xref:

# the aarch64 binary requires newer glibc that conda-forge currently lacks
# (the tests can still run for CUDA 11 because the docker image in use happens to have newer glibc)
if [[ $target_platform == linux-aarch64 && "${cuda_compiler_version}" =~ 12.* ]]; then
exit 0
fi

This wasn't detected until now, because of the same reason discovered elsewhere: conda-forge/cuquantum-feedstock#47 (comment). Now that we switch to the non-CUDA image for CUDA 12 builds, it gets exposed.

We should add run_constrained: __glibc >= 2.27 when the infra is ready.

@leofang leofang mentioned this issue Nov 21, 2023
3 tasks
@leofang
Copy link
Member Author

leofang commented Nov 21, 2023

It seems cuTENSOR 2.0 for ppc64le needs at least glibc 2.22 (#50 (comment)).

@jakirkham
Copy link
Member

Cross-linking to CUDA Toolkit CentOS 7 deprecation issue ( conda-forge/cuda-feedstock#28 ), which this depends on

@carterbox
Copy link
Member

Closed by #62

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants