Skip to content
Snippets Groups Projects
Commit e0711301 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

remove --overwrite option

parent de5ab240
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ spack env activate $EBRAINS_SPACK_ENV
# remove the .lock file and let the enironment be concretized by the spack install command:
rm $SPACK_ROOT/var/spack/environments/$EBRAINS_SPACK_ENV/spack.lock || echo "No spack.lock file"
# install the environment, use 2 jobs to reduce the amount of required RAM
spack install --overwrite -y -j2 --fresh --test root
spack install -y -j2 --fresh --test root
# rebuild spack's database
spack reindex
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment