List all dependencies of opm-core as well as the library itself; otherwise the user must generate the list of dependencies, including all the probes.
33 lines
974 B
PkgConfig
33 lines
974 B
PkgConfig
# This is the configuration for local builds. Use this by putting the
|
|
# compilation output path (the directory in which you ran ./configure)
|
|
# into the environment variable PKG_CONFIG_PATH. This will enable you
|
|
# to use pkg-config in your code while making changes to opm-core.
|
|
|
|
# This is NOT the file that is installed in the system directories when
|
|
# you do `make install`. That is the one in lib/pkgconfig. However, if
|
|
# you make changes here, you should consider that one as well.
|
|
|
|
libdir=@abs_top_builddir@/lib/.libs
|
|
includedir=@abs_top_srcdir@
|
|
|
|
Name: @PACKAGE_NAME@
|
|
Description: @PACKAGE_STRING@
|
|
Version: @PACKAGE_VERSION@
|
|
URL: @PACKAGE_URL@
|
|
Libs: -L${libdir} -l@PACKAGE@ \
|
|
@OPM_BOOST_LDFLAGS@ \
|
|
@BOOST_FILESYSTEM_LIB@ \
|
|
@BOOST_SYSTEM_LIB@ \
|
|
@BOOST_DATE_TIME_LIB@ \
|
|
@BOOST_UNIT_TEST_FRAMEWORK_LIB@ \
|
|
@ERT_LDFLAGS@ \
|
|
@ERT_LIBS@ \
|
|
@LAPACK_LIBS@ \
|
|
@SUPERLU_LIBS@ \
|
|
@BLAS_LIBS@ \
|
|
@LIBS@
|
|
Cflags: -I${includedir} \
|
|
@ERT_CPPFLAGS@ \
|
|
@OPM_BOOST_CPPFLAGS@ \
|
|
@SUPERLU_CPPFLAGS@
|