- Timestamp:
- Feb 19, 2011 9:30:34 AM (10 years ago)
- Location:
- stable/0.6
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/0.6
-
stable/0.6/coin.m4
r2100 r2103 3823 3823 fi 3824 3824 3825 if test $m4_tolower(coin_has_$1)!= skipping; then3825 if test "$m4_tolower(coin_has_$1)" != skipping; then 3826 3826 if test $PACKAGE_TARNAME = m4_tolower($1); then 3827 3827 m4_tolower(coin_has_$1)=yes … … 4306 4306 # replace "Cflags:" by "echo projcflags=" 4307 4307 # remove every line starting with <some word>: 4308 [pcfilemod=`sed -e 's/Libs:\(.*\)$/echo projlibs=\\\\"\1\\\\"/g' -e 's/Cflags:\(.*\)/echo projcflags=\\\\"\1\\\\"/g' -e '/ [a-zA-Z]:/d' $pcfile`]4308 [pcfilemod=`sed -e 's/Libs:\(.*\)$/echo projlibs=\\\\"\1\\\\"/g' -e 's/Cflags:\(.*\)/echo projcflags=\\\\"\1\\\\"/g' -e '/^[a-zA-Z]*:/d' $pcfile`] 4309 4309 4310 4310 # set projcflags and projlibs variables by running $pcfilemod … … 4351 4351 # replace "Cflags:" by "echo projcflags=" 4352 4352 # remove every line starting with <some word>: 4353 [pcfilemod=`sed -e 's/Libs:\(.*\)$/echo projlibs=\\\\"\1\\\\"/g' -e 's/Cflags:\(.*\)/echo projcflags=\\\\"\1\\\\"/g' -e '/ [a-zA-Z]:/d' $pcfile`]4353 [pcfilemod=`sed -e 's/Libs:\(.*\)$/echo projlibs=\\\\"\1\\\\"/g' -e 's/Cflags:\(.*\)/echo projcflags=\\\\"\1\\\\"/g' -e '/^[a-zA-Z]*:/d' $pcfile`] 4354 4354 4355 4355 # set projcflags and projlibs variables by running $pcfilemod -
stable/0.6/compile_f2c
- Property svn:mergeinfo changed (with no actual effect on merging)
-
stable/0.6/share/config.site
r291 r2103 266 266 # --with-LIB-incdir and --with-LIB-lib configure flags, where "LIB" is 267 267 # replaced by the lower-case short-form of the library. A possibly 268 # incomplete list of choices for LIB in the current COIN projects is:269 # cplex, g lpk, gmpl, fortmp, mosek, mpi, osl, soplex, xpress.268 # incomplete list of choices for LIB in the current COIN-OR projects is: 269 # cplex, gurobi, mosek, soplex, xpress. 270 270 # For Cplex, one might set the following: 271 271 #with_cplex_incdir='/usr/ilog/cplex90/include/ilcplex' … … 307 307 # Specify that Lapack should not be used 308 308 #with_lapack=no 309 310 ### ASL311 # Flag indicating where to find the AMPL Solver Library. If --with-asldir312 # is not used, the configure script will test for the source code for ASL313 # in ThirdParty/ASL. If this is found there, the ASL will be automatically314 # compiled and used, otherwise, it is assumed that ASL is unavailable.315 # If the user already has a precompiled version of the ASL, (s)he can use316 # this flag to specify the directory will all headers and the library:317 #with_asldir=$HOME/ampl/solvers318
Note: See TracChangeset
for help on using the changeset viewer.