Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion common/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

git clone --depth=2 --branch=releases/v1.2 https://github.com/spack/spack
. spack/share/spack/setup-env.sh
spack mirror add --unsigned tutorial /mirror
spack mirror add tutorial /mirror
spack buildcache keys --install --trust --yes-to-all
spack bootstrap now
spack compiler find

Expand Down
3 changes: 0 additions & 3 deletions outputs/environments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ export SPACK_COLOR=never
. "$project/init_spack.sh"
. share/spack/setup-env.sh

# spack mirror add --unsigned tutorial /mirror
#example environments/mirror "spack buildcache keys --install --trust"

# Working with Environments

example environments/find-no-env-1 "spack find"
Expand Down