Changeset 536
- Timestamp:
- Aug 21, 2007 2:08:01 PM (13 years ago)
- Location:
- ThirdParty/Blas/stable/1.0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Blas/stable/1.0/configure
r453 r536 1682 1682 1683 1683 1684 #turn off warnings and pedantic mode since they could make trouble on some platforms, 1685 #and we couldn't fix them anyway 1686 coin_skip_warn_fflags=yes 1687 1684 1688 # Check if user wants to produce debugging code 1685 1689 … … 1800 1804 if test "$enable_doscompile" != no; then 1801 1805 case $build in 1802 *-cygwin* ) ;;1803 *) { { echo "$as_me:$LINENO: error: --enable-doscompile option makes sense only under Cygwin " >&51804 echo "$as_me: error: --enable-doscompile option makes sense only under Cygwin " >&2;}1806 *-cygwin* | *-mingw*) ;; 1807 *) { { echo "$as_me:$LINENO: error: --enable-doscompile option makes sense only under Cygwin or MinGW" >&5 1808 echo "$as_me: error: --enable-doscompile option makes sense only under Cygwin or MinGW" >&2;} 1805 1809 { (exit 1); exit 1; }; } ;; 1806 1810 esac … … 1810 1814 fi; 1811 1815 case "$enable_doscompile" in 1812 msvc|mingw|no) ;; 1816 mingw) 1817 case $build in 1818 *-mingw*) enable_doscompile=no ;; 1819 esac 1820 ;; 1821 msvc|no) ;; 1813 1822 yes) enable_doscompile=mingw ;; 1814 1823 *) { { echo "$as_me:$LINENO: error: Invalid value $enable_doscompile for --enable-doscompile. … … 2760 2769 xlc* | */xlc* | mpxlc* | */mpxlc*) 2761 2770 coin_opt_cflags="-O3 -qarch=auto -qcache=auto -qtune=auto -qmaxmem=-1" 2762 coin_add_cflags="-bmaxdata:0x80000000 "2771 coin_add_cflags="-bmaxdata:0x80000000 -qsuppress=1500-036 -qsuppress=1500-029" 2763 2772 coin_dbg_cflags="-g" 2764 2773 ;; … … 3205 3214 3206 3215 # Provide some information about the compiler. 3207 echo "$as_me:32 07:" \3216 echo "$as_me:3216:" \ 3208 3217 "checking for Fortran 77 compiler version" >&5 3209 3218 ac_compiler=`set X $ac_compile; echo $2` … … 3487 3496 xlf* | */xlf* | mpxlf* | */mpxlf* ) 3488 3497 coin_opt_fflags="-O3 -qarch=auto -qcache=auto -qtune=auto -qmaxmem=-1" 3489 coin_add_fflags="-bmaxdata:0x80000000 "3498 coin_add_fflags="-bmaxdata:0x80000000 -qsuppress=1500-036 -qsuppress=1500-029" 3490 3499 coin_dbg_fflags="-g -C" 3491 3500 ;; … … 5340 5349 *-*-irix6*) 5341 5350 # Find out which ABI we are using. 5342 echo '#line 53 42"configure"' > conftest.$ac_ext5351 echo '#line 5351 "configure"' > conftest.$ac_ext 5343 5352 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5344 5353 (eval $ac_compile) 2>&5 … … 7769 7778 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7770 7779 -e 's:$: $lt_compiler_flag:'` 7771 (eval echo "\"\$as_me:77 71: $lt_compile\"" >&5)7780 (eval echo "\"\$as_me:7780: $lt_compile\"" >&5) 7772 7781 (eval "$lt_compile" 2>conftest.err) 7773 7782 ac_status=$? 7774 7783 cat conftest.err >&5 7775 echo "$as_me:77 75: \$? = $ac_status" >&57784 echo "$as_me:7784: \$? = $ac_status" >&5 7776 7785 if (exit $ac_status) && test -s "$ac_outfile"; then 7777 7786 # The compiler can only warn and ignore the option if not recognized … … 8037 8046 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8038 8047 -e 's:$: $lt_compiler_flag:'` 8039 (eval echo "\"\$as_me:80 39: $lt_compile\"" >&5)8048 (eval echo "\"\$as_me:8048: $lt_compile\"" >&5) 8040 8049 (eval "$lt_compile" 2>conftest.err) 8041 8050 ac_status=$? 8042 8051 cat conftest.err >&5 8043 echo "$as_me:80 43: \$? = $ac_status" >&58052 echo "$as_me:8052: \$? = $ac_status" >&5 8044 8053 if (exit $ac_status) && test -s "$ac_outfile"; then 8045 8054 # The compiler can only warn and ignore the option if not recognized … … 8141 8150 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8142 8151 -e 's:$: $lt_compiler_flag:'` 8143 (eval echo "\"\$as_me:81 43: $lt_compile\"" >&5)8152 (eval echo "\"\$as_me:8152: $lt_compile\"" >&5) 8144 8153 (eval "$lt_compile" 2>out/conftest.err) 8145 8154 ac_status=$? 8146 8155 cat out/conftest.err >&5 8147 echo "$as_me:81 47: \$? = $ac_status" >&58156 echo "$as_me:8156: \$? = $ac_status" >&5 8148 8157 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8149 8158 then … … 10486 10495 lt_status=$lt_dlunknown 10487 10496 cat > conftest.$ac_ext <<EOF 10488 #line 104 88"configure"10497 #line 10497 "configure" 10489 10498 #include "confdefs.h" 10490 10499 … … 10586 10595 lt_status=$lt_dlunknown 10587 10596 cat > conftest.$ac_ext <<EOF 10588 #line 105 88"configure"10597 #line 10597 "configure" 10589 10598 #include "confdefs.h" 10590 10599 … … 12930 12939 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12931 12940 -e 's:$: $lt_compiler_flag:'` 12932 (eval echo "\"\$as_me:129 32: $lt_compile\"" >&5)12941 (eval echo "\"\$as_me:12941: $lt_compile\"" >&5) 12933 12942 (eval "$lt_compile" 2>conftest.err) 12934 12943 ac_status=$? 12935 12944 cat conftest.err >&5 12936 echo "$as_me:129 36: \$? = $ac_status" >&512945 echo "$as_me:12945: \$? = $ac_status" >&5 12937 12946 if (exit $ac_status) && test -s "$ac_outfile"; then 12938 12947 # The compiler can only warn and ignore the option if not recognized … … 13034 13043 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13035 13044 -e 's:$: $lt_compiler_flag:'` 13036 (eval echo "\"\$as_me:130 36: $lt_compile\"" >&5)13045 (eval echo "\"\$as_me:13045: $lt_compile\"" >&5) 13037 13046 (eval "$lt_compile" 2>out/conftest.err) 13038 13047 ac_status=$? 13039 13048 cat out/conftest.err >&5 13040 echo "$as_me:1304 0: \$? = $ac_status" >&513049 echo "$as_me:13049: \$? = $ac_status" >&5 13041 13050 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13042 13051 then … … 14604 14613 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14605 14614 -e 's:$: $lt_compiler_flag:'` 14606 (eval echo "\"\$as_me:146 06: $lt_compile\"" >&5)14615 (eval echo "\"\$as_me:14615: $lt_compile\"" >&5) 14607 14616 (eval "$lt_compile" 2>conftest.err) 14608 14617 ac_status=$? 14609 14618 cat conftest.err >&5 14610 echo "$as_me:1461 0: \$? = $ac_status" >&514619 echo "$as_me:14619: \$? = $ac_status" >&5 14611 14620 if (exit $ac_status) && test -s "$ac_outfile"; then 14612 14621 # The compiler can only warn and ignore the option if not recognized … … 14708 14717 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14709 14718 -e 's:$: $lt_compiler_flag:'` 14710 (eval echo "\"\$as_me:1471 0: $lt_compile\"" >&5)14719 (eval echo "\"\$as_me:14719: $lt_compile\"" >&5) 14711 14720 (eval "$lt_compile" 2>out/conftest.err) 14712 14721 ac_status=$? 14713 14722 cat out/conftest.err >&5 14714 echo "$as_me:147 14: \$? = $ac_status" >&514723 echo "$as_me:14723: \$? = $ac_status" >&5 14715 14724 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14716 14725 then … … 16915 16924 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16916 16925 -e 's:$: $lt_compiler_flag:'` 16917 (eval echo "\"\$as_me:169 17: $lt_compile\"" >&5)16926 (eval echo "\"\$as_me:16926: $lt_compile\"" >&5) 16918 16927 (eval "$lt_compile" 2>conftest.err) 16919 16928 ac_status=$? 16920 16929 cat conftest.err >&5 16921 echo "$as_me:169 21: \$? = $ac_status" >&516930 echo "$as_me:16930: \$? = $ac_status" >&5 16922 16931 if (exit $ac_status) && test -s "$ac_outfile"; then 16923 16932 # The compiler can only warn and ignore the option if not recognized … … 17183 17192 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17184 17193 -e 's:$: $lt_compiler_flag:'` 17185 (eval echo "\"\$as_me:171 85: $lt_compile\"" >&5)17194 (eval echo "\"\$as_me:17194: $lt_compile\"" >&5) 17186 17195 (eval "$lt_compile" 2>conftest.err) 17187 17196 ac_status=$? 17188 17197 cat conftest.err >&5 17189 echo "$as_me:171 89: \$? = $ac_status" >&517198 echo "$as_me:17198: \$? = $ac_status" >&5 17190 17199 if (exit $ac_status) && test -s "$ac_outfile"; then 17191 17200 # The compiler can only warn and ignore the option if not recognized … … 17287 17296 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17288 17297 -e 's:$: $lt_compiler_flag:'` 17289 (eval echo "\"\$as_me:172 89: $lt_compile\"" >&5)17298 (eval echo "\"\$as_me:17298: $lt_compile\"" >&5) 17290 17299 (eval "$lt_compile" 2>out/conftest.err) 17291 17300 ac_status=$? 17292 17301 cat out/conftest.err >&5 17293 echo "$as_me:17 293: \$? = $ac_status" >&517302 echo "$as_me:17302: \$? = $ac_status" >&5 17294 17303 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17295 17304 then … … 20215 20224 ac_save_FFLAGS=$FFLAGS 20216 20225 FFLAGS="$FFLAGS $ac_verb" 20217 (eval echo $as_me:202 17: \"$ac_link\") >&520226 (eval echo $as_me:20226: \"$ac_link\") >&5 20218 20227 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 20219 20228 echo "$ac_f77_v_output" >&5 … … 20293 20302 ac_save_FFLAGS=$FFLAGS 20294 20303 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 20295 (eval echo $as_me:20 295: \"$ac_link\") >&520304 (eval echo $as_me:20304: \"$ac_link\") >&5 20296 20305 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 20297 20306 echo "$ac_f77_v_output" >&5 -
ThirdParty/Blas/stable/1.0/configure.ac
r397 r536 40 40 AC_CANONICAL_BUILD 41 41 42 #turn off warnings and pedantic mode since they could make trouble on some platforms, 43 #and we couldn't fix them anyway 44 coin_skip_warn_fflags=yes 45 42 46 # Check if user wants to produce debugging code 43 47 AC_COIN_DEBUG_COMPILE(Blas) -
ThirdParty/Blas/stable/1.0/get.Blas
r303 r536 1 1 #!/bin/sh 2 2 3 set -e 4 5 wgetcmd=wget 3 6 wgetcount=`which wget 2>/dev/null | wc -w` 4 7 if test ! $wgetcount = 1; then 5 8 echo "Utility wget not found in your PATH." 6 exit -1 9 if test `uname` = Darwin; then 10 wgetcmd=ftp 11 echo "Using ftp command instead." 12 else 13 exit -1 14 fi 7 15 fi 8 16 … … 14 22 15 23 echo "Downloading the source code from www.netlib.org..." 16 wgetftp://www.netlib.org/blas/blas.tgz24 $wgetcmd ftp://www.netlib.org/blas/blas.tgz 17 25 18 26 echo "Uncompressing the tarball..."
Note: See TracChangeset
for help on using the changeset viewer.