docs: add (config.yaml) to sections for faster lookup by config file (#30157)
This commit is contained in:
parent
e47ec07ffc
commit
b7f8899d45
6 changed files with 18 additions and 18 deletions
|
@ -5,9 +5,9 @@
|
|||
|
||||
.. _build-settings:
|
||||
|
||||
===================
|
||||
Build Customization
|
||||
===================
|
||||
================================
|
||||
Package Settings (packages.yaml)
|
||||
================================
|
||||
|
||||
Spack allows you to customize how your software is built through the
|
||||
``packages.yaml`` file. Using it, you can make Spack prefer particular
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
.. _config-yaml:
|
||||
|
||||
==============
|
||||
Basic Settings
|
||||
==============
|
||||
============================
|
||||
Spack Settings (config.yaml)
|
||||
============================
|
||||
|
||||
Spack's basic configuration options are set in ``config.yaml``. You can
|
||||
see the default settings by looking at
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
.. _environments:
|
||||
|
||||
============
|
||||
Environments
|
||||
============
|
||||
=========================
|
||||
Environments (spack.yaml)
|
||||
=========================
|
||||
|
||||
An environment is used to group together a set of specs for the
|
||||
purpose of building, rebuilding and deploying in a coherent fashion.
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
.. _mirrors:
|
||||
|
||||
=======
|
||||
Mirrors
|
||||
=======
|
||||
======================
|
||||
Mirrors (mirrors.yaml)
|
||||
======================
|
||||
|
||||
Some sites may not have access to the internet for fetching packages.
|
||||
These sites will need a local repository of tarballs from which they
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
.. _modules:
|
||||
|
||||
=======
|
||||
Modules
|
||||
=======
|
||||
======================
|
||||
Modules (modules.yaml)
|
||||
======================
|
||||
|
||||
The use of module systems to manage user environment in a controlled way
|
||||
is a common practice at HPC centers that is often embraced also by
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
.. _repositories:
|
||||
|
||||
=============================
|
||||
Package Repositories
|
||||
=============================
|
||||
=================================
|
||||
Package Repositories (repos.yaml)
|
||||
=================================
|
||||
|
||||
Spack comes with thousands of built-in package recipes in
|
||||
``var/spack/repos/builtin/``. This is a **package repository** -- a
|
||||
|
|
Loading…
Reference in a new issue