Skip to content

Commit

Permalink
Update installation.rst
Browse files Browse the repository at this point in the history
Fix installation requirements

#15
  • Loading branch information
geier1993 authored Mar 14, 2024
1 parent 52dee80 commit ff7bc88
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/content/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,19 @@ Required
* `eckit`_
* `eccodes`_
* `metkit`_
* `atlas`_

.. index:: Dependencies; Optional

Optional
~~~~~~~~

* MPI
* `fdb`_
* `fdb`_ (`-DENABLE_FDB5=ON`. Default: ON)
* `fckit`_ (if fortran is enabled `-DENABLE_FORTRAN=ON`. Default: ON)
* `atlas-orca`_ (to enable downloading (e)ORCA grids with atlas)
* `mir`_ (for interpolation `-DENABLE_MIR=ON`. Default: ON)
* `pgen`_ (internal, `-DENABLE_PGEN=ON`, Default: OFF)

.. index:: Build, Install
:name: build-install
Expand Down Expand Up @@ -61,4 +66,9 @@ Build & Install
.. _`eckit`: https://github.com/ecmwf/eckit
.. _`eccodes`: https://github.com/ecmwf/eccodes
.. _`metkit`: https://github.com/ecmwf/metkit
.. _`atlas`: https://github.com/ecmwf/atlas
.. _`atlas-orca`: https://github.com/ecmwf/atlas-orca
.. _`fdb`: https://github.com/ecmwf/fdb
.. _`mir`: https://github.com/ecmwf/mir
.. _`pgen`: https://github.com/ecmwf/pgen
.. _`fckit`: https://github.com/ecmwf/fckit

0 comments on commit ff7bc88

Please sign in to comment.