Skip to content
Snippets Groups Projects
Commit 6cffa46e authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Fix bug in build_icon.sh

parent 53d3c6f0
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ cd ${WORKDIR} ...@@ -16,7 +16,7 @@ cd ${WORKDIR}
# Check if experiment's spack installation already exists, if it doesn't, clone it. # Check if experiment's spack installation already exists, if it doesn't, clone it.
SPACK_ENV=spack/share/spack/setup-env.sh SPACK_ENV=spack/share/spack/setup-env.sh
if [ ! -f ${SPACK_ENV}] ; then if [ ! -f ${SPACK_ENV} ] ; then
git clone ${SPACK_URL} -b ${SPACK_BRANCH} git clone ${SPACK_URL} -b ${SPACK_BRANCH}
#TODO: Would be good to enable the re-utilization of existing spack packages (via packages.yaml or upstreams.yaml) #TODO: Would be good to enable the re-utilization of existing spack packages (via packages.yaml or upstreams.yaml)
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment