Skip to content

Commit 09e5c7a

Browse files
authored
update the basics section online docs to reflect 1.1 (#507)
* update the basics section online docs to reflect 1.1 * remove reference to repo pinning
1 parent cf23afc commit 09e5c7a

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

outputs/basics.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ spack config add "config:suppress_gpg_warnings:true"
2121

2222
example basics/source-setup ". share/spack/setup-env.sh"
2323

24-
# pin repository to release
25-
example basics/repo "spack repo update builtin --tag $packages_release"
26-
2724
# spack list
2825
example basics/list "spack list"
2926
example basics/list-py "spack list 'py-*'"

tutorial_basics.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Installing Spack
2323
----------------
2424

2525
Spack is ready to use immediately after installation.
26-
To get started, we simply clone the Spack repository and check out the latest release, v1.0.
26+
To get started, we simply clone the Spack repository and check out the latest release, v1.1.
2727

2828
.. literalinclude:: outputs/basics/clone.out
2929
:language: console
@@ -35,11 +35,6 @@ Spack has some nice command line integration tools, so instead of simply prepend
3535
3636
$ . share/spack/setup-env.sh
3737
38-
For this tutorial we'll also pin the packages repository to ``2025.07.0`` to make use of the binary caches later on by running:
39-
40-
.. literalinclude:: outputs/basics/repo.out
41-
:language: console
42-
4338
And now we're good to go!
4439

4540
-----------------

0 commit comments

Comments
 (0)