summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@googlemail.com>2017-10-21 06:09:08 +0200
committerTodd Gamblin <tgamblin@llnl.gov>2017-10-20 21:09:08 -0700
commit3e7680e24ad95e8fc30acb703c664e397375d135 (patch)
treea62deaafc0b93708fe08a2fdf6260998bb5254fc /lib
parent3afc6770f051415c26875df0ca521ab5c245fa99 (diff)
downloadspack-3e7680e24ad95e8fc30acb703c664e397375d135.tar.gz
spack-3e7680e24ad95e8fc30acb703c664e397375d135.tar.bz2
spack-3e7680e24ad95e8fc30acb703c664e397375d135.tar.xz
spack-3e7680e24ad95e8fc30acb703c664e397375d135.zip
getting_started.rst: removed tip suggesting the use of 2 Spack instances (#4061)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/docs/getting_started.rst13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/spack/docs/getting_started.rst b/lib/spack/docs/getting_started.rst
index 0c35162f1e..6d9fc92afe 100644
--- a/lib/spack/docs/getting_started.rst
+++ b/lib/spack/docs/getting_started.rst
@@ -321,19 +321,6 @@ by adding the following to your ``packages.yaml`` file:
compiler: [gcc@4.9.3]
-.. tip::
-
- If you are building your own compiler, some users prefer to have a
- Spack instance just for that. For example, create a new Spack in
- ``~/spack-tools`` and then run ``~/spack-tools/bin/spack install
- gcc@4.9.3``. Once the compiler is built, don't build anything
- more in that Spack instance; instead, create a new "real" Spack
- instance, configure Spack to use the compiler you've just built,
- and then build your application software in the new Spack
- instance. Following this tip makes it easy to delete all your
- Spack packages *except* the compiler.
-
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilers Requiring Modules
^^^^^^^^^^^^^^^^^^^^^^^^^^^