summaryrefslogtreecommitdiff
path: root/lib/spack/docs/getting_started.rst
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2021-10-05 09:16:09 +0200
committerGitHub <noreply@github.com>2021-10-05 09:16:09 +0200
commit337b54fab045c3fa189570e5b5cf222b4d305442 (patch)
tree6ac76fe1888dcb816e9348075d7c4d4afdef8333 /lib/spack/docs/getting_started.rst
parent3cf426df99dfd287a9796def959627ce62047145 (diff)
downloadspack-337b54fab045c3fa189570e5b5cf222b4d305442.tar.gz
spack-337b54fab045c3fa189570e5b5cf222b4d305442.tar.bz2
spack-337b54fab045c3fa189570e5b5cf222b4d305442.tar.xz
spack-337b54fab045c3fa189570e5b5cf222b4d305442.zip
Isolate bootstrap configuration from user configuration (#26071)
* Isolate bootstrap configuration from user configuration * Search for build dependencies automatically if bootstrapping from sources The bootstrapping logic will search for build dependencies automatically if bootstrapping anything form sources. Any external spec, if found, is written in a scope that is specific to bootstrapping. * Don't clean the bootstrap store with "spack clean -a" * Copy bootstrap.yaml and config.yaml in the bootstrap area
Diffstat (limited to 'lib/spack/docs/getting_started.rst')
-rw-r--r--lib/spack/docs/getting_started.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/spack/docs/getting_started.rst b/lib/spack/docs/getting_started.rst
index ba5b93a567..aa56890847 100644
--- a/lib/spack/docs/getting_started.rst
+++ b/lib/spack/docs/getting_started.rst
@@ -197,17 +197,6 @@ Spack will build the required software on the first request to concretize a spec
[ ... ]
zlib@1.2.11%gcc@10.1.0+optimize+pic+shared arch=linux-ubuntu18.04-broadwell
-.. tip::
-
- If you want to speed-up bootstrapping ``clingo`` from sources, you may try to
- search for ``cmake`` and ``bison`` on your system:
-
- .. code-block:: console
-
- $ spack external find cmake bison
- ==> The following specs have been detected on this system and added to /home/spack/.spack/packages.yaml
- bison@3.0.4 cmake@3.19.4
-
"""""""""""""""""""
The Bootstrap Store
"""""""""""""""""""