Last change
on this file since 2838 was
2838,
checked in by stefan, 12 months ago
|
set prefix in .pc file relative to pcfiledir, if libdir unchanged; for coin-or/Cbc#281
|
File size:
433 bytes
|
Line | |
---|
1 | @LIBDIR_IS_DEFAULT_FALSE@prefix=@prefix@ |
---|
2 | @LIBDIR_IS_DEFAULT_TRUE@prefix=${pcfiledir}/../.. |
---|
3 | exec_prefix=@exec_prefix@ |
---|
4 | libdir=@libdir@ |
---|
5 | includedir=@includedir@/coin |
---|
6 | |
---|
7 | Name: OsiCbc |
---|
8 | Description: COIN-OR Open Solver Interface for CBC |
---|
9 | URL: https://projects.coin-or.org/Osi |
---|
10 | Version: @PACKAGE_VERSION@ |
---|
11 | Libs: -L${libdir} -lOsiCbc |
---|
12 | Libs.private: @OSICBCLIB_LFLAGS_NOPC@ |
---|
13 | Cflags: -I${includedir} |
---|
14 | Requires: |
---|
15 | Requires.private: @OSICBCLIB_PCFILES@ cbc |
---|
Note: See
TracBrowser
for help on using the repository browser.