Skip to content

Commit

Permalink
Explain linking to Ubuntu HDF5 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Aug 9, 2023
1 parent 332a610 commit f855b46
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pages/compiling/compilation-reqs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,13 @@ Ubuntu & Debian

g++ python3 scons libboost-dev libhdf5-dev

* The HDF5 headers and libraries are not installed to directories on the compiler's
default search path. When building Cantera, these paths need to be specified as
options to ``scons``, for example ``extra_inc_dirs=/usr/include/hdf5/serial`` and
``extra_lib_dirs=/usr/lib/x86_64-linux-gnu/hdf5/serial``.

* If you want to use system system packages to provide the following dependencies,
instead of the versions bundled with Cantera, you should also install:
instead of the versions bundled with Cantera, you should also install::

libsundials-dev libeigen3-dev libyaml-cpp-dev libfmt-dev

Expand Down

0 comments on commit f855b46

Please sign in to comment.