Skip to content

Commit 08e55a2

Browse files
authored
openPMD-api: 0.15.2 (#576)
This patch release mostly improves reads. https://openpmd-api.readthedocs.io/en/0.15.2/install/changelog.html#id1
1 parent 4400cec commit 08e55a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmake/dependencies/ABLASTR.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ macro(find_ablastr)
158158
else()
159159
set(COMPONENT_WMPI NOMPI)
160160
endif()
161-
find_package(openPMD 0.15.1 CONFIG REQUIRED COMPONENTS ${COMPONENT_WMPI})
161+
find_package(openPMD 0.15.2 CONFIG REQUIRED COMPONENTS ${COMPONENT_WMPI})
162162
message(STATUS "openPMD-api: Found version '${openPMD_VERSION}'")
163163
endif()
164164
endmacro()
@@ -194,7 +194,7 @@ set(ImpactX_amrex_branch ""
194194
set(ImpactX_openpmd_repo "https://github.com/openPMD/openPMD-api.git"
195195
CACHE STRING
196196
"Repository URI to pull and build openPMD-api from if(ImpactX_openpmd_internal)")
197-
set(ImpactX_openpmd_branch "0.15.1"
197+
set(ImpactX_openpmd_branch "0.15.2"
198198
CACHE STRING
199199
"Repository branch for ImpactX_openPMD_repo if(ImpactX_openpmd_internal)")
200200

docs/source/install/dependencies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Optional dependencies include:
2020
- `OpenMP 3.1+ <https://www.openmp.org>`__: for threaded CPU execution or
2121
- `CUDA Toolkit 11.0+ (11.3+ recommended) <https://developer.nvidia.com/cuda-downloads>`__: for Nvidia GPU support (see `matching host-compilers <https://gist.github.com/ax3l/9489132>`_) or
2222
- `ROCm 5.2+ (5.5+ recommended) <https://gpuopen.com/learn/amd-lab-notes/amd-lab-notes-rocm-installation-readme/>`__: for AMD GPU support
23-
- `openPMD-api 0.15.1+ <https://github.com/openPMD/openPMD-api>`__: we automatically download and compile a copy of openPMD-api for openPMD I/O support
23+
- `openPMD-api 0.15.2+ <https://github.com/openPMD/openPMD-api>`__: we automatically download and compile a copy of openPMD-api for openPMD I/O support
2424

2525
- see `optional I/O backends <https://github.com/openPMD/openPMD-api#dependencies>`__
2626
- `CCache <https://ccache.dev>`__: to speed up rebuilds (For CUDA support, needs version 3.7.9+ and 4.2+ is recommended)

0 commit comments

Comments
 (0)