Skip to content

Commit f3f1e6d

Browse files
committed
add _spack_packages
1 parent 05b3bf0 commit f3f1e6d

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
path = _spack_root
33
url = https://github.com/spack/spack.git
44
branch = releases/v1.0
5+
[submodule "_spack_packages"]
6+
path = _spack_packages
7+
url = https://github.com/spack/spack-packages
8+
branch = releases/v2025.07

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sphinx:
2525
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
2626
# builder: "dirhtml"
2727
# Fail on all warnings to avoid broken references
28-
# fail_on_warning: true
28+
fail_on_warning: true
2929

3030
# We need to include the _spack_root submodule to get the logo image
3131
submodules:

_spack_packages

Submodule _spack_packages added at 4ff5737

tutorial_basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ Because this compiler is a newer version than the external compilers Spack knows
384384
We will discuss changing these defaults in a later section.
385385
We can check that this compiler is preferred by looking at the install plan for a package that isn't being reused from binary.
386386

387-
.. literalinclude:: outputs/basics/spec-zziplib
387+
.. literalinclude:: outputs/basics/spec-zziplib.out
388388
:language: spec
389389

390390
For the test of the tutorial we will sometimes use this new compiler, and sometimes we want to demonstrate things without it. For now, we will uninstall it to avoid using it in the next section.

0 commit comments

Comments
 (0)