Skip to content

Commit 789b2ed

Browse files
authored
updates for the basics section for v0.23 / sc24 (#406)
1 parent 41c9d75 commit 789b2ed

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

outputs/basics.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ project="$(dirname "$0")"
1010
export SPACK_COLOR=never
1111

1212
# basic installation
13-
example basics/clone "git clone --depth=100 --branch=$tutorial_branch https://github.com/spack/spack.git ~/spack"
13+
example basics/clone "git clone --depth=2 --branch=$tutorial_branch https://github.com/spack/spack.git ~/spack"
1414
example basics/clone "cd ~/spack"
1515

1616
cd ~/spack || exit

outputs/defs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414
raw_outputs="${PROJECT}/raw"
1515

1616
# used by scripts
17-
tutorial_branch=releases/v0.22
17+
tutorial_branch=releases/v0.23
1818

1919
print_status() {
2020
printf "\n%b: %s\n\n" "\033[1;35m$1\033[0m" "$2"

tutorial_basics.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Installing Spack
2828
----------------
2929

3030
Spack works out of the box. Simply clone Spack to get going. We will
31-
clone Spack and immediately check out the most recent release, v0.22.
31+
clone Spack and immediately check out the most recent release, v0.23.
3232

3333
.. literalinclude:: outputs/basics/clone.out
3434
:language: console
@@ -174,7 +174,7 @@ top-level package, we can also specify about a dependency using ``^``.
174174
Packages can also be referred to from the command line by their package
175175
hash. Using the ``spack find -lf`` command earlier we saw that the hash
176176
of our optimized installation of zlib-ng (``cflags="-O3"``) began with
177-
``6bhcy77``. We can now explicitly build with that package without typing
177+
``umrbkwv``. We can now explicitly build with that package without typing
178178
the entire spec, by using the ``/`` sigil to refer to it by hash. As with
179179
other tools like Git, you do not need to specify an *entire* hash on the
180180
command line. You can specify just enough digits to identify a hash

0 commit comments

Comments
 (0)