Skip to content

Commit 1e2fe15

Browse files
authored
Doc: openPMD Airplane Mode (#6044)
Document how to go full airplane mode with openPMD, too.
1 parent 805642c commit 1e2fe15

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Docs/source/developers/how_to_compile_locally.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ For instance, clone these dependencies to ``$HOME/src``:
3535
git clone https://github.com/BLAST-WarpX/warpx.git warpx
3636
git clone https://github.com/AMReX-Codes/amrex.git
3737
git clone https://github.com/openPMD/openPMD-api.git
38+
git clone --branch v2.13.10 https://github.com/catchorg/Catch2.git catch2
39+
git clone https://github.com/nlohmann/json.git
40+
git clone https://github.com/ToruNiina/toml11.git
3841
git clone https://github.com/ECP-WarpX/picsar.git
3942
git clone https://github.com/AMReX-Codes/pyamrex.git
4043
git clone https://github.com/pybind/pybind11.git
@@ -54,7 +57,10 @@ When building WarpX, :ref:`the following CMake flags <building-cmake-options>` w
5457
-DWarpX_openpmd_src=$HOME/src/openPMD-api \
5558
-DWarpX_picsar_src=$HOME/src/picsar \
5659
-DWarpX_pyamrex_src=$HOME/src/pyamrex \
57-
-DWarpX_pybind11_src=$HOME/src/pybind11
60+
-DWarpX_pybind11_src=$HOME/src/pybind11 \
61+
-DopenPMD_catch_src=$HOME/src/catch2 \
62+
-DopenPMD_json_src=$HOME/src/json \
63+
-DopenPMD_toml11_src=$HOME/src/toml11
5864
5965
cmake --build build -j 8
6066
cmake --build build -j 8 --target pip_install

0 commit comments

Comments
 (0)