Skip to content
Merged
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
4 changes: 1 addition & 3 deletions tutorial_basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,7 @@ Spack can also use compilers built by Spack to compile later packages.
.. literalinclude:: outputs/basics/compilers-2.out
:language: spec

Because this compiler is a newer version than the external compilers Spack knows about, it will be the new default compiler.
We will discuss changing these defaults in a later section.
We can check that this compiler is preferred by looking at the install plan for a package that isn't being reused from binary.
Now ``gcc@12`` is immediately available to use.

.. literalinclude:: outputs/basics/spec-zziplib.out
:language: spec
Expand Down