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
Fix all remaining broken links to old packaging guide (#457)
* Fix packaging guide link in tutorial_developer_workflows.rst
* Fix packaging guide link and section name in tutorial_buildsystems.rst
* Fix packaging guide links in tutorial_packaging.rst
* Fix packaging guide links in tutorial_environments.rst
Copy file name to clipboardExpand all lines: tutorial_buildsystems.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -685,4 +685,4 @@ Each of these classes have their own abstractions to help assist in writing pack
685
685
For whatever doesn't fit nicely into the other build systems, you can use the ``Package`` class.
686
686
687
687
Hopefully by now you can see how we aim to make packaging simple and robust through these classes.
688
-
If you want to learn more about these build systems, check out `Implementing the installation procedure <https://spack.readthedocs.io/en/latest/packaging_guide.html#installation-procedure>`_ in the Packaging Guide.
688
+
If you want to learn more about these build systems, check out `Overview of the installation procedure <https://spack.readthedocs.io/en/latest/packaging_guide_build.html#installation-procedure>`_ in the Packaging Guide.
Copy file name to clipboardExpand all lines: tutorial_developer_workflows.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ There are a few gotchas with the ``spack develop`` command
156
156
package as a dev package. Spack needs to know the version of the dev
157
157
package so it can supply the correct flags for the package's build
158
158
system. If a version is not supplied, then Spack will take the maximum version
159
-
defined in the package where `infinity versions <https://spack.readthedocs.io/en/latest/packaging_guide.html#version-comparison>`_ like ``develop`` and ``main``
159
+
defined in the package where `infinity versions <https://spack.readthedocs.io/en/latest/packaging_guide_creation.html#version-comparison>`_ like ``develop`` and ``main``
160
160
have a higher value than the numeric versions.
161
161
* You should ensure a spec for the package you are developing appears in the DAG of at least one of the roots of the environment with the same version that you are developing.
162
162
``spack add <package>`` with the matching version you want to develop is a way to ensure
0 commit comments