File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Preamble ####################################################################
22#
3- cmake_minimum_required (VERSION 3.14 .0)
3+ cmake_minimum_required (VERSION 3.15 .0)
44project (WarpX VERSION 0.20.5)
55
66include (${WarpX_SOURCE_DIR} /cmake/WarpXFunctions.cmake)
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ WarpX depends on the following popular third party software.
2222Please 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
2828Optional dependencies include:
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments