Files
opm-upscaling/opm-upscaling.pc.in
Roland Kaufmann b6d4921f86 Change branding from DUNE to OPM
Only the configuration files where the library name is mentioned are changed.
Renaming the directory dune/ to opm/ would require massive change through-out
the code.
2012-06-26 01:42:58 +02:00

16 lines
367 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
CXX=@CXX@
CC=@CC@
DEPENDENCIES=@REQUIRES@
Name: @PACKAGE_NAME@
Version: @VERSION@
Description: A Dune module containing single-phase and steady-state upscaling methods.
URL: http://www.opm-project.org
Requires: ${DEPENDENCIES}
Libs: -L${libdir} -lopmupscaling
Cflags: -I${includedir}