Skip to content
Snippets Groups Projects
Commit bfa11fec authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: double colon

parent ac8cecc3
No related branches found
No related tags found
No related merge requests found
......@@ -163,10 +163,10 @@ spack buildcache update-index local
spack buildcache update-index eics3rw
spack env activate --dir ${SPACK_ENV}
if [ -n ${JUGGLER_VERSION} ] ; then
spack config add "packages:juggler:require:['@git.${JUGGLER_VERSION}']"
spack config add "packages:juggler::require:['@git.${JUGGLER_VERSION}']"
fi
if [ -n ${EICRECON_VERSION} ] ; then
spack config add "packages:eicrecon:require:['@git.${EICRECON_VERSION}']"
spack config add "packages:eicrecon::require:['@git.${EICRECON_VERSION}']"
fi
spack concretize --fresh --force --quiet
make --jobs ${jobs} --keep-going --directory /opt/spack-environment SPACK_ENV=${SPACK_ENV} BUILDCACHE_MIRROR="local eics3rw"
......
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