1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 10:47:43 +02:00
This commit is contained in:
Anthony Scemama 2022-12-13 17:07:57 +01:00
parent aa14f9e477
commit 4ac593351c

View File

@ -97,6 +97,12 @@ if test "x${with_hdf5}" = xno; then
Configuring with the HDF5 library is
recommended to build efficient TREXIO.
------------------------------------------])
else
AC_HAVE_LIBRARY([hdf5_hl], [], AC_MSG_ERROR([
-----------------------------------
Error: hdf5_hl library is required
-----------------------------------
]), [])
fi
CFLAGS="${HDF5_CFLAGS} ${CFLAGS}"