Skip to content

Commit

Permalink
#21: Use develop branch of spack
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDomagala committed Aug 2, 2024
1 parent 151a750 commit e547df7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ci/test_spack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/darma-magistrate/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit e547df7

Please sign in to comment.