summaryrefslogtreecommitdiff
path: root/lib/spack/docs/packaging_guide.rst
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2022-02-13 01:26:53 -0800
committerGreg Becker <becker33@llnl.gov>2022-02-16 10:17:18 -0800
commitd33973df6c367581c26d3a112180b187dce57ba1 (patch)
treef2bea2c6f7e496beb0d20d663524d333758f4f21 /lib/spack/docs/packaging_guide.rst
parenta2b8e0c3e9b4b2a9f18f14c0cec1dd99b598d1c7 (diff)
downloadspack-d33973df6c367581c26d3a112180b187dce57ba1.tar.gz
spack-d33973df6c367581c26d3a112180b187dce57ba1.tar.bz2
spack-d33973df6c367581c26d3a112180b187dce57ba1.tar.xz
spack-d33973df6c367581c26d3a112180b187dce57ba1.zip
docs: add section on concretizer configuration
* Document `concretizer.yaml`, `--reuse`, and `--fresh`.
Diffstat (limited to 'lib/spack/docs/packaging_guide.rst')
-rw-r--r--lib/spack/docs/packaging_guide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/packaging_guide.rst b/lib/spack/docs/packaging_guide.rst
index efb0232e19..293e83a118 100644
--- a/lib/spack/docs/packaging_guide.rst
+++ b/lib/spack/docs/packaging_guide.rst
@@ -2859,7 +2859,7 @@ be concretized on their system. For example, one user may prefer packages
built with OpenMPI and the Intel compiler. Another user may prefer
packages be built with MVAPICH and GCC.
-See the :ref:`concretization-preferences` section for more details.
+See the :ref:`package-preferences` section for more details.
.. _group_when_spec: