Changeset 1516 for trunk/Cbc/configure.ac
- Timestamp:
- Nov 2, 2010 4:11:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cbc/configure.ac
r1501 r1516 57 57 ############################################################################# 58 58 59 AC_COIN_ HAS_PACKAGE(CoinDepend, [cgl osi coinutils = trunk], [CbcLib CbcGeneric])59 AC_COIN_CHECK_PACKAGE(CoinDepend, [cgl osi coinutils = trunk], [CbcLib CbcGeneric]) 60 60 if test $coin_has_coindepend != yes ; then 61 61 AC_MSG_ERROR([Required package CoinUtils, Osi, or Cgl not available.]) … … 64 64 # Clp and OsiClp are inseparable here. 65 65 66 AC_COIN_ HAS_PACKAGE(Clp, [osi-clp], [CbcLib CbcGeneric])66 AC_COIN_CHECK_PACKAGE(Clp, [osi-clp], [CbcLib CbcGeneric]) 67 67 if test $coin_has_clp != yes ; then 68 68 AC_MSG_ERROR("Required package Clp unavailable.") … … 71 71 # The rest are not required for linking against Cbc 72 72 73 AC_COIN_ HAS_PACKAGE(OsiTests, [osi-unittests])74 AC_COIN_ HAS_PACKAGE(Sample, [coindatasample])75 AC_COIN_ HAS_PACKAGE(Netlib, [coindatanetlib])76 AC_COIN_ HAS_PACKAGE(Miplib3, [coindatamiplib3])73 AC_COIN_CHECK_PACKAGE(OsiTests, [osi-unittests]) 74 AC_COIN_CHECK_PACKAGE(Sample, [coindatasample]) 75 AC_COIN_CHECK_PACKAGE(Netlib, [coindatanetlib]) 76 AC_COIN_CHECK_PACKAGE(Miplib3, [coindatamiplib3]) 77 77 78 78 ############################################################################# … … 81 81 82 82 # Check which other LP solvers are available, some of them become a dependency of CbcGeneric 83 AC_COIN_ HAS_PACKAGE(DyLP, [osi-dylp], [CbcGeneric])84 AC_COIN_ HAS_PACKAGE(Vol, [osi-vol])85 AC_COIN_ HAS_PACKAGE(Cpx, [osi-cplex], [CbcGeneric])86 AC_COIN_ HAS_PACKAGE(Glpk, [osi-glpk], [CbcGeneric])87 AC_COIN_ HAS_PACKAGE(Grb, [osi-gurobi])88 AC_COIN_ HAS_PACKAGE(Msk, [osi-mosek], [CbcGeneric])89 AC_COIN_ HAS_PACKAGE(Spx, [osi-soplex], [CbcGeneric])90 AC_COIN_ HAS_PACKAGE(Xpr, [osi-xpress])83 AC_COIN_CHECK_PACKAGE(DyLP, [osi-dylp], [CbcGeneric]) 84 AC_COIN_CHECK_PACKAGE(Vol, [osi-vol]) 85 AC_COIN_CHECK_PACKAGE(Cpx, [osi-cplex], [CbcGeneric]) 86 AC_COIN_CHECK_PACKAGE(Glpk, [osi-glpk], [CbcGeneric]) 87 AC_COIN_CHECK_PACKAGE(Grb, [osi-gurobi]) 88 AC_COIN_CHECK_PACKAGE(Msk, [osi-mosek], [CbcGeneric]) 89 AC_COIN_CHECK_PACKAGE(Spx, [osi-soplex], [CbcGeneric]) 90 AC_COIN_CHECK_PACKAGE(Xpr, [osi-xpress]) 91 91 92 92 ############################################################################# … … 95 95 96 96 # Ampl Solver library 97 AC_COIN_ HAS_PACKAGE(ASL, [coinasl])97 AC_COIN_CHECK_PACKAGE(ASL, [coinasl]) 98 98 99 99 #############################################################################
Note: See TracChangeset
for help on using the changeset viewer.