From 861578d8c0e35571ffca178e1896858d1e8f6c6d Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Wed, 17 Jan 2024 11:35:12 -0800 Subject: [PATCH] Updates from Dave's Review Comments --- Docs/source/developers/local_compile.rst | 1 + Docs/source/install/cmake.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/Docs/source/developers/local_compile.rst b/Docs/source/developers/local_compile.rst index e534a1662c1..d93bce983e2 100644 --- a/Docs/source/developers/local_compile.rst +++ b/Docs/source/developers/local_compile.rst @@ -86,6 +86,7 @@ WarpX supports this with :ref:`the following CMake flags `. diff --git a/Docs/source/install/cmake.rst b/Docs/source/install/cmake.rst index 1f52b4f290f..d1dc25cf095 100644 --- a/Docs/source/install/cmake.rst +++ b/Docs/source/install/cmake.rst @@ -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 `. WarpX release managers might also want to generate a self-contained source package that can be distributed to exotic architectures: