- Timestamp:
- Jun 8, 2010 2:27:27 PM (11 years ago)
- Location:
- trunk/Clp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/configure
r1559 r1560 20759 20759 echo "$as_me:$LINENO: result: yes: $COINUTILS_VERSIONS" >&5 20760 20760 echo "${ECHO_T}yes: $COINUTILS_VERSIONS" >&6 20761 REQUIREDPACKAGES=" $REQUIREDPACKAGES coinutils = trunk"20761 REQUIREDPACKAGES="coinutils = trunk $REQUIREDPACKAGES" 20762 20762 20763 20763 … … 21001 21001 21002 21002 ADDLIBS="$ADDLIBS $COINUTILS_LIBS" 21003 REQUIREDPACKAGES=" $REQUIREDPACKAGES coinutils"21003 REQUIREDPACKAGES="coinutils $REQUIREDPACKAGES" 21004 21004 21005 21005 … … 21045 21045 #so if we had to do find Blas and Lapack separately, then add their linker flags to the CoinUtils flags 21046 21046 #actually the libs may already be included in libCoinUtils, but we may still need the fortran library flags 21047 COINUTILS_LIBS="$COINUTILS_LIBS $ BLAS_LIBS $LAPACK_LIBS"21047 COINUTILS_LIBS="$COINUTILS_LIBS $LAPACK_LIBS $BLAS_LIBS" 21048 21048 21049 21049 -
trunk/Clp/configure.ac
r1559 r1560 71 71 #so if we had to do find Blas and Lapack separately, then add their linker flags to the CoinUtils flags 72 72 #actually the libs may already be included in libCoinUtils, but we may still need the fortran library flags 73 COINUTILS_LIBS="$COINUTILS_LIBS $ BLAS_LIBS $LAPACK_LIBS"73 COINUTILS_LIBS="$COINUTILS_LIBS $LAPACK_LIBS $BLAS_LIBS" 74 74 75 75 AC_COIN_HAS_MODULE(Osi, [osi], [required=0], [../Osi])
Note: See TracChangeset
for help on using the changeset viewer.