@@ -33,11 +33,14 @@ cuda_compiler_version: # [((linux and (x86_64 or aarch64)) or win64) and
3333 - 12.9 # [(linux and (x86_64 or aarch64)) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
3434 - 12.8 # [win64 and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
3535
36- c_compiler_version : # [(linux and (x86_64 or aarch64)) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
37- - 13 # [(linux and (x86_64 or aarch64)) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
36+ c_compiler_version : # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
37+ - 14 # [(linux and x86_64) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
38+ - 13 # [(linux and aarch64) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
3839
39- cxx_compiler_version : # [(linux and (x86_64 or aarch64)) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
40- - 13 # [(linux and (x86_64 or aarch64)) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
40+ cxx_compiler_version : # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
41+ - 14 # [(linux and x86_64) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
42+ - 13 # [(linux and aarch64) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
4143
42- fortran_compiler_version : # [(linux and (x86_64 or aarch64)) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
43- - 13 # [(linux and (x86_64 or aarch64)) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
44+ fortran_compiler_version : # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
45+ - 14 # [(linux and x86_64) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
46+ - 13 # [(linux and aarch64) and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
0 commit comments