From 066911bfe3484208c64471e3d600b5ffcb0b5d51 Mon Sep 17 00:00:00 2001 From: Kathleen Shea Date: Mon, 17 Nov 2025 00:55:43 -0600 Subject: [PATCH 1/2] update docs for new compiler whatever greg you know what i mean --- tutorial_basics.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tutorial_basics.rst b/tutorial_basics.rst index d1906a12f..769d06694 100644 --- a/tutorial_basics.rst +++ b/tutorial_basics.rst @@ -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 From ac310aec0588d961e0416511b1746ef96711252d Mon Sep 17 00:00:00 2001 From: Kathleen Shea Date: Mon, 17 Nov 2025 01:04:13 -0600 Subject: [PATCH 2/2] remove extra space --- tutorial_basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial_basics.rst b/tutorial_basics.rst index 769d06694..c282186ae 100644 --- a/tutorial_basics.rst +++ b/tutorial_basics.rst @@ -373,7 +373,7 @@ Spack can also use compilers built by Spack to compile later packages. .. literalinclude:: outputs/basics/compilers-2.out :language: spec -Now ``gcc@12`` is immediately available to use. +Now ``gcc@12`` is immediately available to use. .. literalinclude:: outputs/basics/spec-zziplib.out :language: spec