From 4ac593351c694a585d2c6f9592a25268dce54909 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 13 Dec 2022 17:07:57 +0100 Subject: [PATCH] hdf5_hl --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure.ac b/configure.ac index dbdc2f5..51cf821 100644 --- a/configure.ac +++ b/configure.ac @@ -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}"