File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,12 @@ Bug Fixes
27
27
Other
28
28
"""""
29
29
30
+ - CI: clang libc++ coverage #441 #444
30
31
- Docs:
31
32
32
33
- additional release workflows for maintainers #439
33
34
- ADIOS1 backend options in manual #440
35
+ - updated Spack variants #445
34
36
35
37
36
38
0.7.0-alpha
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ Choose *one* of the install methods below to get started:
125
125
### [ Spack] ( https://spack.io )
126
126
127
127
``` bash
128
- # optional: +python ^python@3:
128
+ # optional: +python +adios1 -mpi
129
129
spack install openpmd-api
130
130
spack load -r openpmd-api
131
131
```
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ A package for openPMD-api is available on the Spack package manager.
31
31
32
32
.. code-block :: bash
33
33
34
- # optional: +python ^python@3:
34
+ # optional: +python +adios1 -mpi
35
35
spack install openpmd-api
36
36
spack load -r openpmd-api
37
37
You can’t perform that action at this time.
0 commit comments