Skip to content

Commit

Permalink
docs: clarify a little. (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed Jul 13, 2020
1 parent 61dbea6 commit e314e9e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,9 @@ script:

The output above shows the `applications` category of modules, which are
generated from centrally build packages.
To update the version of any of these modules, edit the corresponding YAML

To update the version of any of these modules, first we have to make sure
that the corresponding software is built by edit the corresponding YAML
configuration:

$ vim spack/deploy/packages/bbp-packages.yaml
Expand All @@ -302,9 +304,11 @@ deployment chain (all found in `spack/deploy/packages`):
* `external-libraries` for packages that are seldomly changed and for which
the dependency graph may be truncated by Spack (e.g., Spark, Python) - mainly dependencies for building

To actually enable the generation of corresponding module files, new
software has to be whitelisted in the module configuration for spack, e.g.
by editing:
Following this, we may have to enable the generation of corresponding
module files.
If this is the first time the software is deployed,
it has to be whitelisted in the module configuration for spack,
e.g. by editing:

$ vim spack/deploy/configs/applications/modules.yaml

Expand Down

0 comments on commit e314e9e

Please sign in to comment.