From b86e620743aff8668752574e4c39b3a569f12668 Mon Sep 17 00:00:00 2001 From: G-Ragghianti <33492707+G-Ragghianti@users.noreply.github.com> Date: Thu, 30 Jul 2020 23:01:48 -0400 Subject: Fixing problems caused by a comfused spack concretizer (#17797) --- var/spack/repos/builtin/packages/magma/package.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/magma/package.py b/var/spack/repos/builtin/packages/magma/package.py index b6140bbd8a..ec2324290a 100644 --- a/var/spack/repos/builtin/packages/magma/package.py +++ b/var/spack/repos/builtin/packages/magma/package.py @@ -36,7 +36,9 @@ class Magma(CMakePackage, CudaPackage): depends_on('blas') depends_on('lapack') depends_on('cuda@8:', when='@2.5.1:') # See PR #14471 - depends_on('cuda@:10', when='@:2.5.3') # incompatible with CUDA 11 + depends_on('cuda@:10.99999') # incompatible with CUDA 11 + # The previous line would ideally include "when='@:2.5.3'", but this + # doesn't work due to a problem with the concretizer. conflicts('~cuda', msg='Magma requires cuda') conflicts('cuda_arch=none', -- cgit v1.2.3-60-g2f50