Skip to content

Commit 950bf34

Browse files
authored
Merge pull request #445 from ax3l/doc-spackVariants
Doc: Spack Variant Updates
2 parents c62e293 + bbc7c40 commit 950bf34

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.rst

+2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ Bug Fixes
2727
Other
2828
"""""
2929

30+
- CI: clang libc++ coverage #441 #444
3031
- Docs:
3132

3233
- additional release workflows for maintainers #439
3334
- ADIOS1 backend options in manual #440
35+
- updated Spack variants #445
3436

3537

3638
0.7.0-alpha

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Choose *one* of the install methods below to get started:
125125
### [Spack](https://spack.io)
126126

127127
```bash
128-
# optional: +python ^python@3:
128+
# optional: +python +adios1 -mpi
129129
spack install openpmd-api
130130
spack load -r openpmd-api
131131
```

docs/source/install/install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A package for openPMD-api is available on the Spack package manager.
3131

3232
.. code-block:: bash
3333
34-
# optional: +python ^python@3:
34+
# optional: +python +adios1 -mpi
3535
spack install openpmd-api
3636
spack load -r openpmd-api
3737

0 commit comments

Comments
 (0)