Changeset 640 for trunk/configure
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:externals
-
old new 1 MSVisualStudio https://projects.coin-or.org/svn/MSVisualStudio/ trunk/ExternalsDirs/Cbc2 BuildTools https://projects.coin-or.org/svn/BuildTools/ stable/0.51 MSVisualStudio https://projects.coin-or.org/svn/MSVisualStudio/branches/devel/ExternalsDirs/Cbc 2 BuildTools https://projects.coin-or.org/svn/BuildTools/trunk 3 3 ThirdParty/ASL https://projects.coin-or.org/svn/BuildTools/ThirdParty/ASL/stable/1.0 4 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/stable/1.0 5 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/stable/1.0 4 6 Data/Netlib https://projects.coin-or.org/svn/Data/stable/1.0/Netlib 5 7 Data/Sample https://projects.coin-or.org/svn/Data/stable/1.0/Sample
-
- Property svn:externals
-
trunk/configure
r627 r640 475 475 476 476 ac_subdirs_all="$ac_subdirs_all ThirdParty/ASL" 477 ac_subdirs_all="$ac_subdirs_all ThirdParty/Blas" 478 ac_subdirs_all="$ac_subdirs_all ThirdParty/Lapack" 477 479 ac_subdirs_all="$ac_subdirs_all CoinUtils" 478 480 ac_subdirs_all="$ac_subdirs_all Data/Netlib" … … 480 482 ac_subdirs_all="$ac_subdirs_all Data/miplib3" 481 483 ac_subdirs_all="$ac_subdirs_all Clp" 484 ac_subdirs_all="$ac_subdirs_all DyLP" 482 485 ac_subdirs_all="$ac_subdirs_all Vol" 483 486 ac_subdirs_all="$ac_subdirs_all Osi" … … 1638 1641 1639 1642 ############################################################################# 1640 # Create the libtool script for the subdirectories#1643 # Do the tests necessary to configure compilers and initialise autotools # 1641 1644 ############################################################################# 1642 1645 … … 3827 3830 *-cygwin* | *-mingw*) 3828 3831 if test "$enable_doscompile" = msvc ; then 3829 coin_f77_comps="ifort fl32 compile_f2c"3832 coin_f77_comps="ifort fl32" 3830 3833 else 3831 coin_f77_comps="gfortran g77 ifort fl32 compile_f2c"3834 coin_f77_comps="gfortran g77 ifort fl32" 3832 3835 fi ;; 3833 3836 sparc-sun-solaris*) … … 4004 4007 4005 4008 # Provide some information about the compiler. 4006 echo "$as_me:400 6:" \4009 echo "$as_me:4009:" \ 4007 4010 "checking for Fortran 77 compiler version" >&5 4008 4011 ac_compiler=`set X $ac_compile; echo $2` … … 4222 4225 coin_add_fflags='-fpp -nologo -MT' 4223 4226 coin_dbg_fflags='-debug' 4224 ;;4225 compile_f2c*)4226 coin_opt_fflags='-MT -O2'4227 coin_add_fflags='-nologo -wd4996'4228 coin_dbg_fflags='-MTd'4229 4227 ;; 4230 4228 esac … … 6281 6279 *-*-irix6*) 6282 6280 # Find out which ABI we are using. 6283 echo '#line 628 3"configure"' > conftest.$ac_ext6281 echo '#line 6281 "configure"' > conftest.$ac_ext 6284 6282 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6285 6283 (eval $ac_compile) 2>&5 … … 8245 8243 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8246 8244 -e 's:$: $lt_compiler_flag:'` 8247 (eval echo "\"\$as_me:824 7: $lt_compile\"" >&5)8245 (eval echo "\"\$as_me:8245: $lt_compile\"" >&5) 8248 8246 (eval "$lt_compile" 2>conftest.err) 8249 8247 ac_status=$? 8250 8248 cat conftest.err >&5 8251 echo "$as_me:82 51: \$? = $ac_status" >&58249 echo "$as_me:8249: \$? = $ac_status" >&5 8252 8250 if (exit $ac_status) && test -s "$ac_outfile"; then 8253 8251 # The compiler can only warn and ignore the option if not recognized … … 8513 8511 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8514 8512 -e 's:$: $lt_compiler_flag:'` 8515 (eval echo "\"\$as_me:851 5: $lt_compile\"" >&5)8513 (eval echo "\"\$as_me:8513: $lt_compile\"" >&5) 8516 8514 (eval "$lt_compile" 2>conftest.err) 8517 8515 ac_status=$? 8518 8516 cat conftest.err >&5 8519 echo "$as_me:851 9: \$? = $ac_status" >&58517 echo "$as_me:8517: \$? = $ac_status" >&5 8520 8518 if (exit $ac_status) && test -s "$ac_outfile"; then 8521 8519 # The compiler can only warn and ignore the option if not recognized … … 8617 8615 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8618 8616 -e 's:$: $lt_compiler_flag:'` 8619 (eval echo "\"\$as_me:861 9: $lt_compile\"" >&5)8617 (eval echo "\"\$as_me:8617: $lt_compile\"" >&5) 8620 8618 (eval "$lt_compile" 2>out/conftest.err) 8621 8619 ac_status=$? 8622 8620 cat out/conftest.err >&5 8623 echo "$as_me:862 3: \$? = $ac_status" >&58621 echo "$as_me:8621: \$? = $ac_status" >&5 8624 8622 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8625 8623 then … … 10962 10960 lt_status=$lt_dlunknown 10963 10961 cat > conftest.$ac_ext <<EOF 10964 #line 1096 4"configure"10962 #line 10962 "configure" 10965 10963 #include "confdefs.h" 10966 10964 … … 11062 11060 lt_status=$lt_dlunknown 11063 11061 cat > conftest.$ac_ext <<EOF 11064 #line 1106 4"configure"11062 #line 11062 "configure" 11065 11063 #include "confdefs.h" 11066 11064 … … 13406 13404 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13407 13405 -e 's:$: $lt_compiler_flag:'` 13408 (eval echo "\"\$as_me:1340 8: $lt_compile\"" >&5)13406 (eval echo "\"\$as_me:13406: $lt_compile\"" >&5) 13409 13407 (eval "$lt_compile" 2>conftest.err) 13410 13408 ac_status=$? 13411 13409 cat conftest.err >&5 13412 echo "$as_me:1341 2: \$? = $ac_status" >&513410 echo "$as_me:13410: \$? = $ac_status" >&5 13413 13411 if (exit $ac_status) && test -s "$ac_outfile"; then 13414 13412 # The compiler can only warn and ignore the option if not recognized … … 13510 13508 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13511 13509 -e 's:$: $lt_compiler_flag:'` 13512 (eval echo "\"\$as_me:1351 2: $lt_compile\"" >&5)13510 (eval echo "\"\$as_me:13510: $lt_compile\"" >&5) 13513 13511 (eval "$lt_compile" 2>out/conftest.err) 13514 13512 ac_status=$? 13515 13513 cat out/conftest.err >&5 13516 echo "$as_me:1351 6: \$? = $ac_status" >&513514 echo "$as_me:13514: \$? = $ac_status" >&5 13517 13515 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13518 13516 then … … 15080 15078 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15081 15079 -e 's:$: $lt_compiler_flag:'` 15082 (eval echo "\"\$as_me:1508 2: $lt_compile\"" >&5)15080 (eval echo "\"\$as_me:15080: $lt_compile\"" >&5) 15083 15081 (eval "$lt_compile" 2>conftest.err) 15084 15082 ac_status=$? 15085 15083 cat conftest.err >&5 15086 echo "$as_me:1508 6: \$? = $ac_status" >&515084 echo "$as_me:15084: \$? = $ac_status" >&5 15087 15085 if (exit $ac_status) && test -s "$ac_outfile"; then 15088 15086 # The compiler can only warn and ignore the option if not recognized … … 15184 15182 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15185 15183 -e 's:$: $lt_compiler_flag:'` 15186 (eval echo "\"\$as_me:1518 6: $lt_compile\"" >&5)15184 (eval echo "\"\$as_me:15184: $lt_compile\"" >&5) 15187 15185 (eval "$lt_compile" 2>out/conftest.err) 15188 15186 ac_status=$? 15189 15187 cat out/conftest.err >&5 15190 echo "$as_me:151 90: \$? = $ac_status" >&515188 echo "$as_me:15188: \$? = $ac_status" >&5 15191 15189 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15192 15190 then … … 17391 17389 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17392 17390 -e 's:$: $lt_compiler_flag:'` 17393 (eval echo "\"\$as_me:1739 3: $lt_compile\"" >&5)17391 (eval echo "\"\$as_me:17391: $lt_compile\"" >&5) 17394 17392 (eval "$lt_compile" 2>conftest.err) 17395 17393 ac_status=$? 17396 17394 cat conftest.err >&5 17397 echo "$as_me:1739 7: \$? = $ac_status" >&517395 echo "$as_me:17395: \$? = $ac_status" >&5 17398 17396 if (exit $ac_status) && test -s "$ac_outfile"; then 17399 17397 # The compiler can only warn and ignore the option if not recognized … … 17659 17657 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17660 17658 -e 's:$: $lt_compiler_flag:'` 17661 (eval echo "\"\$as_me:176 61: $lt_compile\"" >&5)17659 (eval echo "\"\$as_me:17659: $lt_compile\"" >&5) 17662 17660 (eval "$lt_compile" 2>conftest.err) 17663 17661 ac_status=$? 17664 17662 cat conftest.err >&5 17665 echo "$as_me:1766 5: \$? = $ac_status" >&517663 echo "$as_me:17663: \$? = $ac_status" >&5 17666 17664 if (exit $ac_status) && test -s "$ac_outfile"; then 17667 17665 # The compiler can only warn and ignore the option if not recognized … … 17763 17761 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17764 17762 -e 's:$: $lt_compiler_flag:'` 17765 (eval echo "\"\$as_me:1776 5: $lt_compile\"" >&5)17763 (eval echo "\"\$as_me:17763: $lt_compile\"" >&5) 17766 17764 (eval "$lt_compile" 2>out/conftest.err) 17767 17765 ac_status=$? 17768 17766 cat out/conftest.err >&5 17769 echo "$as_me:1776 9: \$? = $ac_status" >&517767 echo "$as_me:17767: \$? = $ac_status" >&5 17770 17768 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17771 17769 then … … 20470 20468 { echo "$as_me:$LINENO: Build is \"$build\"." >&5 20471 20469 echo "$as_me: Build is \"$build\"." >&6;} 20472 mydos2unix='| dos2unix'20473 20470 case $build in 20474 20471 *-mingw*) 20475 20472 CYGPATH_W=echo 20476 mydos2unix=20477 20473 ;; 20478 20474 esac … … 20500 20496 -e 's%lib /OUT:%lib -OUT:%' \ 20501 20497 -e "s%cygpath -w%$CYGPATH_W%" \ 20502 -e 's%$AR x \\$f_ex_an_ar_oldlib%bla=\\`lib -nologo -list \\$f_ex_an_ar_oldlib | xargs echo '"$mydos2unix"'\\`; echo \\$bla; for i in \\$bla; do lib -nologo -extract:\\$i \\$f_ex_an_ar_oldlib; done%' \20498 -e 's%$AR x \\$f_ex_an_ar_oldlib%bla=\\`lib -nologo -list \\$f_ex_an_ar_oldlib | xargs echo\\`; echo \\$bla; for i in \\$bla; do lib -nologo -extract:\\$i \\$f_ex_an_ar_oldlib; done%' \ 20503 20499 -e 's/$AR t/lib -nologo -list/' \ 20504 20500 -e 's%f_ex_an_ar_oldlib="\($?*1*\)"%f_ex_an_ar_oldlib='\`"$CYGPATH_W"' \1`%' \ … … 20679 20675 fi 20680 20676 20677 echo "$as_me:$LINENO: checking whether code for third party package Blas is available" >&5 20678 echo $ECHO_N "checking whether code for third party package Blas is available... $ECHO_C" >&6 20679 coin_skip=no 20680 if test x"$COIN_SKIP_PROJECTS" != x; then 20681 for dir in $COIN_SKIP_PROJECTS; do 20682 if test $dir = ThirdParty/Blas; then 20683 coin_skip=yes 20684 fi 20685 done 20686 fi 20687 if test $coin_skip = yes; then 20688 echo "$as_me:$LINENO: result: skipping" >&5 20689 echo "${ECHO_T}skipping" >&6 20690 else 20691 coin_tmp=`echo $srcdir/ThirdParty/Blas/daxpy.f` 20692 # There is probably a more elegant way to get the first thing out here... 20693 for i in $coin_tmp; do 20694 coin_tmp2=$i 20695 #break 1 20696 done 20697 if test -r $coin_tmp2; then 20698 coin_subdirs="$coin_subdirs ThirdParty/Blas" 20699 echo "$as_me:$LINENO: result: yes" >&5 20700 echo "${ECHO_T}yes" >&6 20701 20702 20703 subdirs="$subdirs ThirdParty/Blas" 20704 20705 else 20706 echo "$as_me:$LINENO: result: no" >&5 20707 echo "${ECHO_T}no" >&6 20708 fi 20709 fi 20710 20711 echo "$as_me:$LINENO: checking whether code for third party package Lapack is available" >&5 20712 echo $ECHO_N "checking whether code for third party package Lapack is available... $ECHO_C" >&6 20713 coin_skip=no 20714 if test x"$COIN_SKIP_PROJECTS" != x; then 20715 for dir in $COIN_SKIP_PROJECTS; do 20716 if test $dir = ThirdParty/Lapack; then 20717 coin_skip=yes 20718 fi 20719 done 20720 fi 20721 if test $coin_skip = yes; then 20722 echo "$as_me:$LINENO: result: skipping" >&5 20723 echo "${ECHO_T}skipping" >&6 20724 else 20725 coin_tmp=`echo $srcdir/ThirdParty/Lapack/LAPACK/SRC/dlarf.f` 20726 # There is probably a more elegant way to get the first thing out here... 20727 for i in $coin_tmp; do 20728 coin_tmp2=$i 20729 #break 1 20730 done 20731 if test -r $coin_tmp2; then 20732 coin_subdirs="$coin_subdirs ThirdParty/Lapack" 20733 echo "$as_me:$LINENO: result: yes" >&5 20734 echo "${ECHO_T}yes" >&6 20735 20736 20737 subdirs="$subdirs ThirdParty/Lapack" 20738 20739 else 20740 echo "$as_me:$LINENO: result: no" >&5 20741 echo "${ECHO_T}no" >&6 20742 fi 20743 fi 20744 20681 20745 20682 20746 ############################################################################# … … 20858 20922 20859 20923 subdirs="$subdirs Clp" 20924 20925 else 20926 echo "$as_me:$LINENO: result: no" >&5 20927 echo "${ECHO_T}no" >&6 20928 fi 20929 20930 20931 20932 20933 20934 20935 20936 20937 20938 20939 20940 20941 20942 echo "$as_me:$LINENO: checking whether directory DyLP is available" >&5 20943 echo $ECHO_N "checking whether directory DyLP is available... $ECHO_C" >&6 20944 coin_skip=no 20945 if test x"$COIN_SKIP_PROJECTS" != x; then 20946 for dir in $COIN_SKIP_PROJECTS; do 20947 if test $dir = DyLP; then 20948 coin_skip=yes 20949 fi 20950 done 20951 fi 20952 if test $coin_skip = yes; then 20953 echo "$as_me:$LINENO: result: skipping" >&5 20954 echo "${ECHO_T}skipping" >&6 20955 elif test -r $srcdir/DyLP/configure; then 20956 coin_subdirs="$coin_subdirs DyLP" 20957 echo "$as_me:$LINENO: result: yes" >&5 20958 echo "${ECHO_T}yes" >&6 20959 20960 20961 subdirs="$subdirs DyLP" 20860 20962 20861 20963 else … … 22512 22614 if test x"$coin_vpath_link_files" = x; then : ; else 22513 22615 lnkcmd= 22514 if test "$enable_doscompile" = mingw; then22616 if test "$enable_doscompile" = yes; then 22515 22617 lnkcmd=cp 22516 22618 fi
Note: See TracChangeset
for help on using the changeset viewer.