You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
The text was updated successfully, but these errors were encountered:
xref:
cutensor-feedstock/recipe/run_test.sh
Lines 10 to 14 in 180a5cb
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.The text was updated successfully, but these errors were encountered: