mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Implemented missing --help/-h, -c, -echo and -shlib/-noshlib options Added new -nohl option to avoid building and linking against high-level HDF5 libraries if desired Implemented adding of HDF5 installation library directory to rpath of resulting executable/library and added new -norpath option to avoid this behavior if desired Added parsing of HDF5_USE_SHLIB environment variable to determine whether to link against shared or static HDF5 libraries Added parsing of HDF5_PKG_CONFIG_ARGS environment variable to separate pkg-config-specific options from compiler-specific options and prevent conflicts
15 lines
466 B
Plaintext
15 lines
466 B
Plaintext
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} @_PKG_CONFIG_EXTRA_CFLAGS@
|
|
Libs: -L${libdir} @_PKG_CONFIG_LIBS@
|
|
Requires: @_PKG_CONFIG_REQUIRES@
|
|
Libs.private: @_PKG_CONFIG_LIBS_PRIVATE@
|
|
Requires.private: @_PKG_CONFIG_REQUIRES_PRIVATE@
|