Cantera / cantera

Chemical kinetics, thermodynamics, and transport tool suite
https://cantera.org
Other
602 stars 345 forks source link

Add support for libhdf5 on Ubuntu by default #1718

Closed bryanwweber closed 3 months ago

bryanwweber commented 3 months ago

On Ubuntu (at least for 22.04), installing libhdf5-dev with apt provides headers in /usr/include/hdf5/serial and the library in /usr/lib/libhdf5_serial.so. We can add a configuration test to see if these locations are available and work, so that hdf_libdir is not required for the default case.