We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75afd38 commit 751faaeCopy full SHA for 751faae
build.sh
@@ -130,8 +130,13 @@ else
130
echo ""
131
git clone https://github.com/spack/spack.git ${SPACK_HOME}
132
. ${SPACK_HOME}/share/spack/setup-env.sh
133
- echo "Adding _spack_tpls"
+ echo ""
134
+ echo "Removing _spack_tpls"
135
136
spack repo remove `pwd`/_spack_tpls/repo | true
137
138
+ echo "Adding _spack_tpls"
139
140
spack repo add `pwd`/_spack_tpls/repo
141
spack repo list
142
spack env create $spack_env
@@ -145,7 +150,9 @@ else
145
150
fi
146
151
if test -d ${SPACK_HOME}; then
147
152
export SPACK_HOME=$(cd ${SPACK_HOME}; pwd)
153
148
154
echo "SPACK_HOME=${SPACK_HOME}"
155
149
156
157
#
158
# Install coek
0 commit comments