trilinos: conflict with cuda >= 11.6.0 (#28530)

This commit is contained in:
Scott Wittenburg
2022-01-20 19:08:34 -07:00
committed by GitHub
parent 76b7095445
commit 282fd57114

View File

@@ -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')