Skip to content

Commit

Permalink
Doc: More Developer Packages
Browse files Browse the repository at this point in the history
Add missing developer packages to our conda developer environment.
  • Loading branch information
ax3l committed Jan 16, 2025
1 parent 2f38ef9 commit eb640e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/install/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit eb640e1

Please sign in to comment.