trilinos@14.4.0 revert kokkos-kernel dependency - as this breaks builds (#47852)

This commit is contained in:
Satish Balay 2024-12-02 13:44:37 -06:00 committed by GitHub
parent 8e5a040985
commit 839ed9447c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -418,7 +418,7 @@ class Trilinos(CMakePackage, CudaPackage, ROCmPackage):
depends_on("kokkos-kernels@4.4.01", when="@master:")
depends_on("kokkos-kernels@4.3.01", when="@16")
depends_on("kokkos-kernels@4.2.01", when="@15.1:15")
depends_on("kokkos-kernels@4.1.00", when="@14.4:15.0")
depends_on("kokkos-kernels@4.1.00", when="@15.0")
for a in CudaPackage.cuda_arch_values:
arch_str = f"+cuda cuda_arch={a}"
@ -903,6 +903,7 @@ def define_tpl(trilinos_name, spack_name, have_dep):
# External Kokkos
if spec.satisfies("@14.4.0: +kokkos"):
options.append(define_tpl_enable("Kokkos"))
if spec.satisfies("@15.0: +kokkos"):
options.append(define_tpl_enable("KokkosKernels", True))
# MPI settings