Skip to content

Commit

Permalink
Adding debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
whart222 committed Sep 13, 2024
1 parent 75afd38 commit 751faae
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,13 @@ else
echo ""
git clone https://github.com/spack/spack.git ${SPACK_HOME}
. ${SPACK_HOME}/share/spack/setup-env.sh
echo "Adding _spack_tpls"
echo ""
echo "Removing _spack_tpls"
echo ""
spack repo remove `pwd`/_spack_tpls/repo | true
echo ""
echo "Adding _spack_tpls"
echo ""
spack repo add `pwd`/_spack_tpls/repo
spack repo list
spack env create $spack_env
Expand All @@ -145,7 +150,9 @@ else
fi
if test -d ${SPACK_HOME}; then
export SPACK_HOME=$(cd ${SPACK_HOME}; pwd)
echo ""
echo "SPACK_HOME=${SPACK_HOME}"
echo ""
fi
#
# Install coek
Expand Down

0 comments on commit 751faae

Please sign in to comment.