Skip to content

Commit 34733dc

Browse files
committed
fix: cuda +allow-unsupported-compilers
Add support for unsupported compilers in CUDA.
1 parent 2ebfc74 commit 34733dc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

spack-environment/packages.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ packages:
106106
cppcoro:
107107
require:
108108
- '@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
109115
dawn:
110116
require:
111117
- '@3_91a'

0 commit comments

Comments
 (0)