summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorWileam Y. Phan <50928756+wyphan@users.noreply.github.com>2023-01-10 05:51:23 -0500
committerGitHub <noreply@github.com>2023-01-10 11:51:23 +0100
commit0f7f600d1fd0f80ec72c8a4c70cae617937921b8 (patch)
tree56621a619fd87266397b77f114de065592c6f286 /lib
parent9283a94ee4c3d6ec80356d9be565ce80f2e82ba3 (diff)
downloadspack-0f7f600d1fd0f80ec72c8a4c70cae617937921b8.tar.gz
spack-0f7f600d1fd0f80ec72c8a4c70cae617937921b8.tar.bz2
spack-0f7f600d1fd0f80ec72c8a4c70cae617937921b8.tar.xz
spack-0f7f600d1fd0f80ec72c8a4c70cae617937921b8.zip
Add CUDA 12.0 (#34664)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/build_systems/cuda.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/spack/spack/build_systems/cuda.py b/lib/spack/spack/build_systems/cuda.py
index 4ab7547200..1b45515e43 100644
--- a/lib/spack/spack/build_systems/cuda.py
+++ b/lib/spack/spack/build_systems/cuda.py
@@ -137,10 +137,11 @@ class CudaPackage(PackageBase):
conflicts("%gcc@11:", when="+cuda ^cuda@:11.4.0")
conflicts("%gcc@11.2:", when="+cuda ^cuda@:11.5")
conflicts("%gcc@12:", when="+cuda ^cuda@:11.8")
+ conflicts("%gcc@13:", when="+cuda ^cuda@:12.0")
conflicts("%clang@12:", when="+cuda ^cuda@:11.4.0")
conflicts("%clang@13:", when="+cuda ^cuda@:11.5")
conflicts("%clang@14:", when="+cuda ^cuda@:11.7")
- conflicts("%clang@15:", when="+cuda ^cuda@:11.8")
+ conflicts("%clang@15:", when="+cuda ^cuda@:12.0")
# https://gist.github.com/ax3l/9489132#gistcomment-3860114
conflicts("%gcc@10", when="+cuda ^cuda@:11.4.0")