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: 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
@@ -172,7 +172,7 @@ There are a few gotchas with the spack develop command
172
172
package as a dev package. Spack needs to know the version of the dev
173
173
package so it can supply the correct flags for the package's build
174
174
system. If a version is not supplied then spack will take the maximum version
175
-
defined in the package where where `infinity versions https://spack.readthedocs.io/en/latest/packaging_guide.html#version-comparison`_ like ``develop`` and ``main``
175
+
defined in the package where where `infinity versions <https://spack.readthedocs.io/en/latest/packaging_guide.html#version-comparison>`_ like ``develop`` and ``main``
176
176
have a higher value than the numeric versions.
177
177
* 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.
178
178
``spack add <package>`` with the matching version you want to develop is a way to ensure
0 commit comments