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:
q-posev 2021-05-06 09:21:39 +02:00
commit c35362f933
2 changed files with 3 additions and 1 deletions

View File

@ -90,6 +90,7 @@ elif test "x${hdf5}" = xyes; then
FCFLAGS="${HDF5_CFLAGS} ${FCFLAGS}"
LIBS="${HDF5_LIBS} -lhdf5_hl ${LIBS}"
PKG_HDF5="hdf5"
PKG_LIBS="${PKG_LIBS} -lhdf5_hl"
else
PKG_HDF5=""
PKG_LIBS="${PKG_LIBS} ${HDF5_LIBS} -lhdf5_hl"

View File

@ -8,7 +8,8 @@ Description: TREX Input/Output library
URL: https://github.com/trex-coe/trexio
Version: @PACKAGE_VERSION@
Cflags: -I${includedir} @PKG_CFLAGS@
Libs: -L${libdir} -lm @PKG_LIBS@
Libs: -L${libdir} -ltrexio -lm @PKG_LIBS@
Requires: @PKG_HDF5@
Requires.private: @PKG_HDF5@