mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-22 20:35:44 +01:00
hdf5_hl
This commit is contained in:
parent
aa14f9e477
commit
4ac593351c
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user