Changeset 3014 for ThirdParty/Blas
- Timestamp:
- Oct 26, 2013 7:46:10 AM (7 years ago)
- Location:
- ThirdParty/Blas/stable/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Blas/stable/1.3/configure
r2989 r3014 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for ThirdPartyBlas 1.3. 3 # Generated by GNU Autoconf 2.59 for ThirdPartyBlas 1.3.8. 4 4 # 5 5 # Report bugs to <http://projects.coin-or.org/BuildTools/newticket>. … … 430 430 PACKAGE_NAME='ThirdPartyBlas' 431 431 PACKAGE_TARNAME='thirdpartyblas' 432 PACKAGE_VERSION='1.3 '433 PACKAGE_STRING='ThirdPartyBlas 1.3 '432 PACKAGE_VERSION='1.3.8' 433 PACKAGE_STRING='ThirdPartyBlas 1.3.8' 434 434 PACKAGE_BUGREPORT='http://projects.coin-or.org/BuildTools/newticket' 435 435 … … 1002 1002 # This message is too long to be a string in the A/UX 3.1 sh. 1003 1003 cat <<_ACEOF 1004 \`configure' configures ThirdPartyBlas 1.3 to adapt to many kinds of systems.1004 \`configure' configures ThirdPartyBlas 1.3.8 to adapt to many kinds of systems. 1005 1005 1006 1006 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1068 1068 if test -n "$ac_init_help"; then 1069 1069 case $ac_init_help in 1070 short | recursive ) echo "Configuration of ThirdPartyBlas 1.3 :";;1070 short | recursive ) echo "Configuration of ThirdPartyBlas 1.3.8:";; 1071 1071 esac 1072 1072 cat <<\_ACEOF … … 1229 1229 if $ac_init_version; then 1230 1230 cat <<\_ACEOF 1231 ThirdPartyBlas configure 1.3 1231 ThirdPartyBlas configure 1.3.8 1232 1232 generated by GNU Autoconf 2.59 1233 1233 … … 1249 1249 running configure, to aid debugging if configure makes a mistake. 1250 1250 1251 It was created by ThirdPartyBlas $as_me 1.3 , which was1251 It was created by ThirdPartyBlas $as_me 1.3.8, which was 1252 1252 generated by GNU Autoconf 2.59. Invocation command line was 1253 1253 … … 1708 1708 1709 1709 # Capture libtool library version, if given. 1710 coin_libversion=4:8:3 1710 1711 1711 1712 … … 1896 1897 1897 1898 fi; 1899 1900 if test "$enable_msvc" = MD; then 1901 enable_shared=yes 1902 enable_msvc=yes 1903 fi 1898 1904 1899 1905 if test "$enable_msvc" = yes; then … … 3017 3023 fi 3018 3024 3019 # If CFLAGS contains -mno-cygwin, CPPFLAGS must also have it.3020 3021 case "$CFLAGS" in3022 *-mno-cygwin*)3023 if test x${CPPFLAGS+set} != xset ; then3024 CPPFLAGS="-mno-cygwin"3025 else3026 case "$CPPFLAGS" in3027 *-mno-cygwin*)3028 ;;3029 *)3030 CPPFLAGS="$CPPFLAGS -mno-cygwin"3031 ;;3032 esac3033 fi ;;3034 esac3035 3036 3025 # add -DPROJECT_BUILD to signal compiler preprocessor which config header file to include 3037 3026 if test x$COIN_PRJCT != x; then … … 3409 3398 3410 3399 # Provide some information about the compiler. 3411 echo "$as_me:34 11:" \3400 echo "$as_me:3400:" \ 3412 3401 "checking for Fortran 77 compiler version" >&5 3413 3402 ac_compiler=`set X $ac_compile; echo $2` … … 3755 3744 fi 3756 3745 3757 # If FFLAGS contains -mno-cygwin, CPPFLAGS must have it.3758 case "$FFLAGS" in3759 *-mno-cygwin*)3760 if test x${CPPFLAGS+set} != xset ; then3761 CPPFLAGS="-mno-cygwin"3762 else3763 case "$CPPFLAGS" in3764 *-mno-cygwin*)3765 ;;3766 *)3767 CPPFLAGS="$CPPFLAGS -mno-cygwin"3768 ;;3769 esac3770 fi ;;3771 esac3772 3773 3746 # Try if FFLAGS works 3774 3747 if test "$F77" != "unavailable" ; then … … 3948 3921 ac_save_FFLAGS=$FFLAGS 3949 3922 FFLAGS="$FFLAGS $ac_verb" 3950 (eval echo $as_me:39 50: \"$ac_link\") >&53923 (eval echo $as_me:3923: \"$ac_link\") >&5 3951 3924 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 3952 3925 echo "$ac_f77_v_output" >&5 … … 4026 3999 ac_save_FFLAGS=$FFLAGS 4027 4000 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 4028 (eval echo $as_me:40 28: \"$ac_link\") >&54001 (eval echo $as_me:4001: \"$ac_link\") >&5 4029 4002 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 4030 4003 echo "$ac_f77_v_output" >&5 … … 4211 4184 -lcrt*.o) ;; 4212 4185 -lcygwin) ;; 4186 -lgcc*) ;; 4213 4187 *) my_flibs="$my_flibs $flag" ;; 4214 4188 esac … … 4953 4927 # but it is likely to be either .. (if we are a usual coin project) or ../.. (if we are a unusual coin project like ThirdParty or Data) 4954 4928 COIN_PKG_CONFIG_PATH_UNINSTALLED= 4955 if test - e../coin_subdirs.txt ; then4929 if test -f ../coin_subdirs.txt ; then 4956 4930 for i in `cat ../coin_subdirs.txt` ; do 4957 4931 if test -d ../$i ; then … … 4964 4938 fi 4965 4939 4966 if test - e../../coin_subdirs.txt ; then4940 if test -f ../../coin_subdirs.txt ; then 4967 4941 for i in `cat ../../coin_subdirs.txt` ; do 4968 4942 if test -d ../../$i ; then … … 5013 4987 ;; 5014 4988 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 5015 { echo "$as_me:$LINENO: WARNING: DLL building not supported. I'm disabling your choice, but will build with -MD(d) instead of -MT(d)." >&55016 echo "$as_me: WARNING: DLL building not supported. I'm disabling your choice, but will build with -MD(d) instead of -MT(d)." >&2;}4989 { echo "$as_me:$LINENO: DLL building not supported, but will build with -MD(d) instead of -MT(d)." >&5 4990 echo "$as_me: DLL building not supported, but will build with -MD(d) instead of -MT(d)." >&6;} 5017 4991 ;; 5018 4992 *) … … 5449 5423 # Define the identity of the package. 5450 5424 PACKAGE='thirdpartyblas' 5451 VERSION='1.3 '5425 VERSION='1.3.8' 5452 5426 5453 5427 … … 6085 6059 6086 6060 LIBTOOL= 6087 if test - r../libtool; then6061 if test -f ../libtool; then 6088 6062 coin_config_dir=.. 6089 6063 LIBTOOL='$(SHELL) $(top_builddir)/../libtool' 6090 6064 fi 6091 6065 if test "x$LIBTOOL" = x; then 6092 if test - r../../libtool; then6066 if test -f ../../libtool; then 6093 6067 coin_config_dir=../.. 6094 6068 LIBTOOL='$(SHELL) $(top_builddir)/../../libtool' … … 6636 6610 *-*-irix6*) 6637 6611 # Find out which ABI we are using. 6638 echo '#line 66 38"configure"' > conftest.$ac_ext6612 echo '#line 6612 "configure"' > conftest.$ac_ext 6639 6613 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6640 6614 (eval $ac_compile) 2>&5 … … 9113 9087 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9114 9088 -e 's:$: $lt_compiler_flag:'` 9115 (eval echo "\"\$as_me:9 115: $lt_compile\"" >&5)9089 (eval echo "\"\$as_me:9089: $lt_compile\"" >&5) 9116 9090 (eval "$lt_compile" 2>conftest.err) 9117 9091 ac_status=$? 9118 9092 cat conftest.err >&5 9119 echo "$as_me:9 119: \$? = $ac_status" >&59093 echo "$as_me:9093: \$? = $ac_status" >&5 9120 9094 if (exit $ac_status) && test -s "$ac_outfile"; then 9121 9095 # The compiler can only warn and ignore the option if not recognized … … 9381 9355 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9382 9356 -e 's:$: $lt_compiler_flag:'` 9383 (eval echo "\"\$as_me:93 83: $lt_compile\"" >&5)9357 (eval echo "\"\$as_me:9357: $lt_compile\"" >&5) 9384 9358 (eval "$lt_compile" 2>conftest.err) 9385 9359 ac_status=$? 9386 9360 cat conftest.err >&5 9387 echo "$as_me:93 87: \$? = $ac_status" >&59361 echo "$as_me:9361: \$? = $ac_status" >&5 9388 9362 if (exit $ac_status) && test -s "$ac_outfile"; then 9389 9363 # The compiler can only warn and ignore the option if not recognized … … 9485 9459 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9486 9460 -e 's:$: $lt_compiler_flag:'` 9487 (eval echo "\"\$as_me:94 87: $lt_compile\"" >&5)9461 (eval echo "\"\$as_me:9461: $lt_compile\"" >&5) 9488 9462 (eval "$lt_compile" 2>out/conftest.err) 9489 9463 ac_status=$? 9490 9464 cat out/conftest.err >&5 9491 echo "$as_me:94 91: \$? = $ac_status" >&59465 echo "$as_me:9465: \$? = $ac_status" >&5 9492 9466 if (exit $ac_status) && test -s out/conftest2.$ac_objext 9493 9467 then … … 11902 11876 lt_status=$lt_dlunknown 11903 11877 cat > conftest.$ac_ext <<EOF 11904 #line 11 904"configure"11878 #line 11878 "configure" 11905 11879 #include "confdefs.h" 11906 11880 … … 12002 11976 lt_status=$lt_dlunknown 12003 11977 cat > conftest.$ac_ext <<EOF 12004 #line 1 2004"configure"11978 #line 11978 "configure" 12005 11979 #include "confdefs.h" 12006 11980 … … 14362 14336 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14363 14337 -e 's:$: $lt_compiler_flag:'` 14364 (eval echo "\"\$as_me:143 64: $lt_compile\"" >&5)14338 (eval echo "\"\$as_me:14338: $lt_compile\"" >&5) 14365 14339 (eval "$lt_compile" 2>conftest.err) 14366 14340 ac_status=$? 14367 14341 cat conftest.err >&5 14368 echo "$as_me:143 68: \$? = $ac_status" >&514342 echo "$as_me:14342: \$? = $ac_status" >&5 14369 14343 if (exit $ac_status) && test -s "$ac_outfile"; then 14370 14344 # The compiler can only warn and ignore the option if not recognized … … 14466 14440 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14467 14441 -e 's:$: $lt_compiler_flag:'` 14468 (eval echo "\"\$as_me:144 68: $lt_compile\"" >&5)14442 (eval echo "\"\$as_me:14442: $lt_compile\"" >&5) 14469 14443 (eval "$lt_compile" 2>out/conftest.err) 14470 14444 ac_status=$? 14471 14445 cat out/conftest.err >&5 14472 echo "$as_me:144 72: \$? = $ac_status" >&514446 echo "$as_me:14446: \$? = $ac_status" >&5 14473 14447 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14474 14448 then … … 16036 16010 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16037 16011 -e 's:$: $lt_compiler_flag:'` 16038 (eval echo "\"\$as_me:160 38: $lt_compile\"" >&5)16012 (eval echo "\"\$as_me:16012: $lt_compile\"" >&5) 16039 16013 (eval "$lt_compile" 2>conftest.err) 16040 16014 ac_status=$? 16041 16015 cat conftest.err >&5 16042 echo "$as_me:160 42: \$? = $ac_status" >&516016 echo "$as_me:16016: \$? = $ac_status" >&5 16043 16017 if (exit $ac_status) && test -s "$ac_outfile"; then 16044 16018 # The compiler can only warn and ignore the option if not recognized … … 16140 16114 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16141 16115 -e 's:$: $lt_compiler_flag:'` 16142 (eval echo "\"\$as_me:161 42: $lt_compile\"" >&5)16116 (eval echo "\"\$as_me:16116: $lt_compile\"" >&5) 16143 16117 (eval "$lt_compile" 2>out/conftest.err) 16144 16118 ac_status=$? 16145 16119 cat out/conftest.err >&5 16146 echo "$as_me:161 46: \$? = $ac_status" >&516120 echo "$as_me:16120: \$? = $ac_status" >&5 16147 16121 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16148 16122 then … … 18347 18321 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18348 18322 -e 's:$: $lt_compiler_flag:'` 18349 (eval echo "\"\$as_me:183 49: $lt_compile\"" >&5)18323 (eval echo "\"\$as_me:18323: $lt_compile\"" >&5) 18350 18324 (eval "$lt_compile" 2>conftest.err) 18351 18325 ac_status=$? 18352 18326 cat conftest.err >&5 18353 echo "$as_me:183 53: \$? = $ac_status" >&518327 echo "$as_me:18327: \$? = $ac_status" >&5 18354 18328 if (exit $ac_status) && test -s "$ac_outfile"; then 18355 18329 # The compiler can only warn and ignore the option if not recognized … … 18615 18589 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18616 18590 -e 's:$: $lt_compiler_flag:'` 18617 (eval echo "\"\$as_me:18 617: $lt_compile\"" >&5)18591 (eval echo "\"\$as_me:18591: $lt_compile\"" >&5) 18618 18592 (eval "$lt_compile" 2>conftest.err) 18619 18593 ac_status=$? 18620 18594 cat conftest.err >&5 18621 echo "$as_me:18 621: \$? = $ac_status" >&518595 echo "$as_me:18595: \$? = $ac_status" >&5 18622 18596 if (exit $ac_status) && test -s "$ac_outfile"; then 18623 18597 # The compiler can only warn and ignore the option if not recognized … … 18719 18693 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18720 18694 -e 's:$: $lt_compiler_flag:'` 18721 (eval echo "\"\$as_me:18 721: $lt_compile\"" >&5)18695 (eval echo "\"\$as_me:18695: $lt_compile\"" >&5) 18722 18696 (eval "$lt_compile" 2>out/conftest.err) 18723 18697 ac_status=$? 18724 18698 cat out/conftest.err >&5 18725 echo "$as_me:18 725: \$? = $ac_status" >&518699 echo "$as_me:18699: \$? = $ac_status" >&5 18726 18700 if (exit $ac_status) && test -s out/conftest2.$ac_objext 18727 18701 then … … 22157 22131 cat >&5 <<_CSEOF 22158 22132 22159 This file was extended by ThirdPartyBlas $as_me 1.3 , which was22133 This file was extended by ThirdPartyBlas $as_me 1.3.8, which was 22160 22134 generated by GNU Autoconf 2.59. Invocation command line was 22161 22135 … … 22215 22189 cat >>$CONFIG_STATUS <<_ACEOF 22216 22190 ac_cs_version="\\ 22217 ThirdPartyBlas config.status 1.3 22191 ThirdPartyBlas config.status 1.3.8 22218 22192 configured by $0, generated by GNU Autoconf 2.59, 22219 22193 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/Blas/stable/1.3/configure.ac
r2954 r3014 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([ThirdPartyBlas],[1.3 ],[http://projects.coin-or.org/BuildTools/newticket])15 AC_INIT([ThirdPartyBlas],[1.3.8],[http://projects.coin-or.org/BuildTools/newticket]) 16 16 17 17 AC_COPYRIGHT([ … … 31 31 AC_PREFIX_DEFAULT([`pwd`]) 32 32 33 AC_COIN_PROJECTDIR_INIT(Blas )33 AC_COIN_PROJECTDIR_INIT(Blas,4:8:3) 34 34 35 35 #############################################################################
Note: See TracChangeset
for help on using the changeset viewer.