Skip to content

Commit a7b844d

Browse files
committed
update setup to avoid bug in spack tutorial command
Signed-off-by: Gregory Becker <becker33@llnl.gov>
1 parent 9423931 commit a7b844d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

common/setup.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
and then set Spack up like this::
88

9-
git clone --depth=20 --branch=releases/v1.0 https://github.com/spack/spack
9+
git clone --depth=2 --branch=releases/v1.0 https://github.com/spack/spack
1010
. spack/share/spack/setup-env.sh
11-
spack tutorial -y
12-
spack bootstrap now
13-
spack compiler find
11+
spack repo update builtin --tag v2025.07.0
12+
spack mirror add tutorial /mirror
13+
spack buildcache keys --install --trust
1414

1515
See the :ref:`basics-tutorial` for full details on setup. For more help, join us in the ``#tutorial`` channel on Slack -- get an invitation at `slack.spack.io <https://slack.spack.io/>`_
1616

0 commit comments

Comments
 (0)