diff --git a/test/utils/spack_setup b/test/utils/spack_setup index 198bf06e9..f7d547563 100755 --- a/test/utils/spack_setup +++ b/test/utils/spack_setup @@ -10,7 +10,7 @@ echo $DEST git clone "https://github.com/spack/spack.git" "$DEST" cd $DEST || exit -#git checkout tags/v0.15.4 +git checkout tags/v1.0.2 # We have to install something to initialize the db. Patchelf is small # and often needed anyway.