Changeset 1698 for trunk/Clp/configure
- Timestamp:
- Mar 6, 2011 2:49:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/configure
r1697 r1698 23314 23314 # CHOLMOD from UFL 23315 23315 # CHOLMOD requires AMD, which can be given by AMD_LIBS 23316 # CHOLMOD requires Blas and Lapack , which should be in COINUTILS_LIBS, if available23316 # CHOLMOD requires Blas and Lapack? 23317 23317 coin_save_LIBS="$LIBS" 23318 23318 LIBS="$LIBS $AMD_LIBS" … … 29484 29484 CLPLIB_LIBS_INSTALLED="$use_wsmp $CLPLIB_LIBS_INSTALLED" 29485 29485 CLPLIB_PCLIBS="$use_wsmp $CLPLIB_PCLIBS" 29486 else 29487 # to please configure 29488 29489 29490 if test 0 = 1; then 29491 COIN_HAS_BLAS_TRUE= 29492 COIN_HAS_BLAS_FALSE='#' 29493 else 29494 COIN_HAS_BLAS_TRUE='#' 29495 COIN_HAS_BLAS_FALSE= 29496 fi 29497 29486 29498 fi 29487 29499 … … 30398 30410 Usually this means the macro was only invoked conditionally." >&5 30399 30411 echo "$as_me: error: conditional \"COIN_HAS_MUMPS\" was never defined. 30412 Usually this means the macro was only invoked conditionally." >&2;} 30413 { (exit 1); exit 1; }; } 30414 fi 30415 if test -z "${COIN_HAS_BLAS_TRUE}" && test -z "${COIN_HAS_BLAS_FALSE}"; then 30416 { { echo "$as_me:$LINENO: error: conditional \"COIN_HAS_BLAS\" was never defined. 30417 Usually this means the macro was only invoked conditionally." >&5 30418 echo "$as_me: error: conditional \"COIN_HAS_BLAS\" was never defined. 30400 30419 Usually this means the macro was only invoked conditionally." >&2;} 30401 30420 { (exit 1); exit 1; }; }
Note: See TracChangeset
for help on using the changeset viewer.