COIN-OR::LEMON - Graph Library

Changeset 568:b53a9068e3e4 in lemon-1.2


Ignore:
Timestamp:
04/03/09 17:58:22 (15 years ago)
Author:
Akos Ladanyi <ladanyi@…>
Branch:
default
Children:
569:24682336c38e, 570:ab6da8cf5ab2
Phase:
public
Message:

Single check macro for all COIN-OR dependencies (#204)

Files:
1 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    r564 r568  
    151151
    152152   Disable SoPlex support.
     153
     154--with-coin[=PREFIX]
     155
     156   Enable support for COIN-OR solvers (CLP and CBC). You should
     157   specify the prefix too. (by default, COIN-OR tools install
     158   themselves to the source code directory). This command enables the
     159   solvers that are actually found.
     160
     161--with-coin-includedir=DIR
     162
     163   The directory where the COIN-OR header files are located. This is
     164   only useful when the COIN-OR headers and libraries are not under
     165   the same prefix (which is unlikely).
     166
     167--with-coin-libdir=DIR
     168
     169   The directory where the COIN-OR libraries are located. This is only
     170   useful when the COIN-OR headers and libraries are not under the
     171   same prefix (which is unlikely).
     172
     173--without-coin
     174
     175   Disable COIN-OR support.
  • configure.ac

    r567 r568  
    6060LX_CHECK_CPLEX
    6161LX_CHECK_SOPLEX
    62 LX_CHECK_CLP
    63 LX_CHECK_CBC
     62LX_CHECK_COIN
    6463
    6564AM_CONDITIONAL([HAVE_LP], [test x"$lx_lp_found" = x"yes"])
Note: See TracChangeset for help on using the changeset viewer.