Skip to content

Commit

Permalink
update init_spack.sh to remove direct references to mirror path (#106)
Browse files Browse the repository at this point in the history
All other references will be changed by other active PRs
  • Loading branch information
becker33 committed Apr 15, 2021
1 parent 5090196 commit c2545c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions outputs/init_spack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
if [ ! -d ~/spack ]; then
git clone https://github.com/spack/spack ~/spack
cd ~/spack
git checkout releases/v0.15
git checkout releases/v0.16
else
cd ~/spack
fi

. share/spack/setup-env.sh

spack mirror add tutorial /mirror
spack gpg trust /mirror/public.key
spack buildcache keys --install --trust
spack config add 'config:suppress_gpg_warnings:true'
spack config add 'packages:all:target:[x86_64]'

0 comments on commit c2545c4

Please sign in to comment.