From c47be47e7acd1c04bdfea54c27efbd3c9c40d36e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 3 Feb 2025 18:41:49 +0000 Subject: [PATCH] spack updates --- spack-repo/packages/spiner/package.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/spack-repo/packages/spiner/package.py b/spack-repo/packages/spiner/package.py index 4f1b4a2072..e9b323552d 100644 --- a/spack-repo/packages/spiner/package.py +++ b/spack-repo/packages/spiner/package.py @@ -63,10 +63,7 @@ class Spiner(CMakePackage): depends_on("ports-of-call portability_strategy=Kokkos", when="@:1.5.1 +kokkos") depends_on("ports-of-call portability_strategy=None", when="@:1.5.1 ~kokkos") depends_on("kokkos@3.3.00:", when="+kokkos") - requires( - "^kokkos ~shared+cuda_lambda+cuda_constexpr", - when="+kokkos ^kokkos+cuda", - ) + requires("^kokkos+cuda_lambda+cuda_constexpr", when="+kokkos ^kokkos+cuda") depends_on("hdf5+hl~mpi", when="+hdf5~mpi") depends_on("hdf5+hl+mpi", when="+hdf5+mpi")