cuda@12.8 requires glibc@2.27 (#49561)

This commit is contained in:
Satish Balay 2025-03-31 15:02:09 -05:00 committed by GitHub
parent 49a17de751
commit bf6ea7b047
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -690,6 +690,9 @@ class Cuda(Package):
# Mojave support -- only macOS High Sierra 10.13 is supported.
conflicts("arch=darwin-mojave-x86_64")
# cuda-12.8 libcusolver.so requires log2f@GLIBC_2.27
conflicts("glibc@:2.26", when="@12.8:")
variant(
"dev", default=False, description="Enable development dependencies, i.e to use cuda-gdb"
)