Skip to content

Commit

Permalink
Simplify the environment creation in mirrors tutorial (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecbcs committed Nov 11, 2023
1 parent d8b8094 commit a44b9c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions outputs/cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ example cache/mirror-list-0 "spack mirror list"

example cache/setup-scr "cd ~"
cd ~ || exit
example cache/setup-scr "mkdir cache-env"
example cache/setup-scr "spack env create -d cache-env"
example cache/setup-scr "cd cache-env"
cd cache-env || exit
example cache/setup-scr "spack env create -d ."
fake_example cache/setup-scr "spacktivate ." "spack env activate ."
spack env activate .
example cache/setup-scr "# for now, disable fortran support in all packages"
Expand Down

0 comments on commit a44b9c9

Please sign in to comment.