* Update supported platforms * Merge PR#3 changes from develop * # WARNING: head commit changed in the meantime Merge gcc 10 diagnostics option from develop Merge CMake changes from develop Merge warnings from develop Merge #318 OSX changes from develop Merge tools changes from develop Merge test macros from develop * Format updates * Fix missing semicolon and format fix * Format update * Correct actions, remove java option * Update autotools build files * Add testfiles * Fix configure issue with make flags * Init fapls to default * Update generated files and fix h5repack id closure * update format
15 lines
461 B
PkgConfig
15 lines
461 B
PkgConfig
prefix=@_PKG_CONFIG_PREFIX@
|
|
exec_prefix=@_PKG_CONFIG_EXEC_PREFIX@
|
|
libdir=@_PKG_CONFIG_LIBDIR@
|
|
includedir=@_PKG_CONFIG_INCLUDEDIR@
|
|
|
|
Name: @_PKG_CONFIG_LIBNAME@
|
|
Description: HDF5 (Hierarchical Data Format 5) Software Library
|
|
Version: @_PKG_CONFIG_VERSION@
|
|
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} @_PKG_CONFIG_SH_LIBS@
|
|
Requires: @_PKG_CONFIG_REQUIRES@
|
|
Libs.private: @_PKG_CONFIG_LIBS_PRIVATE@ @_PKG_CONFIG_LIBS@
|
|
Requires.private: @_PKG_CONFIG_REQUIRES_PRIVATE@
|