Skip to content

Commit

Permalink
Fixing spack env logic
Browse files Browse the repository at this point in the history
  • Loading branch information
whart222 committed Oct 6, 2024
1 parent 4ec85c3 commit 1df7da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ if [[ "$with_spack" -eq 1 ]]; then
spack repo list
spack external find
spack compiler find
spack add asl fmt@8.0.1 rapidjson catch2 highs $with_valgrind $with_scip
spack env create $spack_env
spack env activate $spack_env
spack add asl fmt@8.0.1 rapidjson catch2 highs $with_valgrind $with_scip
spack install
spack env deactivate
spack repo remove `pwd`/_spack_tpls/repo
Expand Down

0 comments on commit 1df7da2

Please sign in to comment.