From f855b4698f61c308b1271d09a368c55bcb57a919 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Tue, 8 Aug 2023 14:32:15 -0400 Subject: [PATCH] Explain linking to Ubuntu HDF5 packages --- pages/compiling/compilation-reqs.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pages/compiling/compilation-reqs.rst b/pages/compiling/compilation-reqs.rst index 5894d4c2..ae1a74e4 100644 --- a/pages/compiling/compilation-reqs.rst +++ b/pages/compiling/compilation-reqs.rst @@ -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