We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ebfc74 commit 34733dcCopy full SHA for 34733dc
1 file changed
spack-environment/packages.yaml
@@ -106,6 +106,12 @@ packages:
106
cppcoro:
107
require:
108
- '@10bbcdbf2be3ad3aa56febcf4c7662d771460a99'
109
+ cuda:
110
+ require:
111
+ # We disable CUDA's maximum supported compiler versions, e.g.:
112
+ # conflicts("%clang@20:", when="+cuda ^cuda@:12.9")
113
+ # https://github.com/spack/spack-packages/blob/develop/repos/spack_repo/builtin/build_systems/cuda.py
114
+ - +allow-unsupported-compilers
115
dawn:
116
117
- '@3_91a'
0 commit comments