Changeset 250
- Timestamp:
- Mar 14, 2007 9:53:26 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Blas/trunk/configure
r244 r250 1860 1860 fi ;; 1861 1861 sparc-sun-solaris*) 1862 comps="cc xlc gcc pgcc icc" ;;1863 *-linux-*) comps="xlc gcc cc pgcc icc" ;;1864 *) comps="xlc_r xlc cc gcc pgcc icc" ;;1862 comps="cc xlc icc gcc pgcc icc" ;; 1863 *-linux-*) comps="xlc icc gcc cc pgcc icc" ;; 1864 *) comps="xlc_r xlc icc cc gcc pgcc icc" ;; 1865 1865 esac 1866 1866 … … 3022 3022 coin_f77_comps="ifort fl32" 3023 3023 else 3024 coin_f77_comps=" gfortran g77 ifortfl32"3024 coin_f77_comps="ifort gfortran g77 fl32" 3025 3025 fi ;; 3026 3026 sparc-sun-solaris*) 3027 3027 coin_f77_comps="f95 f90 f77 xlf fort77 gfortran g77 pgf90 pgf77 ifort ifc frt af77" ;; 3028 *) coin_f77_comps="xlf fort77 gfortran f77 g77 pgf90 pgf77 ifort ifcfrt af77" ;;3028 *) coin_f77_comps="xlf fort77 ifort ifc gfortran f77 g77 pgf90 pgf77 frt af77" ;; 3029 3029 esac 3030 3030 … … 20916 20916 # Don't check for course code if this is executed in ThirdParty/Blas 20917 20917 if test "$PACKAGE_NAME" != ThirdPartyBlas; then 20918 as_ac_File=`echo "ac_cv_file_$coin_blasobjdir/.MakeOk" | $as_tr_sh` 20919 echo "$as_me:$LINENO: checking for $coin_blasobjdir/.MakeOk" >&5 20920 echo $ECHO_N "checking for $coin_blasobjdir/.MakeOk... $ECHO_C" >&6 20921 if eval "test \"\${$as_ac_File+set}\" = set"; then 20922 echo $ECHO_N "(cached) $ECHO_C" >&6 20923 else 20924 test "$cross_compiling" = yes && 20925 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 20926 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 20927 { (exit 1); exit 1; }; } 20928 if test -r "$coin_blasobjdir/.MakeOk"; then 20929 eval "$as_ac_File=yes" 20930 else 20931 eval "$as_ac_File=no" 20932 fi 20933 fi 20934 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 20935 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 20936 if test `eval echo '${'$as_ac_File'}'` = yes; then 20937 : 20938 else 20939 { { echo "$as_me:$LINENO: error: option \"BUILD\" specified for Blas, but $coin_blasobjdir directory is not properly configured" >&5 20918 if test -r $coin_blasobjdir/.MakeOk; then :; else 20919 { { echo "$as_me:$LINENO: error: option \"BUILD\" specified for Blas, but $coin_blasobjdir directory is not properly configured" >&5 20940 20920 echo "$as_me: error: option \"BUILD\" specified for Blas, but $coin_blasobjdir directory is not properly configured" >&2;} 20941 20921 { (exit 1); exit 1; }; } 20942 fi 20943 20922 fi 20944 20923 fi 20945 20924 elif test "$use_blas" != no ; then … … 22481 22460 if test -z "$use_blas"; then 22482 22461 if test "$PACKAGE_NAME" != ThirdPartyBlas; then 22483 echo "$as_me:$LINENO: checking if BLAS can be built." >&5 22484 echo $ECHO_N "checking if BLAS can be built.... $ECHO_C" >&6 22485 as_ac_File=`echo "ac_cv_file_$coin_blasobjdir/.MakeOk" | $as_tr_sh` 22486 echo "$as_me:$LINENO: checking for $coin_blasobjdir/.MakeOk" >&5 22487 echo $ECHO_N "checking for $coin_blasobjdir/.MakeOk... $ECHO_C" >&6 22488 if eval "test \"\${$as_ac_File+set}\" = set"; then 22489 echo $ECHO_N "(cached) $ECHO_C" >&6 22490 else 22491 test "$cross_compiling" = yes && 22492 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 22493 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} 22494 { (exit 1); exit 1; }; } 22495 if test -r "$coin_blasobjdir/.MakeOk"; then 22496 eval "$as_ac_File=yes" 22497 else 22498 eval "$as_ac_File=no" 22499 fi 22500 fi 22501 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 22502 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 22503 if test `eval echo '${'$as_ac_File'}'` = yes; then 22504 use_blas=BUILD 22505 fi 22506 22462 if test -r $coin_blasobjdir/.MakeOk; then 22463 use_blas=BUILD 22464 fi 22507 22465 fi 22508 22466 fi
Note: See TracChangeset
for help on using the changeset viewer.