summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPariksheet Nanda <pariksheet.nanda@uconn.edu>2019-10-05 22:07:18 -0400
committerAdam J. Stewart <ajstewart426@gmail.com>2019-10-05 21:07:18 -0500
commit19e6f55647a33e1d5039b0bef0803ce9469c49b3 (patch)
treed4fe91c29e4571ccc90f4a1b8ab86be4b8a65b92
parentbdb92f2d91605dd8a93ef16f0d7fcf6595f5b012 (diff)
downloadspack-19e6f55647a33e1d5039b0bef0803ce9469c49b3.tar.gz
spack-19e6f55647a33e1d5039b0bef0803ce9469c49b3.tar.bz2
spack-19e6f55647a33e1d5039b0bef0803ce9469c49b3.tar.xz
spack-19e6f55647a33e1d5039b0bef0803ce9469c49b3.zip
doc: fix #12245 non-functional libdwarf dependency (#12515)
Applying accepted fix from spack/spack.io#4
-rw-r--r--lib/spack/docs/features.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/spack/docs/features.rst b/lib/spack/docs/features.rst
index c4de4ef416..a242eab595 100644
--- a/lib/spack/docs/features.rst
+++ b/lib/spack/docs/features.rst
@@ -60,14 +60,14 @@ Customize dependencies
----------------------
Spack allows *dependencies* of a particular installation to be
-customized extensively. Suppose that ``mpileaks`` depends indirectly
-on ``libelf`` and ``libdwarf``. Using ``^``, users can add custom
+customized extensively. Suppose that ``hdf5`` depends
+on ``openmpi`` and indirectly on ``hwloc``. Using ``^``, users can add custom
configurations for the dependencies:
.. code-block:: console
- # Install mpileaks and link it with specific versions of libelf and libdwarf
- $ spack install mpileaks@1.1.2 %gcc@4.7.3 +debug ^libelf@0.8.12 ^libdwarf@20130729+debug
+ # Install hdf5 and link it with specific versions of openmpi and hwloc
+ $ spack install hdf5@1.10.1 %gcc@4.7.3 +debug ^openmpi+cuda fabrics=auto ^hwloc+gl
------------------------
Non-destructive installs