Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add spdlog to doc install requirements #3217

Merged
merged 1 commit into from
May 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions python/doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,20 @@ C++ core
.. rubric:: Required

- C++ compiler (supporting the C++20 standard)
- `Basix <https://github.com/FEniCS/basix>`_
- `Boost <https://www.boost.org>`_, with the following compiled Boost
components

- timer

- `CMake <https://cmake.org>`_ [build dependency]
- HDF5 (with MPI support enabled)
- MPI
- `PETSc <https://petsc.org/>`_ [1]_
- `pkg-config <https://www.freedesktop.org/wiki/Software/pkg-config/>`_
- `Basix <https://github.com/FEniCS/basix>`_
- `pugixml <https://pugixml.org/>`_
- `spdlog <https://github.com/gabime/spdlog/>`_
- UFCx [``ufcx.h``, provided by FFCx]
- MPI
- HDF5 (with MPI support enabled)
- `PETSc <https://petsc.org/>`_ [1]_
- At least one of ParMETIS [2]_, KaHIP or PT-SCOTCH [2]_

From ParMETIS, KaHIP or PT-SCOTCH, ParMETIS is recommended.
Expand All @@ -65,9 +66,9 @@ Below are additional requirements for the Python interface.

- Python
- FFCx, UFL and Basix (https://github.com/FEniCS/).
- mpi4py
- nanobind (https://github.com/wjakob/nanobind)
- NumPy (https://www.numpy.org)
- mpi4py
- petsc4py
- scikit-build-core[pyproject] (https://scikit-build-core.readthedocs.io)

Expand Down
Loading