Changeset 1447 for branches/split/Cbc
- Timestamp:
- May 9, 2010 6:16:20 AM (11 years ago)
- Location:
- branches/split/Cbc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/split/Cbc/configure
r1446 r1447 20773 20773 20774 20774 if test -n "$PKG_CONFIG" ; then 20775 if $PKG_CONFIG --exists "coinutils = splitosi cgl"; then20776 COINDEPEND_VERSIONS="`$PKG_CONFIG --modversion coinutils = splitosi cgl 2>/dev/null`"20777 cflags=`$PKG_CONFIG --cflags "coinutils = splitosi cgl" 2>/dev/null`20775 if $PKG_CONFIG --exists "coinutils = trunk osi cgl"; then 20776 COINDEPEND_VERSIONS="`$PKG_CONFIG --modversion coinutils = trunk osi cgl 2>/dev/null`" 20777 cflags=`$PKG_CONFIG --cflags "coinutils = trunk osi cgl" 2>/dev/null` 20778 20778 # pkg-config cannot handle spaces, so CYGPATH_W cannot be put into .pc files 20779 20779 # thus, we modify the cflags extracted from pkg-config by putting CYGPATH_W behind -I's … … 20784 20784 fi 20785 20785 COINDEPEND_CFLAGS="$cflags" 20786 COINDEPEND_LIBS=`$PKG_CONFIG --libs "coinutils = splitosi cgl" 2>/dev/null`20787 COINDEPEND_DATA=`$PKG_CONFIG --variable=datadir "coinutils = splitosi cgl" 2>/dev/null`20786 COINDEPEND_LIBS=`$PKG_CONFIG --libs "coinutils = trunk osi cgl" 2>/dev/null` 20787 COINDEPEND_DATA=`$PKG_CONFIG --variable=datadir "coinutils = trunk osi cgl" 2>/dev/null` 20788 20788 coin_has_coindepend=yes 20789 20789 echo "$as_me:$LINENO: result: yes: $COINDEPEND_VERSIONS" >&5 20790 20790 echo "${ECHO_T}yes: $COINDEPEND_VERSIONS" >&6 20791 REQUIREDPACKAGES="$REQUIREDPACKAGES coinutils = splitosi cgl"20791 REQUIREDPACKAGES="$REQUIREDPACKAGES coinutils = trunk osi cgl" 20792 20792 20793 20793 20794 20794 else 20795 COINDEPEND_PKG_ERRORS=`$PKG_CONFIG $pkg_short_errors --errors-to-stdout --print-errors coinutils = splitosi cgl`20795 COINDEPEND_PKG_ERRORS=`$PKG_CONFIG $pkg_short_errors --errors-to-stdout --print-errors coinutils = trunk osi cgl` 20796 20796 coin_has_coindepend=notGiven 20797 20797 echo "$as_me:$LINENO: result: not given: $COINDEPEND_PKG_ERRORS" >&5 … … 20811 20811 PKG_CONFIG_PATH="$coin_save_PKG_CONFIG_PATH" 20812 20812 else 20813 #if 4th argument is given, try fallback - whereby we take the first word from coinutils = splitosi cgl as basename for the .pc file20813 #if 4th argument is given, try fallback - whereby we take the first word from coinutils = trunk osi cgl as basename for the .pc file 20814 20814 echo "$as_me:$LINENO: result: skipped check via pkg-config" >&5 20815 20815 echo "${ECHO_T}skipped check via pkg-config" >&6 -
branches/split/Cbc/configure.ac
r1446 r1447 57 57 ############################################################################# 58 58 59 AC_COIN_HAS_MODULE(CoinDepend, [coinutils = splitosi cgl])59 AC_COIN_HAS_MODULE(CoinDepend, [coinutils = trunk osi cgl]) 60 60 if test $coin_has_coindepend != yes ; then 61 61 #if we have to use the fallback routines, then obviously it will not find CoinUtils dependencies
Note: See TracChangeset
for help on using the changeset viewer.