COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/bootstrap.sh

    r794 r747  
    103103cxx_flags="CXXFLAGS=-ggdb$opt_flags$werror_flags"
    104104
    105 if yesorno "Check with valgrind" "n"
    106 then
    107     valgrind_flags=' --enable-valgrind'
    108 else
    109     valgrind_flags=''
    110 fi
    111 
    112105if [ -f ${COIN_OR_PREFIX}/include/coin/config_coinutils.h ]; then
    113106    if yesorno "Use COIN-OR (CBC/CLP)" "n"
     
    136129fi
    137130${CONFIGURE_PATH}/configure --prefix=$LEMON_INSTALL_PREFIX \
    138 $valgrind_flags \
    139131"$cxx_flags" \
    140132$coin_flag \
Note: See TracChangeset for help on using the changeset viewer.