Changeset 303 for ThirdParty/Blas/stable/1.0
- Timestamp:
- Apr 10, 2007 9:52:06 AM (14 years ago)
- Location:
- ThirdParty/Blas/stable/1.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Blas/stable/1.0/configure
r273 r303 1737 1737 if test "${with_blas_verbosity+set}" = set; then 1738 1738 withval="$with_blas_verbosity" 1739 coin_blas_verbosity=$withval 1739 if test "$withval" = yes; then 1740 withval=1 1741 fi 1742 coin_blas_verbosity=$withval 1740 1743 else 1741 1744 coin_blas_verbosity=0 … … 1751 1754 if test "${with_blas_checklevel+set}" = set; then 1752 1755 withval="$with_blas_checklevel" 1753 coin_blas_checklevel=$withval 1756 if test "$withval" = yes; then 1757 withval=1 1758 fi 1759 coin_blas_checklevel=$withval 1754 1760 else 1755 1761 coin_blas_checklevel=0 … … 3197 3203 3198 3204 # Provide some information about the compiler. 3199 echo "$as_me:3 199:" \3205 echo "$as_me:3205:" \ 3200 3206 "checking for Fortran 77 compiler version" >&5 3201 3207 ac_compiler=`set X $ac_compile; echo $2` … … 3413 3419 ifort* | */ifort* | IFORT* | */IFORT* ) 3414 3420 coin_opt_fflags='-O3' 3415 coin_add_fflags='- nologo -MT'3421 coin_add_fflags='-fpp -nologo -MT' 3416 3422 coin_dbg_fflags='-debug' 3417 3423 ;; … … 5359 5365 *-*-irix6*) 5360 5366 # Find out which ABI we are using. 5361 echo '#line 536 1"configure"' > conftest.$ac_ext5367 echo '#line 5367 "configure"' > conftest.$ac_ext 5362 5368 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5363 5369 (eval $ac_compile) 2>&5 … … 7788 7794 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7789 7795 -e 's:$: $lt_compiler_flag:'` 7790 (eval echo "\"\$as_me:779 0: $lt_compile\"" >&5)7796 (eval echo "\"\$as_me:7796: $lt_compile\"" >&5) 7791 7797 (eval "$lt_compile" 2>conftest.err) 7792 7798 ac_status=$? 7793 7799 cat conftest.err >&5 7794 echo "$as_me:7 794: \$? = $ac_status" >&57800 echo "$as_me:7800: \$? = $ac_status" >&5 7795 7801 if (exit $ac_status) && test -s "$ac_outfile"; then 7796 7802 # The compiler can only warn and ignore the option if not recognized … … 8056 8062 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8057 8063 -e 's:$: $lt_compiler_flag:'` 8058 (eval echo "\"\$as_me:80 58: $lt_compile\"" >&5)8064 (eval echo "\"\$as_me:8064: $lt_compile\"" >&5) 8059 8065 (eval "$lt_compile" 2>conftest.err) 8060 8066 ac_status=$? 8061 8067 cat conftest.err >&5 8062 echo "$as_me:806 2: \$? = $ac_status" >&58068 echo "$as_me:8068: \$? = $ac_status" >&5 8063 8069 if (exit $ac_status) && test -s "$ac_outfile"; then 8064 8070 # The compiler can only warn and ignore the option if not recognized … … 8160 8166 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8161 8167 -e 's:$: $lt_compiler_flag:'` 8162 (eval echo "\"\$as_me:816 2: $lt_compile\"" >&5)8168 (eval echo "\"\$as_me:8168: $lt_compile\"" >&5) 8163 8169 (eval "$lt_compile" 2>out/conftest.err) 8164 8170 ac_status=$? 8165 8171 cat out/conftest.err >&5 8166 echo "$as_me:81 66: \$? = $ac_status" >&58172 echo "$as_me:8172: \$? = $ac_status" >&5 8167 8173 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8168 8174 then … … 10505 10511 lt_status=$lt_dlunknown 10506 10512 cat > conftest.$ac_ext <<EOF 10507 #line 105 07"configure"10513 #line 10513 "configure" 10508 10514 #include "confdefs.h" 10509 10515 … … 10605 10611 lt_status=$lt_dlunknown 10606 10612 cat > conftest.$ac_ext <<EOF 10607 #line 106 07"configure"10613 #line 10613 "configure" 10608 10614 #include "confdefs.h" 10609 10615 … … 12949 12955 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12950 12956 -e 's:$: $lt_compiler_flag:'` 12951 (eval echo "\"\$as_me:1295 1: $lt_compile\"" >&5)12957 (eval echo "\"\$as_me:12957: $lt_compile\"" >&5) 12952 12958 (eval "$lt_compile" 2>conftest.err) 12953 12959 ac_status=$? 12954 12960 cat conftest.err >&5 12955 echo "$as_me:129 55: \$? = $ac_status" >&512961 echo "$as_me:12961: \$? = $ac_status" >&5 12956 12962 if (exit $ac_status) && test -s "$ac_outfile"; then 12957 12963 # The compiler can only warn and ignore the option if not recognized … … 13053 13059 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13054 13060 -e 's:$: $lt_compiler_flag:'` 13055 (eval echo "\"\$as_me:130 55: $lt_compile\"" >&5)13061 (eval echo "\"\$as_me:13061: $lt_compile\"" >&5) 13056 13062 (eval "$lt_compile" 2>out/conftest.err) 13057 13063 ac_status=$? 13058 13064 cat out/conftest.err >&5 13059 echo "$as_me:130 59: \$? = $ac_status" >&513065 echo "$as_me:13065: \$? = $ac_status" >&5 13060 13066 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13061 13067 then … … 14623 14629 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14624 14630 -e 's:$: $lt_compiler_flag:'` 14625 (eval echo "\"\$as_me:146 25: $lt_compile\"" >&5)14631 (eval echo "\"\$as_me:14631: $lt_compile\"" >&5) 14626 14632 (eval "$lt_compile" 2>conftest.err) 14627 14633 ac_status=$? 14628 14634 cat conftest.err >&5 14629 echo "$as_me:146 29: \$? = $ac_status" >&514635 echo "$as_me:14635: \$? = $ac_status" >&5 14630 14636 if (exit $ac_status) && test -s "$ac_outfile"; then 14631 14637 # The compiler can only warn and ignore the option if not recognized … … 14727 14733 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14728 14734 -e 's:$: $lt_compiler_flag:'` 14729 (eval echo "\"\$as_me:147 29: $lt_compile\"" >&5)14735 (eval echo "\"\$as_me:14735: $lt_compile\"" >&5) 14730 14736 (eval "$lt_compile" 2>out/conftest.err) 14731 14737 ac_status=$? 14732 14738 cat out/conftest.err >&5 14733 echo "$as_me:1473 3: \$? = $ac_status" >&514739 echo "$as_me:14739: \$? = $ac_status" >&5 14734 14740 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14735 14741 then … … 16934 16940 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16935 16941 -e 's:$: $lt_compiler_flag:'` 16936 (eval echo "\"\$as_me:169 36: $lt_compile\"" >&5)16942 (eval echo "\"\$as_me:16942: $lt_compile\"" >&5) 16937 16943 (eval "$lt_compile" 2>conftest.err) 16938 16944 ac_status=$? 16939 16945 cat conftest.err >&5 16940 echo "$as_me:1694 0: \$? = $ac_status" >&516946 echo "$as_me:16946: \$? = $ac_status" >&5 16941 16947 if (exit $ac_status) && test -s "$ac_outfile"; then 16942 16948 # The compiler can only warn and ignore the option if not recognized … … 17202 17208 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17203 17209 -e 's:$: $lt_compiler_flag:'` 17204 (eval echo "\"\$as_me:172 04: $lt_compile\"" >&5)17210 (eval echo "\"\$as_me:17210: $lt_compile\"" >&5) 17205 17211 (eval "$lt_compile" 2>conftest.err) 17206 17212 ac_status=$? 17207 17213 cat conftest.err >&5 17208 echo "$as_me:172 08: \$? = $ac_status" >&517214 echo "$as_me:17214: \$? = $ac_status" >&5 17209 17215 if (exit $ac_status) && test -s "$ac_outfile"; then 17210 17216 # The compiler can only warn and ignore the option if not recognized … … 17306 17312 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17307 17313 -e 's:$: $lt_compiler_flag:'` 17308 (eval echo "\"\$as_me:173 08: $lt_compile\"" >&5)17314 (eval echo "\"\$as_me:17314: $lt_compile\"" >&5) 17309 17315 (eval "$lt_compile" 2>out/conftest.err) 17310 17316 ac_status=$? 17311 17317 cat out/conftest.err >&5 17312 echo "$as_me:1731 2: \$? = $ac_status" >&517318 echo "$as_me:17318: \$? = $ac_status" >&5 17313 17319 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17314 17320 then … … 20044 20050 -e 's/$AR t/lib -nologo -list/' \ 20045 20051 -e 's%f_ex_an_ar_oldlib="\($?*1*\)"%f_ex_an_ar_oldlib='\`"$CYGPATH_W"' \1`%' \ 20046 -e 's%^archive_cmds=.*%archive_cmds="\\$CC -o \\$lib \\$libobjs \\$compiler_flags \\\\\\`echo \\\\\\"\\$deplibs\\\\\\" | \\$SED -e '"\'"'s/ -lc\\$//'"\'"'\\\\\\` -link -dll~linknames="%' \ 20052 -e 's%^archive_cmds=.*%archive_cmds="\\$CC -o \\$lib \\$libobjs \\$compiler_flags \\\\\\`echo \\\\\\"\\$deplibs\\\\\\" | \\$SED -e '"\'"'s/ -lc\\$//'"\'"'\\\\\\` -link -dll~linknames="%' \\ 20053 -e 's%old_archive_cmds="lib -OUT:\\$oldlib\\$oldobjs\\$old_deplibs"%old_archive_cmds="if test -r \\$oldlib; then bla=\\"\\$oldlib\\"; else bla=; fi; lib -OUT:\\$oldlib \\\\\\$bla\\$oldobjs\\$old_deplibs"%' \ 20047 20054 libtool > conftest.bla 20048 20055 … … 20062 20069 ;; 20063 20070 esac 20071 ;; 20072 *-darwin*) 20073 { echo "$as_me:$LINENO: Applying patches to libtool for Darwin" >&5 20074 echo "$as_me: Applying patches to libtool for Darwin" >&6;} 20075 sed -e 's/verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"/verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"/' \ 20076 libtool > conftest.bla 20077 20078 mv conftest.bla libtool 20079 chmod 755 libtool 20080 ;; 20064 20081 esac 20065 20082 # This fi matches the commented `if test "x$LIBTOOL" = x;' up at the head of … … 20221 20238 ac_save_FFLAGS=$FFLAGS 20222 20239 FFLAGS="$FFLAGS $ac_verb" 20223 (eval echo $as_me:202 23: \"$ac_link\") >&520240 (eval echo $as_me:20240: \"$ac_link\") >&5 20224 20241 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 20225 20242 echo "$ac_f77_v_output" >&5 … … 20299 20316 ac_save_FFLAGS=$FFLAGS 20300 20317 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 20301 (eval echo $as_me:203 01: \"$ac_link\") >&520318 (eval echo $as_me:20318: \"$ac_link\") >&5 20302 20319 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 20303 20320 echo "$ac_f77_v_output" >&5 -
ThirdParty/Blas/stable/1.0/get.Blas
r69 r303 25 25 rm blas.tar 26 26 27 echo "Moving the source files from BLAS subdirectory" 28 mv BLAS/*.f . 29 rm -rf BLAS 30 27 31 echo " " 28 32 echo "Done downloading the source code for BLAS."
Note: See TracChangeset
for help on using the changeset viewer.