mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 20:54:07 +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
|
Configuring with the HDF5 library is
|
||||||
recommended to build efficient TREXIO.
|
recommended to build efficient TREXIO.
|
||||||
------------------------------------------])
|
------------------------------------------])
|
||||||
|
else
|
||||||
|
AC_HAVE_LIBRARY([hdf5_hl], [], AC_MSG_ERROR([
|
||||||
|
-----------------------------------
|
||||||
|
Error: hdf5_hl library is required
|
||||||
|
-----------------------------------
|
||||||
|
]), [])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CFLAGS="${HDF5_CFLAGS} ${CFLAGS}"
|
CFLAGS="${HDF5_CFLAGS} ${CFLAGS}"
|
||||||
|
Loading…
Reference in New Issue
Block a user