Skip to content

Commit 642bad2

Browse files
authored
openPMD-api: 0.13.0 (#1601)
1 parent 337b6d9 commit 642bad2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Preamble ####################################################################
22
#
3-
cmake_minimum_required(VERSION 3.14.0)
3+
cmake_minimum_required(VERSION 3.15.0)
44
project(WarpX VERSION 0.20.5)
55

66
include(${WarpX_SOURCE_DIR}/cmake/WarpXFunctions.cmake)

Docs/source/building/cmake.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ WarpX depends on the following popular third party software.
2222
Please see installation instructions below.
2323

2424
- a mature `C++14 <https://en.wikipedia.org/wiki/C%2B%2B14>`_ compiler: e.g. GCC 5, Clang 3.6 or newer
25-
- `CMake 3.14.0+ <https://cmake.org>`_
25+
- `CMake 3.15.0+ <https://cmake.org>`_
2626
- `AMReX <https://amrex-codes.github.io>`_: we automatically download and compile a copy of AMReX
2727

2828
Optional dependencies include:

cmake/dependencies/openPMD.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if(WarpX_OPENPMD)
6262
set(WarpX_openpmd_repo "https://github.com/openPMD/openPMD-api.git"
6363
CACHE STRING
6464
"Repository URI to pull and build openPMD-api from if(WarpX_openpmd_internal)")
65-
set(WarpX_openpmd_branch "dev"
65+
set(WarpX_openpmd_branch "0.13.0"
6666
CACHE STRING
6767
"Repository branch for WarpX_openpmd_repo if(WarpX_openpmd_internal)")
6868

0 commit comments

Comments
 (0)