Skip to content

Commit

Permalink
Spack: load -r
Browse files Browse the repository at this point in the history
`spack load -r` is shorter and easier to type than `--dependencies`.
  • Loading branch information
ax3l committed Jul 30, 2018
1 parent 3a26c96 commit 7ca3b70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Other
- remove superfluous whitespaces #292
- readme: openPMD is for scientific data #294
- override implies virtual #293
- spack load: ``-r`` #298


0.3.1-alpha
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Choose *one* of the install methods below to get started:
```bash
# optional: +python ^python@3:
spack install openpmd-api
spack load --dependencies openpmd-api
spack load -r openpmd-api
```

### [Conda](https://conda.io)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/install/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ A package for openPMD-api is available on the Spack package manager.
# optional: +python ^python@3:
spack install openpmd-api
spack load --dependencies openpmd-api
spack load -r openpmd-api
.. _install-conda:

Expand Down

0 comments on commit 7ca3b70

Please sign in to comment.