Skip to content

Commit 751faae

Browse files
committed
Adding debugging output
1 parent 75afd38 commit 751faae

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: build.sh

+8-1
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,13 @@ else
130130
echo ""
131131
git clone https://github.com/spack/spack.git ${SPACK_HOME}
132132
. ${SPACK_HOME}/share/spack/setup-env.sh
133-
echo "Adding _spack_tpls"
133+
echo ""
134+
echo "Removing _spack_tpls"
135+
echo ""
134136
spack repo remove `pwd`/_spack_tpls/repo | true
137+
echo ""
138+
echo "Adding _spack_tpls"
139+
echo ""
135140
spack repo add `pwd`/_spack_tpls/repo
136141
spack repo list
137142
spack env create $spack_env
@@ -145,7 +150,9 @@ else
145150
fi
146151
if test -d ${SPACK_HOME}; then
147152
export SPACK_HOME=$(cd ${SPACK_HOME}; pwd)
153+
echo ""
148154
echo "SPACK_HOME=${SPACK_HOME}"
155+
echo ""
149156
fi
150157
#
151158
# Install coek

0 commit comments

Comments
 (0)