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

[DO-NOT-MERGE]

parent 081b0a21
Branches disable-view
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ spack env activate --without-view $EBRAINS_SPACK_ENV ...@@ -79,7 +79,7 @@ spack env activate --without-view $EBRAINS_SPACK_ENV
spack env view disable spack env view disable
# fetch all sources # fetch all sources
spack --verbose concretize -j$SPACK_JOBS --force --fresh --test root spack --debug concretize -j$SPACK_JOBS --force --fresh --test root
spack-python -c "exit(not len(spack.environment.active_environment().uninstalled_specs()))" && spack fetch --dependencies --missing spack-python -c "exit(not len(spack.environment.active_environment().uninstalled_specs()))" && spack fetch --dependencies --missing
# install the environment, use 2 jobs to reduce the amount of required RAM # install the environment, use 2 jobs to reduce the amount of required RAM
......
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