Skip to content

Commit

Permalink
doco updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Aug 29, 2023
1 parent 029b5fe commit 9fe34b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/source/MaintainersSection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -764,10 +764,11 @@ Since all spack-stack installations are based on environments, we only cover spa
4. If not already included in the environment (e.g. from the spack-stack site config), add the mirror:

.. code-block:: console
spack mirror list
spack mirror add local-source file:///path/to/spack-source
The newly created local mirror should be listed at the top, which means that spack will search this directory first.
The newly created local mirror should be listed at the top, which means that spack will search this directory first.

7. Proceed with the installation as usual.

Expand Down
2 changes: 1 addition & 1 deletion doc/source/Overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Getting started

If you wish to **access an existing spack-stack installation** on a given system, such as to load packages and compile and run a UFS or JEDI application, see the instructions in :numref:`Section %s <UsingSpackEnvironments>`. Ready-to-use spack-stack installations are available on a number of HPC and cloud platforms. A list of those platforms, along with special instructions and caveats for each, can be found in :numref:`Section %s <Preconfigured_Sites>`.

If you wish to quickly **create a new spack-stack environment (stack installation)**, either on a personal machine or on a supported platform where you are the maintainer, see :numref:`Section %s <CreatingEnvironment>`.
If you wish to quickly **create a new spack-stack environment (stack installation)**, either on a personal machine or on a supported platform where you are the maintainer, see :numref:`Section %s <CreatingEnvironment>`. To find other details related to maintaining installations, including problematic packages and system-specific issues, see :numref:`Section %s <MaintainersSection>`.

If you wish to **chain a new spack-stack environment to an existing installation**, such as to test a new package version on one of our supported HPC or cloud platforms based on already installed dependencies, see :numref:`Section %s <Add_Test_Packages>`.

Expand Down

0 comments on commit 9fe34b5

Please sign in to comment.