From bd43467cbfb2c5f2961019b42609811a8b06bb56 Mon Sep 17 00:00:00 2001 From: Bram Veenboer Date: Fri, 21 Jan 2022 12:08:20 +0100 Subject: CUDA: add v11.6.0 (#28439) --- lib/spack/spack/build_systems/cuda.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/spack/spack/build_systems/cuda.py b/lib/spack/spack/build_systems/cuda.py index ce622a363c..8200737d76 100644 --- a/lib/spack/spack/build_systems/cuda.py +++ b/lib/spack/spack/build_systems/cuda.py @@ -105,10 +105,9 @@ class CudaPackage(PackageBase): # This implies that the last one in the list has to be updated at # each release of a new cuda minor version. conflicts('%gcc@10:', when='+cuda ^cuda@:11.0') - conflicts('%gcc@11:', when='+cuda ^cuda@:11.4.0') - conflicts('%gcc@12:', when='+cuda ^cuda@:11.5.0') - conflicts('%clang@12:', when='+cuda ^cuda@:11.4.0') - conflicts('%clang@13:', when='+cuda ^cuda@:11.5.0') + conflicts('%gcc@12:', when='+cuda ^cuda@:11.6') + conflicts('%clang@13:', when='+cuda ^cuda@:11.5') + conflicts('%clang@14:', when='+cuda ^cuda@:11.6') # https://gist.github.com/ax3l/9489132#gistcomment-3860114 conflicts('%gcc@10', when='+cuda ^cuda@:11.4.0') -- cgit v1.2.3-60-g2f50