mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
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.
16 lines
367 B
PkgConfig
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}
|