umpire: depend on camp~rocm when umpire itself has ~rocm (#42701)

This commit is contained in:
Mikael Simberg 2024-02-19 11:58:31 +01:00 committed by GitHub
parent 668879141f
commit a1f90620c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"):