hiop +cuda: fix issue 40678 (#40688)
This commit is contained in:
parent
cf9a32e6db
commit
d075732cc5
1 changed files with 2 additions and 3 deletions
|
@ -103,10 +103,9 @@ class Hiop(CMakePackage, CudaPackage, ROCmPackage):
|
|||
depends_on("magma@{0}:".format(magma_v), when="@{0}:+cuda".format(hiop_v))
|
||||
depends_on("magma@{0}:".format(magma_v), when="@{0}:+rocm".format(hiop_v))
|
||||
|
||||
depends_on("cuda@11:", when="@develop:+cuda")
|
||||
|
||||
# https://github.com/spack/spack/issues/40678
|
||||
depends_on("cuda@:11.9", when="@:1.0 +cuda")
|
||||
depends_on("cuda@11:11.9", when="@develop:+cuda")
|
||||
depends_on("cuda@:11.9", when="+cuda")
|
||||
|
||||
depends_on("raja", when="+raja")
|
||||
depends_on("umpire", when="+raja")
|
||||
|
|
Loading…
Reference in a new issue