[Lemon-commits] Balazs Dezso: Remove unnecessary OsiCbc dependen...

Lemon HG hg at lemon.cs.elte.hu
Mon Oct 5 20:25:48 CEST 2009


details:   http://lemon.cs.elte.hu/hg/lemon/rev/36857046492b
changeset: 804:36857046492b
user:      Balazs Dezso <deba [at] inf.elte.hu>
date:      Wed Sep 30 11:17:00 2009 +0200
description:
	Remove unnecessary OsiCbc dependency (#317)

diffstat:

 m4/lx_check_coin.m4 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/m4/lx_check_coin.m4 b/m4/lx_check_coin.m4
--- a/m4/lx_check_coin.m4
+++ b/m4/lx_check_coin.m4
@@ -88,7 +88,7 @@
       elif test x"$with_coin" != x"yes"; then
         CBC_LDFLAGS="-L$with_coin/lib"
       fi
-      CBC_LIBS="-lOsi -lCbc -lOsiCbc -lCbcSolver -lClp -lOsiClp -lCoinUtils -lVol -lOsiVol -lCgl -lm -llapack -lblas"
+      CBC_LIBS="-lOsi -lCbc -lCbcSolver -lClp -lOsiClp -lCoinUtils -lVol -lOsiVol -lCgl -lm -llapack -lblas"
 
       lx_save_cxxflags="$CXXFLAGS"
       lx_save_ldflags="$LDFLAGS"



More information about the Lemon-commits mailing list