We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29a5b3 commit 12a818dCopy full SHA for 12a818d
spack-environment/packages.yaml
@@ -83,6 +83,12 @@ packages:
83
cppcoro:
84
require:
85
- '@10bbcdbf2be3ad3aa56febcf4c7662d771460a99'
86
+ cuda:
87
+ require:
88
+ # We disable CUDA's maximum supported compiler versions, e.g.:
89
+ # conflicts("%clang@20:", when="+cuda ^cuda@:12.9")
90
+ # https://github.com/spack/spack-packages/blob/develop/repos/spack_repo/builtin/build_systems/cuda.py
91
+ - +allow-unsupported-compilers
92
dawn:
93
94
- '@3_91a'
0 commit comments