Skip to content

Commit

Permalink
Updates from Dave's Review Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Jan 17, 2024
1 parent 485fedf commit 0cb9c29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Docs/source/developers/local_compile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ When building WarpX, :ref:`the following CMake flags <building-cmake-options>` w
-DWarpX_pybind11_src=$HOME/src/pybind11
cmake --build build -j 8
cmake --build build -j 8 --target pip_install
.. _developers-local-compile-findpackage:
Expand Down Expand Up @@ -86,6 +87,7 @@ WarpX supports this with :ref:`the following CMake flags <building-cmake-options
-DWarpX_pybind11_internal=OFF
cmake --build build -j 8
cmake --build build -j 8 --target pip_install
As a background, this is also the workflow how WarpX is built in :ref:`package managers such as Spack and Conda-Forge <install-dependencies>`.

Expand Down
1 change: 1 addition & 0 deletions Docs/source/install/cmake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ This is the workflow most developers will prefer as it allows rapid re-compiles:
# build & install Python only
cmake --build build -j 4 --target pip_install
There is also a ``--target pip_install_nodeps`` option that :ref:`skips pip-based dependency checks <developers-local-compile-pylto>`.

WarpX release managers might also want to generate a self-contained source package that can be distributed to exotic architectures:

Expand Down

0 comments on commit 0cb9c29

Please sign in to comment.