From ccea1c6c9b43362e394c7196f5f873f8c2bd10ef Mon Sep 17 00:00:00 2001 From: Nathan Ellingwood Date: Mon, 14 Apr 2025 02:13:32 -0600 Subject: [PATCH] trilinos: update for kokkos and kokkos-kernels 4.6.00 (#49977) Corresponds to the kokkos 4.6.00 release, see PRs: * https://github.com/spack/spack/pull/49810 * https://github.com/trilinos/Trilinos/pull/13925 Signed-off-by: Nathan Ellingwood --- var/spack/repos/builtin/packages/trilinos/package.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/var/spack/repos/builtin/packages/trilinos/package.py b/var/spack/repos/builtin/packages/trilinos/package.py index 46f00d18b7c..74df430456a 100644 --- a/var/spack/repos/builtin/packages/trilinos/package.py +++ b/var/spack/repos/builtin/packages/trilinos/package.py @@ -427,12 +427,12 @@ class Trilinos(CMakePackage, CudaPackage, ROCmPackage): depends_on("kokkos-kernels~shared", when="+cuda_rdc") depends_on("kokkos-kernels~shared", when="+rocm_rdc") depends_on("kokkos~complex_align") - depends_on("kokkos@=4.5.01", when="@master:") + depends_on("kokkos@=4.6.00", when="@master:") depends_on("kokkos@=4.5.01", when="@16.1") depends_on("kokkos@=4.3.01", when="@16.0") depends_on("kokkos@=4.2.01", when="@15.1:15") depends_on("kokkos@=4.1.00", when="@14.4:15.0") - depends_on("kokkos-kernels@=4.5.01", when="@master:") + depends_on("kokkos-kernels@=4.6.00", when="@master:") depends_on("kokkos-kernels@=4.5.01", when="@16.1") depends_on("kokkos-kernels@=4.3.01", when="@16.0") depends_on("kokkos-kernels@=4.2.01", when="@15.1:15")