forked from OPM/opm-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopm-core.pc.in
32 lines (29 loc) · 974 Bytes
/
opm-core.pc.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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@