From e547df702c729338227b8fc42dd9bf70ea89abc6 Mon Sep 17 00:00:00 2001 From: Jacob Domagala Date: Fri, 2 Aug 2024 16:35:19 +0200 Subject: [PATCH] #21: Use develop branch of spack --- ci/test_spack.sh | 1 - packages/darma-magistrate/package.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/test_spack.sh b/ci/test_spack.sh index e2da4a4..908aa6b 100755 --- a/ci/test_spack.sh +++ b/ci/test_spack.sh @@ -9,7 +9,6 @@ git clone https://github.com/spack/spack.git git clone -b "$branch_name" https://github.com/DARMA-tasking/spack-package.git cd "$spack_path" || exit 1 -git checkout v0.16.3 cd "$cur_path" || exit 1 declare -A variables_map diff --git a/packages/darma-magistrate/package.py b/packages/darma-magistrate/package.py index f7a07eb..7f804c1 100644 --- a/packages/darma-magistrate/package.py +++ b/packages/darma-magistrate/package.py @@ -52,7 +52,7 @@ class DarmaMagistrate(CMakePackage): "lib/libmagistrate.a" ] - depends_on("kokkos@master", when="+kokkos_enabled") + depends_on("kokkos@4.1.00", when="+kokkos_enabled") def cmake_args(self): args = []