trilinos: depends on kokkos~cuda when ~cuda and kokkos~rocm when ~rocm (#49951)
This commit is contained in:
parent
4b73da5bb2
commit
382647c8af
@ -418,6 +418,8 @@ class Trilinos(CMakePackage, CudaPackage, ROCmPackage):
|
||||
|
||||
# External Kokkos
|
||||
with when("@14.4: +kokkos"):
|
||||
depends_on("kokkos~cuda", when="~cuda")
|
||||
depends_on("kokkos~rocm", when="~rocm")
|
||||
depends_on("kokkos+wrapper", when="+wrapper")
|
||||
depends_on("kokkos~wrapper", when="~wrapper")
|
||||
depends_on("kokkos+cuda_relocatable_device_code~shared", when="+cuda_rdc")
|
||||
|
Loading…
Reference in New Issue
Block a user