summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHarmen Stoppels <me@harmenstoppels.nl>2023-11-29 12:14:39 +0100
committerGitHub <noreply@github.com>2023-11-29 12:14:39 +0100
commit2c4bc287b82f7c736ac95f7749466310182614a6 (patch)
treec7f8fedd0b657b6c5df89c450d8170676733c3d8 /lib
parentfcb3d62093021c7f3fb49defc54ffd7c11caf64a (diff)
downloadspack-2c4bc287b82f7c736ac95f7749466310182614a6.tar.gz
spack-2c4bc287b82f7c736ac95f7749466310182614a6.tar.bz2
spack-2c4bc287b82f7c736ac95f7749466310182614a6.tar.xz
spack-2c4bc287b82f7c736ac95f7749466310182614a6.zip
cuda: fix compiler conflicts (#41304)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/build_systems/cuda.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/spack/build_systems/cuda.py b/lib/spack/spack/build_systems/cuda.py
index 4a07c8b2c4..9f9348f661 100644
--- a/lib/spack/spack/build_systems/cuda.py
+++ b/lib/spack/spack/build_systems/cuda.py
@@ -136,12 +136,12 @@ 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.1")
+ conflicts("%gcc@13:", when="+cuda ^cuda@:12.3")
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@:12.0")
- conflicts("%clang@16:", when="+cuda ^cuda@:12.1")
+ conflicts("%clang@16:", when="+cuda ^cuda@:12.3")
# https://gist.github.com/ax3l/9489132#gistcomment-3860114
conflicts("%gcc@10", when="+cuda ^cuda@:11.4.0")