COIN-OR::LEMON - Graph Library

Changeset 259:362415050b29 in lemon-1.0 for configure.ac


Ignore:
Timestamp:
09/10/08 12:23:41 (16 years ago)
Author:
Akos Ladanyi <ladanyi@…>
Branch:
default
Phase:
public
Message:

Disable checks for ILP solvers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r236 r259  
    3232
    3333dnl Checks for libraries.
    34 LX_CHECK_GLPK
    35 LX_CHECK_CPLEX
    36 LX_CHECK_SOPLEX
     34#LX_CHECK_GLPK
     35#LX_CHECK_CPLEX
     36#LX_CHECK_SOPLEX
    3737
    3838dnl Disable/enable building the demo programs.
     
    109109echo C++ compiles flags............ : $CXXFLAGS
    110110echo
    111 echo GLPK support.................. : $lx_glpk_found
    112 echo CPLEX support................. : $lx_cplex_found
    113 echo SOPLEX support................ : $lx_soplex_found
    114 echo
     111#echo GLPK support.................. : $lx_glpk_found
     112#echo CPLEX support................. : $lx_cplex_found
     113#echo SOPLEX support................ : $lx_soplex_found
     114#echo
    115115echo Build benchmarks.............. : $enable_benchmark
    116116echo Build demo programs........... : $enable_demo
Note: See TracChangeset for help on using the changeset viewer.