trilinos: conflict with cuda >= 11.6.0 (#28530)
This commit is contained in:
parent
76b7095445
commit
282fd57114
@ -280,6 +280,12 @@ class Trilinos(CMakePackage, CudaPackage, ROCmPackage):
|
||||
# Old trilinos fails with new CUDA (see #27180)
|
||||
conflicts('@:13.0.1 +cuda', when='^cuda@11:')
|
||||
|
||||
# See discussion on the PR adding cuda@11.6 for details.
|
||||
#
|
||||
# https://github.com/spack/spack/pull/28439
|
||||
#
|
||||
conflicts('+cuda', when='^cuda@11.6.0:')
|
||||
|
||||
# stokhos fails on xl/xl_r
|
||||
conflicts('+stokhos', when='%xl')
|
||||
conflicts('+stokhos', when='%xl_r')
|
||||
|
Loading…
Reference in New Issue
Block a user