umpire: depend on camp~rocm when umpire itself has ~rocm (#42701)
This commit is contained in:
parent
668879141f
commit
a1f90620c3
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ class Umpire(CachedCMakePackage, CudaPackage, ROCmPackage):
|
|||
depends_on("camp@main", when="@develop")
|
||||
depends_on("camp+openmp", when="+openmp")
|
||||
depends_on("camp~cuda", when="~cuda")
|
||||
depends_on("camp~rocm", when="~rocm")
|
||||
|
||||
with when("@5.0.0:"):
|
||||
with when("+cuda"):
|
||||
|
|
Loading…
Reference in a new issue