Skip to content
Snippets Groups Projects
Unverified Commit 2f5e4e16 authored by G-Ragghianti's avatar G-Ragghianti Committed by GitHub
Browse files

MAGMA isn't compatible with CUDA 11 (#17753)

parent 7b051df8
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,7 @@ class Magma(CMakePackage, CudaPackage): ...@@ -36,6 +36,7 @@ class Magma(CMakePackage, CudaPackage):
depends_on('blas') depends_on('blas')
depends_on('lapack') depends_on('lapack')
depends_on('cuda@8:', when='@2.5.1:') # See PR #14471 depends_on('cuda@8:', when='@2.5.1:') # See PR #14471
depends_on('cuda@:10', when='@:2.5.3') # incompatible with CUDA 11
conflicts('~cuda', msg='Magma requires cuda') conflicts('~cuda', msg='Magma requires cuda')
conflicts('cuda_arch=none', conflicts('cuda_arch=none',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment