summaryrefslogtreecommitdiff
path: root/lib/spack/docs/getting_started.rst
diff options
context:
space:
mode:
authorElizabeth Fischer <rpf2116@columbia.edu>2016-10-26 20:11:54 -0400
committerTodd Gamblin <tgamblin@llnl.gov>2016-10-26 17:11:54 -0700
commit3895c974a03f8e924aab00cb9e726b431c5c5e96 (patch)
treec11194f89d5d3a1513733306376d3afd2cd62306 /lib/spack/docs/getting_started.rst
parent9f54cea5c500bb19d2301149460c741e96be1f8b (diff)
downloadspack-3895c974a03f8e924aab00cb9e726b431c5c5e96.tar.gz
spack-3895c974a03f8e924aab00cb9e726b431c5c5e96.tar.bz2
spack-3895c974a03f8e924aab00cb9e726b431c5c5e96.tar.xz
spack-3895c974a03f8e924aab00cb9e726b431c5c5e96.zip
Removed documentation on false paths as per #2083 (#2146)
Removed documentation on false paths as per #2083
Diffstat (limited to 'lib/spack/docs/getting_started.rst')
-rw-r--r--lib/spack/docs/getting_started.rst13
1 files changed, 1 insertions, 12 deletions
diff --git a/lib/spack/docs/getting_started.rst b/lib/spack/docs/getting_started.rst
index fb0f3fbce1..ddb9ba7a09 100644
--- a/lib/spack/docs/getting_started.rst
+++ b/lib/spack/docs/getting_started.rst
@@ -730,21 +730,10 @@ there." This is reasonable for OpenSSL, which has a stable API.
packages:
openssl:
paths:
- openssl@system: /false/path
+ openssl@system: /usr
version: [system]
buildable: False
-.. note::
-
- Even though OpenSSL is located in ``/usr``, We have told Spack to
- look for it in ``/false/path``. This prevents ``/usr`` from being
- added to compilation paths and RPATHs, where it could cause
- unrelated system libraries to be used instead of their Spack
- equivalents.
-
- The adding of ``/usr`` to ``RPATH`` in this sitution is a known issue
- and will be fixed in a future release.
-
^^^^^^^^^^^^^
BLAS / LAPACK