Changeset 252
- Timestamp:
- Mar 14, 2007 9:53:34 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Lapack/trunk/configure
r245 r252 1862 1862 fi ;; 1863 1863 sparc-sun-solaris*) 1864 comps="cc xlc gcc pgcc icc" ;;1865 *-linux-*) comps="xlc gcc cc pgcc icc" ;;1866 *) comps="xlc_r xlc cc gcc pgcc icc" ;;1864 comps="cc xlc icc gcc pgcc icc" ;; 1865 *-linux-*) comps="xlc icc gcc cc pgcc icc" ;; 1866 *) comps="xlc_r xlc icc cc gcc pgcc icc" ;; 1867 1867 esac 1868 1868 … … 3024 3024 coin_f77_comps="ifort fl32" 3025 3025 else 3026 coin_f77_comps=" gfortran g77 ifortfl32"3026 coin_f77_comps="ifort gfortran g77 fl32" 3027 3027 fi ;; 3028 3028 sparc-sun-solaris*) 3029 3029 coin_f77_comps="f95 f90 f77 xlf fort77 gfortran g77 pgf90 pgf77 ifort ifc frt af77" ;; 3030 *) coin_f77_comps="xlf fort77 gfortran f77 g77 pgf90 pgf77 ifort ifcfrt af77" ;;3030 *) coin_f77_comps="xlf fort77 ifort ifc gfortran f77 g77 pgf90 pgf77 frt af77" ;; 3031 3031 esac 3032 3032 … … 20918 20918 # Don't check for course code if this is executed in ThirdParty/Blas 20919 20919 if test "$PACKAGE_NAME" != ThirdPartyBlas; then 20920 as_ac_File=`echo "ac_cv_file_$coin_blasobjdir/.MakeOk" | $as_tr_sh` 20921 echo "$as_me:$LINENO: checking for $coin_blasobjdir/.MakeOk" >&5 20922 echo $ECHO_N "checking for $coin_blasobjdir/.MakeOk... $ECHO_C" >&6 20923 if eval "test \"\${$as_ac_File+set}\" = set"; then 20924 echo $ECHO_N "(cached) $ECHO_C" >&6 20925 else 20926 test "$cross_compiling" = yes && 20927 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 20928 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 20929 { (exit 1); exit 1; }; } 20930 if test -r "$coin_blasobjdir/.MakeOk"; then 20931 eval "$as_ac_File=yes" 20932 else 20933 eval "$as_ac_File=no" 20934 fi 20935 fi 20936 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 20937 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 20938 if test `eval echo '${'$as_ac_File'}'` = yes; then 20939 : 20940 else 20941 { { echo "$as_me:$LINENO: error: option \"BUILD\" specified for Blas, but $coin_blasobjdir directory is not properly configured" >&5 20920 if test -r $coin_blasobjdir/.MakeOk; then :; else 20921 { { echo "$as_me:$LINENO: error: option \"BUILD\" specified for Blas, but $coin_blasobjdir directory is not properly configured" >&5 20942 20922 echo "$as_me: error: option \"BUILD\" specified for Blas, but $coin_blasobjdir directory is not properly configured" >&2;} 20943 20923 { (exit 1); exit 1; }; } 20944 fi 20945 20924 fi 20946 20925 fi 20947 20926 elif test "$use_blas" != no ; then … … 22483 22462 if test -z "$use_blas"; then 22484 22463 if test "$PACKAGE_NAME" != ThirdPartyBlas; then 22485 echo "$as_me:$LINENO: checking if BLAS can be built." >&5 22486 echo $ECHO_N "checking if BLAS can be built.... $ECHO_C" >&6 22487 as_ac_File=`echo "ac_cv_file_$coin_blasobjdir/.MakeOk" | $as_tr_sh` 22488 echo "$as_me:$LINENO: checking for $coin_blasobjdir/.MakeOk" >&5 22489 echo $ECHO_N "checking for $coin_blasobjdir/.MakeOk... $ECHO_C" >&6 22490 if eval "test \"\${$as_ac_File+set}\" = set"; then 22491 echo $ECHO_N "(cached) $ECHO_C" >&6 22492 else 22493 test "$cross_compiling" = yes && 22494 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 22495 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 22496 { (exit 1); exit 1; }; } 22497 if test -r "$coin_blasobjdir/.MakeOk"; then 22498 eval "$as_ac_File=yes" 22499 else 22500 eval "$as_ac_File=no" 22501 fi 22502 fi 22503 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 22504 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 22505 if test `eval echo '${'$as_ac_File'}'` = yes; then 22506 use_blas=BUILD 22507 fi 22508 22464 if test -r $coin_blasobjdir/.MakeOk; then 22465 use_blas=BUILD 22466 fi 22509 22467 fi 22510 22468 fi … … 22564 22522 # Don't check for course code if this is executed in ThirdParty/Blas 22565 22523 if test "$PACKAGE_NAME" != ThirdPartyLapack; then 22566 as_ac_File=`echo "ac_cv_file_$coin_lapackobjdir/.MakeOk" | $as_tr_sh` 22567 echo "$as_me:$LINENO: checking for $coin_lapackobjdir/.MakeOk" >&5 22568 echo $ECHO_N "checking for $coin_lapackobjdir/.MakeOk... $ECHO_C" >&6 22569 if eval "test \"\${$as_ac_File+set}\" = set"; then 22570 echo $ECHO_N "(cached) $ECHO_C" >&6 22571 else 22572 test "$cross_compiling" = yes && 22573 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 22574 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 22575 { (exit 1); exit 1; }; } 22576 if test -r "$coin_lapackobjdir/.MakeOk"; then 22577 eval "$as_ac_File=yes" 22578 else 22579 eval "$as_ac_File=no" 22580 fi 22581 fi 22582 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 22583 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 22584 if test `eval echo '${'$as_ac_File'}'` = yes; then 22585 : 22586 else 22587 { { echo "$as_me:$LINENO: error: option \"BUILD\" specified for LAPACK, but $coin_lapackobjdir directory is not configured" >&5 22524 if test -r $coin_lapackobjdir/.MakeOk; then :; else 22525 { { echo "$as_me:$LINENO: error: option \"BUILD\" specified for LAPACK, but $coin_lapackobjdir directory is not configured" >&5 22588 22526 echo "$as_me: error: option \"BUILD\" specified for LAPACK, but $coin_lapackobjdir directory is not configured" >&2;} 22589 22527 { (exit 1); exit 1; }; } 22590 fi 22591 22528 fi 22592 22529 fi 22593 22530 else … … 24504 24441 if test -z "$use_lapack"; then 24505 24442 if test "$PACKAGE_NAME" != ThirdPartyLapack; then 24506 as_ac_File=`echo "ac_cv_file_$coin_lapackobjdir/.MakeOk" | $as_tr_sh` 24507 echo "$as_me:$LINENO: checking for $coin_lapackobjdir/.MakeOk" >&5 24508 echo $ECHO_N "checking for $coin_lapackobjdir/.MakeOk... $ECHO_C" >&6 24509 if eval "test \"\${$as_ac_File+set}\" = set"; then 24510 echo $ECHO_N "(cached) $ECHO_C" >&6 24511 else 24512 test "$cross_compiling" = yes && 24513 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 24514 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 24515 { (exit 1); exit 1; }; } 24516 if test -r "$coin_lapackobjdir/.MakeOk"; then 24517 eval "$as_ac_File=yes" 24518 else 24519 eval "$as_ac_File=no" 24520 fi 24521 fi 24522 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 24523 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 24524 if test `eval echo '${'$as_ac_File'}'` = yes; then 24525 use_lapack=BUILD 24526 fi 24527 24443 if test -r $coin_lapackobjdir/.MakeOk; then 24444 use_lapack=BUILD 24445 fi 24528 24446 fi 24529 24447 fi
Note: See TracChangeset
for help on using the changeset viewer.