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: 0 additions & 3 deletions outputs/basics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ spack config add "config:suppress_gpg_warnings:true"

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

# pin repository to release
example basics/repo "spack repo update builtin --tag $packages_release"

# spack list
example basics/list "spack list"
example basics/list-py "spack list 'py-*'"
Expand Down
7 changes: 1 addition & 6 deletions tutorial_basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Installing Spack
----------------

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

.. literalinclude:: outputs/basics/clone.out
:language: console
Expand All @@ -35,11 +35,6 @@ Spack has some nice command line integration tools, so instead of simply prepend

$ . share/spack/setup-env.sh

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:

.. literalinclude:: outputs/basics/repo.out
:language: console

And now we're good to go!

-----------------
Expand Down