You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.rst
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,11 @@
8
8
Tutorial: Spack 101
9
9
===================
10
10
11
-
This is an introduction to Spack with lectures and live demos. It was last presented at
12
-
the `Supercomputing 2024 Conference
13
-
<https://sc24.conference-program.com/presentation/?id=tut182&sess=sess422>`_, November
14
-
18, 2024. The event was a full-day tutorial.
11
+
This is an introduction to Spack with lectures and live demos.
12
+
It was last presented at the `Supercomputing 2024 Conference <https://sc24.conference-program.com/presentation/?id=tut182&sess=sess422>`_, November 18, 2024.
13
+
The event was a full-day tutorial.
15
14
16
-
You can use these materials to teach a course on Spack at your own site,
17
-
or you can just skip ahead and read the live demo scripts to see how
18
-
Spack is used in practice.
15
+
You can use these materials to teach a course on Spack at your own site, or you can just skip ahead and read the live demo scripts to see how Spack is used in practice.
Copy file name to clipboardExpand all lines: tutorial_buildsystems.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -677,10 +677,10 @@ Some examples include:
677
677
678
678
...and `many more <https://spack.readthedocs.io/en/latest/build_systems.html>`_!
679
679
680
-
Each of these build system classes provides abstractions to simplify and standardize the process of writing package recipes.
680
+
Each of these build system classes provides abstractions to simplify and standardize the process of writing package recipes.
681
681
They help manage common build logic and reduce duplication across packages in the same ecosystem.
682
682
683
683
For packages that don't align well with any specific build system, Spack also provides a generic ``Package`` base class that gives full control over the build process.
684
684
685
-
By now, you've seen how Spack aims to make packaging both simple and robust through its build system abstractions.
685
+
By now, you've seen how Spack aims to make packaging both simple and robust through its build system abstractions.
686
686
To learn more, refer to the `Overview of the installation procedure <https://spack.readthedocs.io/en/latest/packaging_guide.html#installation-procedure>`_ in the Packaging Guide.
0 commit comments