Trilinos: update kokkos dependency (#43785)
* fix so trilinos@master uses correct kokkos (@4.3.00) * Update var/spack/repos/builtin/packages/trilinos/package.py
This commit is contained in:
parent
02cc3ea005
commit
6c3218920f
1 changed files with 2 additions and 1 deletions
|
@ -400,7 +400,8 @@ class Trilinos(CMakePackage, CudaPackage, ROCmPackage):
|
||||||
# ###################### Dependencies ##########################
|
# ###################### Dependencies ##########################
|
||||||
|
|
||||||
# External Kokkos
|
# External Kokkos
|
||||||
depends_on("kokkos@4.2.01", when="@15.1.0: +kokkos")
|
depends_on("kokkos@4.3.00", when="@master: +kokkos")
|
||||||
|
depends_on("kokkos@4.2.01", when="@15.1.0:15.1.1 +kokkos")
|
||||||
depends_on("kokkos@4.1.00", when="@14.4.0:15.0.0 +kokkos")
|
depends_on("kokkos@4.1.00", when="@14.4.0:15.0.0 +kokkos")
|
||||||
|
|
||||||
depends_on("kokkos +wrapper", when="trilinos@14.4.0: +kokkos +wrapper")
|
depends_on("kokkos +wrapper", when="trilinos@14.4.0: +kokkos +wrapper")
|
||||||
|
|
Loading…
Reference in a new issue