From eb640e17d4b113aadb674de72bd91b252d8b7ed5 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Thu, 16 Jan 2025 12:30:35 -0800 Subject: [PATCH] Doc: More Developer Packages Add missing developer packages to our conda developer environment. --- docs/source/install/dependencies.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/install/dependencies.rst b/docs/source/install/dependencies.rst index 55313c347..a14842fdd 100644 --- a/docs/source/install/dependencies.rst +++ b/docs/source/install/dependencies.rst @@ -73,7 +73,7 @@ Conda (Linux/macOS/Windows) .. code-block:: bash - conda create -n impactx-cpu-mpich-dev -c conda-forge blaspp boost ccache cmake compilers git lapackpp "openpmd-api=*=mpi_mpich*" python numpy pandas quantiphy scipy yt "fftw=*=mpi_mpich*" pkg-config matplotlib mamba ninja mpich pip virtualenv + conda create -n impactx-cpu-mpich-dev -c conda-forge blaspp boost ccache cmake compilers git lapackpp "openpmd-api=*=mpi_mpich*" packaging pytest python python-build numpy pandas quantiphy scipy setuptools yt "fftw=*=mpi_mpich*" pkg-config matplotlib mamba ninja mpich pip virtualenv wheel conda activate impactx-cpu-mpich-dev # compile ImpactX with -DImpactX_MPI=ON @@ -83,7 +83,7 @@ Conda (Linux/macOS/Windows) .. code-block:: bash - conda create -n impactx-cpu-dev -c conda-forge blaspp boost ccache cmake compilers git lapackpp openpmd-api python numpy pandas quantiphy scipy yt fftw pkg-config matplotlib mamba ninja pip virtualenv + conda create -n impactx-cpu-dev -c conda-forge blaspp boost ccache cmake compilers git lapackpp openpmd-api packaging pytest python python-build numpy pandas quantiphy scipy setuptools yt fftw pkg-config matplotlib mamba ninja pip virtualenv wheel conda activate impactx-cpu-dev # compile ImpactX with -DImpactX_MPI=OFF