Changes from releases/2.8.3 at r2371 to releases/2.8.4 at r2371
- Location:
- releases/2.8.4
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
releases/2.8.4/Cbc/configure
r2371 r2371 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for Cbc 2.8. 3.3 # Generated by GNU Autoconf 2.59 for Cbc 2.8.4. 4 4 # 5 5 # Report bugs to <cbc@lists.coin-or.org>. … … 430 430 PACKAGE_NAME='Cbc' 431 431 PACKAGE_TARNAME='cbc' 432 PACKAGE_VERSION='2.8. 3'433 PACKAGE_STRING='Cbc 2.8. 3'432 PACKAGE_VERSION='2.8.4' 433 PACKAGE_STRING='Cbc 2.8.4' 434 434 PACKAGE_BUGREPORT='cbc@lists.coin-or.org' 435 435 … … 1006 1006 # This message is too long to be a string in the A/UX 3.1 sh. 1007 1007 cat <<_ACEOF 1008 \`configure' configures Cbc 2.8. 3to adapt to many kinds of systems.1008 \`configure' configures Cbc 2.8.4 to adapt to many kinds of systems. 1009 1009 1010 1010 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1072 1072 if test -n "$ac_init_help"; then 1073 1073 case $ac_init_help in 1074 short | recursive ) echo "Configuration of Cbc 2.8. 3:";;1074 short | recursive ) echo "Configuration of Cbc 2.8.4:";; 1075 1075 esac 1076 1076 cat <<\_ACEOF … … 1309 1309 if $ac_init_version; then 1310 1310 cat <<\_ACEOF 1311 Cbc configure 2.8. 31311 Cbc configure 2.8.4 1312 1312 generated by GNU Autoconf 2.59 1313 1313 … … 1329 1329 running configure, to aid debugging if configure makes a mistake. 1330 1330 1331 It was created by Cbc $as_me 2.8. 3, which was1331 It was created by Cbc $as_me 2.8.4, which was 1332 1332 generated by GNU Autoconf 2.59. Invocation command line was 1333 1333 … … 1855 1855 1856 1856 # Capture libtool library version, if given. 1857 coin_libversion=11: 3:81857 coin_libversion=11:4:8 1858 1858 1859 1859 … … 2842 2842 echo "$as_me: Overruling autoconf; cl does not recognise -g." >&6;} 2843 2843 fi ;; 2844 * ) 2845 CYGPATH_W=echo 2846 ;; 2844 2847 esac 2845 2848 CFLAGS="$save_cflags" … … 3805 3808 echo "$as_me: Overruling autoconf; cl does not recognise -g." >&6;} 3806 3809 fi ;; 3810 * ) 3811 CYGPATH_W=echo 3812 ;; 3807 3813 esac 3808 3814 CXXFLAGS="$save_cxxflags" … … 4289 4295 # On Cygwin and AIX, building DLLs doesn't work 4290 4296 case $build in 4291 *-cygwin* )4297 *-cygwin* | *-mingw*) 4292 4298 coin_disable_shared=yes 4293 platform=Cygwin 4299 if test x"$enable_shared" = xyes; then 4300 case "$CXX" in 4301 clang* ) 4302 { echo "$as_me:$LINENO: WARNING: DLL building not supported. I'm disabling your choice." >&5 4303 echo "$as_me: WARNING: DLL building not supported. I'm disabling your choice." >&2;} 4304 ;; 4305 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 4306 { echo "$as_me:$LINENO: WARNING: DLL building not supported. I'm disabling your choice, but will build with -MD(d) instead of -MT(d)." >&5 4307 echo "$as_me: WARNING: DLL building not supported. I'm disabling your choice, but will build with -MD(d) instead of -MT(d)." >&2;} 4308 ;; 4309 *) 4310 { echo "$as_me:$LINENO: WARNING: DLL building not supported. I'm disabling your choice." >&5 4311 echo "$as_me: WARNING: DLL building not supported. I'm disabling your choice." >&2;} 4312 ;; 4313 esac 4314 fi 4294 4315 ;; 4295 4316 *-aix*) 4296 4317 coin_disable_shared=yes 4297 4318 platform=AIX 4298 ;; 4299 *-mingw*) 4300 coin_disable_shared=yes 4301 platform="Msys" 4302 # case "$CXX" in 4303 # cl*) 4304 # coin_disable_shared=yes 4305 # platform="Msys with cl" 4306 # ;; 4307 # esac 4319 if test x"$enable_shared" = xyes; then 4320 { echo "$as_me:$LINENO: WARNING: Shared objects are not supported. I'm disabling your choice." >&5 4321 echo "$as_me: WARNING: Shared objects are not supported. I'm disabling your choice." >&2;} 4322 fi 4308 4323 ;; 4309 4324 esac … … 4311 4326 if test x"$coin_disable_shared" = xyes; then 4312 4327 if test x"$enable_shared" = xyes; then 4313 { echo "$as_me:$LINENO: WARNING: On $platform, shared objects are not supported. I'm disabling your choice." >&5 4314 echo "$as_me: WARNING: On $platform, shared objects are not supported. I'm disabling your choice." >&2;} 4328 : 4315 4329 else 4316 4330 # we don't disable shared, because it was not selected anyway … … 4726 4740 # Define the identity of the package. 4727 4741 PACKAGE='cbc' 4728 VERSION='2.8. 3'4742 VERSION='2.8.4' 4729 4743 4730 4744 … … 6022 6036 *-*-irix6*) 6023 6037 # Find out which ABI we are using. 6024 echo '#line 60 24"configure"' > conftest.$ac_ext6038 echo '#line 6038 "configure"' > conftest.$ac_ext 6025 6039 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6026 6040 (eval $ac_compile) 2>&5 … … 7156 7170 7157 7171 # Provide some information about the compiler. 7158 echo "$as_me:71 58:" \7172 echo "$as_me:7172:" \ 7159 7173 "checking for Fortran 77 compiler version" >&5 7160 7174 ac_compiler=`set X $ac_compile; echo $2` … … 8223 8237 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8224 8238 -e 's:$: $lt_compiler_flag:'` 8225 (eval echo "\"\$as_me:82 25: $lt_compile\"" >&5)8239 (eval echo "\"\$as_me:8239: $lt_compile\"" >&5) 8226 8240 (eval "$lt_compile" 2>conftest.err) 8227 8241 ac_status=$? 8228 8242 cat conftest.err >&5 8229 echo "$as_me:82 29: \$? = $ac_status" >&58243 echo "$as_me:8243: \$? = $ac_status" >&5 8230 8244 if (exit $ac_status) && test -s "$ac_outfile"; then 8231 8245 # The compiler can only warn and ignore the option if not recognized … … 8491 8505 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8492 8506 -e 's:$: $lt_compiler_flag:'` 8493 (eval echo "\"\$as_me:8 493: $lt_compile\"" >&5)8507 (eval echo "\"\$as_me:8507: $lt_compile\"" >&5) 8494 8508 (eval "$lt_compile" 2>conftest.err) 8495 8509 ac_status=$? 8496 8510 cat conftest.err >&5 8497 echo "$as_me:8 497: \$? = $ac_status" >&58511 echo "$as_me:8511: \$? = $ac_status" >&5 8498 8512 if (exit $ac_status) && test -s "$ac_outfile"; then 8499 8513 # The compiler can only warn and ignore the option if not recognized … … 8595 8609 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8596 8610 -e 's:$: $lt_compiler_flag:'` 8597 (eval echo "\"\$as_me:8 597: $lt_compile\"" >&5)8611 (eval echo "\"\$as_me:8611: $lt_compile\"" >&5) 8598 8612 (eval "$lt_compile" 2>out/conftest.err) 8599 8613 ac_status=$? 8600 8614 cat out/conftest.err >&5 8601 echo "$as_me:86 01: \$? = $ac_status" >&58615 echo "$as_me:8615: \$? = $ac_status" >&5 8602 8616 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8603 8617 then … … 10940 10954 lt_status=$lt_dlunknown 10941 10955 cat > conftest.$ac_ext <<EOF 10942 #line 109 42"configure"10956 #line 10956 "configure" 10943 10957 #include "confdefs.h" 10944 10958 … … 11040 11054 lt_status=$lt_dlunknown 11041 11055 cat > conftest.$ac_ext <<EOF 11042 #line 110 42"configure"11056 #line 11056 "configure" 11043 11057 #include "confdefs.h" 11044 11058 … … 13384 13398 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13385 13399 -e 's:$: $lt_compiler_flag:'` 13386 (eval echo "\"\$as_me:13 386: $lt_compile\"" >&5)13400 (eval echo "\"\$as_me:13400: $lt_compile\"" >&5) 13387 13401 (eval "$lt_compile" 2>conftest.err) 13388 13402 ac_status=$? 13389 13403 cat conftest.err >&5 13390 echo "$as_me:13 390: \$? = $ac_status" >&513404 echo "$as_me:13404: \$? = $ac_status" >&5 13391 13405 if (exit $ac_status) && test -s "$ac_outfile"; then 13392 13406 # The compiler can only warn and ignore the option if not recognized … … 13488 13502 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13489 13503 -e 's:$: $lt_compiler_flag:'` 13490 (eval echo "\"\$as_me:13 490: $lt_compile\"" >&5)13504 (eval echo "\"\$as_me:13504: $lt_compile\"" >&5) 13491 13505 (eval "$lt_compile" 2>out/conftest.err) 13492 13506 ac_status=$? 13493 13507 cat out/conftest.err >&5 13494 echo "$as_me:13 494: \$? = $ac_status" >&513508 echo "$as_me:13508: \$? = $ac_status" >&5 13495 13509 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13496 13510 then … … 15058 15072 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15059 15073 -e 's:$: $lt_compiler_flag:'` 15060 (eval echo "\"\$as_me:150 60: $lt_compile\"" >&5)15074 (eval echo "\"\$as_me:15074: $lt_compile\"" >&5) 15061 15075 (eval "$lt_compile" 2>conftest.err) 15062 15076 ac_status=$? 15063 15077 cat conftest.err >&5 15064 echo "$as_me:150 64: \$? = $ac_status" >&515078 echo "$as_me:15078: \$? = $ac_status" >&5 15065 15079 if (exit $ac_status) && test -s "$ac_outfile"; then 15066 15080 # The compiler can only warn and ignore the option if not recognized … … 15162 15176 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15163 15177 -e 's:$: $lt_compiler_flag:'` 15164 (eval echo "\"\$as_me:151 64: $lt_compile\"" >&5)15178 (eval echo "\"\$as_me:15178: $lt_compile\"" >&5) 15165 15179 (eval "$lt_compile" 2>out/conftest.err) 15166 15180 ac_status=$? 15167 15181 cat out/conftest.err >&5 15168 echo "$as_me:151 68: \$? = $ac_status" >&515182 echo "$as_me:15182: \$? = $ac_status" >&5 15169 15183 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15170 15184 then … … 17369 17383 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17370 17384 -e 's:$: $lt_compiler_flag:'` 17371 (eval echo "\"\$as_me:173 71: $lt_compile\"" >&5)17385 (eval echo "\"\$as_me:17385: $lt_compile\"" >&5) 17372 17386 (eval "$lt_compile" 2>conftest.err) 17373 17387 ac_status=$? 17374 17388 cat conftest.err >&5 17375 echo "$as_me:173 75: \$? = $ac_status" >&517389 echo "$as_me:17389: \$? = $ac_status" >&5 17376 17390 if (exit $ac_status) && test -s "$ac_outfile"; then 17377 17391 # The compiler can only warn and ignore the option if not recognized … … 17637 17651 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17638 17652 -e 's:$: $lt_compiler_flag:'` 17639 (eval echo "\"\$as_me:176 39: $lt_compile\"" >&5)17653 (eval echo "\"\$as_me:17653: $lt_compile\"" >&5) 17640 17654 (eval "$lt_compile" 2>conftest.err) 17641 17655 ac_status=$? 17642 17656 cat conftest.err >&5 17643 echo "$as_me:176 43: \$? = $ac_status" >&517657 echo "$as_me:17657: \$? = $ac_status" >&5 17644 17658 if (exit $ac_status) && test -s "$ac_outfile"; then 17645 17659 # The compiler can only warn and ignore the option if not recognized … … 17741 17755 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17742 17756 -e 's:$: $lt_compiler_flag:'` 17743 (eval echo "\"\$as_me:177 43: $lt_compile\"" >&5)17757 (eval echo "\"\$as_me:17757: $lt_compile\"" >&5) 17744 17758 (eval "$lt_compile" 2>out/conftest.err) 17745 17759 ac_status=$? 17746 17760 cat out/conftest.err >&5 17747 echo "$as_me:177 47: \$? = $ac_status" >&517761 echo "$as_me:17761: \$? = $ac_status" >&5 17748 17762 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17749 17763 then … … 20499 20513 -e 's%lib /OUT:%lib -OUT:%' \ 20500 20514 -e "s%cygpath -w%$CYGPATH_W%" \ 20501 -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%' \20502 -e 's /$AR t/lib -nologo -list/' \20515 -e 's%$AR x \\$f_ex_an_ar_oldlib%bla=\\$(lib -nologo -list \\$('"$CYGPATH_W \$1"') '"$mydos2unix"' | xargs echo); echo \\$bla; for i in \\$bla; do lib -nologo -extract:\\$i \\$('"$CYGPATH_W \$1"'); done%' \ 20516 -e 's%$AR t "$f_ex_an_ar_oldlib"%lib -nologo -list \$('"$CYGPATH_W \$1"') '"$mydos2unix"'%' \ 20503 20517 -e 's%f_ex_an_ar_oldlib="\($?*1*\)"%f_ex_an_ar_oldlib='\`"$CYGPATH_W"' \1`%' \ 20504 20518 -e 's%^archive_cmds=.*%archive_cmds="\\$CC -o \\$lib \\$libobjs \\$compiler_flags \\\\\\`echo \\\\\\"\\$deplibs\\\\\\" | \\$SED -e '"\'"'s/ -lc\\$//'"\'"'\\\\\\` -link -dll~linknames="%' \ … … 31283 31297 cat >&5 <<_CSEOF 31284 31298 31285 This file was extended by Cbc $as_me 2.8. 3, which was31299 This file was extended by Cbc $as_me 2.8.4, which was 31286 31300 generated by GNU Autoconf 2.59. Invocation command line was 31287 31301 … … 31346 31360 cat >>$CONFIG_STATUS <<_ACEOF 31347 31361 ac_cs_version="\\ 31348 Cbc config.status 2.8. 331362 Cbc config.status 2.8.4 31349 31363 configured by $0, generated by GNU Autoconf 2.59, 31350 31364 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
releases/2.8.4/Cbc/configure.ac
r2371 r2371 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Cbc],[2.8. 3],[cbc@lists.coin-or.org])15 AC_INIT([Cbc],[2.8.4],[cbc@lists.coin-or.org]) 16 16 17 17 AC_COPYRIGHT([ … … 42 42 # externals. The following macro ensures that those externals are 43 43 # retrieved by svn if they are not there yet. 44 AC_COIN_PROJECTDIR_INIT(Cbc,11: 3:8)44 AC_COIN_PROJECTDIR_INIT(Cbc,11:4:8) 45 45 46 46 # Check if user wants to produce debugging code -
releases/2.8.4/Cbc/src/CbcModel.cpp
r2371 r2371 11647 11647 i, inf, rowSum[i], rowLower[i], rowActivity[i], rowUpper[i]); 11648 11648 #endif 11649 largestInfeasibility = CoinMax(largestInfeasibility, 11650 rowLower[i] - rowActivity[i]); 11651 largestInfeasibility = CoinMax(largestInfeasibility, 11652 rowActivity[i] - rowUpper[i]); 11649 double infeasibility = CoinMax(rowActivity[i]-rowUpper[i], 11650 rowLower[i]-rowActivity[i]); 11651 // but allow for errors 11652 double factor = CoinMax(1.0,rowSum[i]*1.0e-3); 11653 if (infeasibility>largestInfeasibility*factor) 11654 largestInfeasibility = infeasibility/factor; 11653 11655 } 11654 11656 delete [] rowActivity ; … … 11658 11660 printf("largest infeasibility is %g\n", largestInfeasibility); 11659 11661 #endif 11660 if (largestInfeasibility > 200.0*primalTolerance) {11662 if (largestInfeasibility > 1000.0*primalTolerance) { 11661 11663 handler_->message(CBC_NOTFEAS3, messages_) 11662 11664 << largestInfeasibility << CoinMessageEol ; … … 16303 16305 } 16304 16306 savedSolutions_[numberSavedSolutions_]=NULL; 16305 --numberSavedSolutions_;16306 16307 } 16307 16308 } -
releases/2.8.4/Cbc/src/config_cbc_default.h
r2371 r2371 6 6 7 7 /* Version number of project */ 8 #define CBC_VERSION "2.8. 3"8 #define CBC_VERSION "2.8.4" 9 9 10 10 /* Major Version number of project */ … … 15 15 16 16 /* Release Version number of project */ 17 #define CBC_VERSION_RELEASE 317 #define CBC_VERSION_RELEASE 4 -
releases/2.8.4/configure
r2371 r2371 2 2 # From configure.ac 0.9. 3 3 # Guess values for system-dependent variables and create Makefiles. 4 # Generated by GNU Autoconf 2.59 for Cbc 2.8. 3.4 # Generated by GNU Autoconf 2.59 for Cbc 2.8.4. 5 5 # 6 6 # Report bugs to <cbc@lists.coin-or.org>. … … 431 431 PACKAGE_NAME='Cbc' 432 432 PACKAGE_TARNAME='cbc' 433 PACKAGE_VERSION='2.8. 3'434 PACKAGE_STRING='Cbc 2.8. 3'433 PACKAGE_VERSION='2.8.4' 434 PACKAGE_STRING='Cbc 2.8.4' 435 435 PACKAGE_BUGREPORT='cbc@lists.coin-or.org' 436 436 … … 1039 1039 # This message is too long to be a string in the A/UX 3.1 sh. 1040 1040 cat <<_ACEOF 1041 \`configure' configures Cbc 2.8. 3to adapt to many kinds of systems.1041 \`configure' configures Cbc 2.8.4 to adapt to many kinds of systems. 1042 1042 1043 1043 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1105 1105 if test -n "$ac_init_help"; then 1106 1106 case $ac_init_help in 1107 short | recursive ) echo "Configuration of Cbc 2.8. 3:";;1107 short | recursive ) echo "Configuration of Cbc 2.8.4:";; 1108 1108 esac 1109 1109 cat <<\_ACEOF … … 1331 1331 if $ac_init_version; then 1332 1332 cat <<\_ACEOF 1333 Cbc configure 2.8. 31333 Cbc configure 2.8.4 1334 1334 generated by GNU Autoconf 2.59 1335 1335 … … 1351 1351 running configure, to aid debugging if configure makes a mistake. 1352 1352 1353 It was created by Cbc $as_me 2.8. 3, which was1353 It was created by Cbc $as_me 2.8.4, which was 1354 1354 generated by GNU Autoconf 2.59. Invocation command line was 1355 1355 … … 2695 2695 echo "$as_me: Overruling autoconf; cl does not recognise -g." >&6;} 2696 2696 fi ;; 2697 * ) 2698 CYGPATH_W=echo 2699 ;; 2697 2700 esac 2698 2701 CFLAGS="$save_cflags" … … 3660 3663 echo "$as_me: Overruling autoconf; cl does not recognise -g." >&6;} 3661 3664 fi ;; 3665 * ) 3666 CYGPATH_W=echo 3667 ;; 3662 3668 esac 3663 3669 CXXFLAGS="$save_cxxflags" … … 4354 4360 4355 4361 # Provide some information about the compiler. 4356 echo "$as_me:43 56:" \4362 echo "$as_me:4362:" \ 4357 4363 "checking for Fortran 77 compiler version" >&5 4358 4364 ac_compiler=`set X $ac_compile; echo $2` … … 4901 4907 # On Cygwin and AIX, building DLLs doesn't work 4902 4908 case $build in 4903 *-cygwin* )4909 *-cygwin* | *-mingw*) 4904 4910 coin_disable_shared=yes 4905 platform=Cygwin 4911 if test x"$enable_shared" = xyes; then 4912 case "$CXX" in 4913 clang* ) 4914 { echo "$as_me:$LINENO: WARNING: DLL building not supported. I'm disabling your choice." >&5 4915 echo "$as_me: WARNING: DLL building not supported. I'm disabling your choice." >&2;} 4916 ;; 4917 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 4918 { echo "$as_me:$LINENO: WARNING: DLL building not supported. I'm disabling your choice, but will build with -MD(d) instead of -MT(d)." >&5 4919 echo "$as_me: WARNING: DLL building not supported. I'm disabling your choice, but will build with -MD(d) instead of -MT(d)." >&2;} 4920 ;; 4921 *) 4922 { echo "$as_me:$LINENO: WARNING: DLL building not supported. I'm disabling your choice." >&5 4923 echo "$as_me: WARNING: DLL building not supported. I'm disabling your choice." >&2;} 4924 ;; 4925 esac 4926 fi 4906 4927 ;; 4907 4928 *-aix*) 4908 4929 coin_disable_shared=yes 4909 4930 platform=AIX 4910 ;; 4911 *-mingw*) 4912 coin_disable_shared=yes 4913 platform="Msys" 4914 # case "$CXX" in 4915 # cl*) 4916 # coin_disable_shared=yes 4917 # platform="Msys with cl" 4918 # ;; 4919 # esac 4931 if test x"$enable_shared" = xyes; then 4932 { echo "$as_me:$LINENO: WARNING: Shared objects are not supported. I'm disabling your choice." >&5 4933 echo "$as_me: WARNING: Shared objects are not supported. I'm disabling your choice." >&2;} 4934 fi 4920 4935 ;; 4921 4936 esac … … 4923 4938 if test x"$coin_disable_shared" = xyes; then 4924 4939 if test x"$enable_shared" = xyes; then 4925 { echo "$as_me:$LINENO: WARNING: On $platform, shared objects are not supported. I'm disabling your choice." >&5 4926 echo "$as_me: WARNING: On $platform, shared objects are not supported. I'm disabling your choice." >&2;} 4940 : 4927 4941 else 4928 4942 # we don't disable shared, because it was not selected anyway … … 5338 5352 # Define the identity of the package. 5339 5353 PACKAGE='cbc' 5340 VERSION='2.8. 3'5354 VERSION='2.8.4' 5341 5355 5342 5356 … … 6634 6648 *-*-irix6*) 6635 6649 # Find out which ABI we are using. 6636 echo '#line 66 36"configure"' > conftest.$ac_ext6650 echo '#line 6650 "configure"' > conftest.$ac_ext 6637 6651 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6638 6652 (eval $ac_compile) 2>&5 … … 8598 8612 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8599 8613 -e 's:$: $lt_compiler_flag:'` 8600 (eval echo "\"\$as_me:86 00: $lt_compile\"" >&5)8614 (eval echo "\"\$as_me:8614: $lt_compile\"" >&5) 8601 8615 (eval "$lt_compile" 2>conftest.err) 8602 8616 ac_status=$? 8603 8617 cat conftest.err >&5 8604 echo "$as_me:86 04: \$? = $ac_status" >&58618 echo "$as_me:8618: \$? = $ac_status" >&5 8605 8619 if (exit $ac_status) && test -s "$ac_outfile"; then 8606 8620 # The compiler can only warn and ignore the option if not recognized … … 8866 8880 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8867 8881 -e 's:$: $lt_compiler_flag:'` 8868 (eval echo "\"\$as_me:88 68: $lt_compile\"" >&5)8882 (eval echo "\"\$as_me:8882: $lt_compile\"" >&5) 8869 8883 (eval "$lt_compile" 2>conftest.err) 8870 8884 ac_status=$? 8871 8885 cat conftest.err >&5 8872 echo "$as_me:88 72: \$? = $ac_status" >&58886 echo "$as_me:8886: \$? = $ac_status" >&5 8873 8887 if (exit $ac_status) && test -s "$ac_outfile"; then 8874 8888 # The compiler can only warn and ignore the option if not recognized … … 8970 8984 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8971 8985 -e 's:$: $lt_compiler_flag:'` 8972 (eval echo "\"\$as_me:89 72: $lt_compile\"" >&5)8986 (eval echo "\"\$as_me:8986: $lt_compile\"" >&5) 8973 8987 (eval "$lt_compile" 2>out/conftest.err) 8974 8988 ac_status=$? 8975 8989 cat out/conftest.err >&5 8976 echo "$as_me:89 76: \$? = $ac_status" >&58990 echo "$as_me:8990: \$? = $ac_status" >&5 8977 8991 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8978 8992 then … … 11315 11329 lt_status=$lt_dlunknown 11316 11330 cat > conftest.$ac_ext <<EOF 11317 #line 113 17"configure"11331 #line 11331 "configure" 11318 11332 #include "confdefs.h" 11319 11333 … … 11415 11429 lt_status=$lt_dlunknown 11416 11430 cat > conftest.$ac_ext <<EOF 11417 #line 114 17"configure"11431 #line 11431 "configure" 11418 11432 #include "confdefs.h" 11419 11433 … … 13759 13773 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13760 13774 -e 's:$: $lt_compiler_flag:'` 13761 (eval echo "\"\$as_me:137 61: $lt_compile\"" >&5)13775 (eval echo "\"\$as_me:13775: $lt_compile\"" >&5) 13762 13776 (eval "$lt_compile" 2>conftest.err) 13763 13777 ac_status=$? 13764 13778 cat conftest.err >&5 13765 echo "$as_me:137 65: \$? = $ac_status" >&513779 echo "$as_me:13779: \$? = $ac_status" >&5 13766 13780 if (exit $ac_status) && test -s "$ac_outfile"; then 13767 13781 # The compiler can only warn and ignore the option if not recognized … … 13863 13877 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13864 13878 -e 's:$: $lt_compiler_flag:'` 13865 (eval echo "\"\$as_me:138 65: $lt_compile\"" >&5)13879 (eval echo "\"\$as_me:13879: $lt_compile\"" >&5) 13866 13880 (eval "$lt_compile" 2>out/conftest.err) 13867 13881 ac_status=$? 13868 13882 cat out/conftest.err >&5 13869 echo "$as_me:138 69: \$? = $ac_status" >&513883 echo "$as_me:13883: \$? = $ac_status" >&5 13870 13884 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13871 13885 then … … 15433 15447 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15434 15448 -e 's:$: $lt_compiler_flag:'` 15435 (eval echo "\"\$as_me:154 35: $lt_compile\"" >&5)15449 (eval echo "\"\$as_me:15449: $lt_compile\"" >&5) 15436 15450 (eval "$lt_compile" 2>conftest.err) 15437 15451 ac_status=$? 15438 15452 cat conftest.err >&5 15439 echo "$as_me:154 39: \$? = $ac_status" >&515453 echo "$as_me:15453: \$? = $ac_status" >&5 15440 15454 if (exit $ac_status) && test -s "$ac_outfile"; then 15441 15455 # The compiler can only warn and ignore the option if not recognized … … 15537 15551 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15538 15552 -e 's:$: $lt_compiler_flag:'` 15539 (eval echo "\"\$as_me:155 39: $lt_compile\"" >&5)15553 (eval echo "\"\$as_me:15553: $lt_compile\"" >&5) 15540 15554 (eval "$lt_compile" 2>out/conftest.err) 15541 15555 ac_status=$? 15542 15556 cat out/conftest.err >&5 15543 echo "$as_me:155 43: \$? = $ac_status" >&515557 echo "$as_me:15557: \$? = $ac_status" >&5 15544 15558 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15545 15559 then … … 17744 17758 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17745 17759 -e 's:$: $lt_compiler_flag:'` 17746 (eval echo "\"\$as_me:177 46: $lt_compile\"" >&5)17760 (eval echo "\"\$as_me:17760: $lt_compile\"" >&5) 17747 17761 (eval "$lt_compile" 2>conftest.err) 17748 17762 ac_status=$? 17749 17763 cat conftest.err >&5 17750 echo "$as_me:177 50: \$? = $ac_status" >&517764 echo "$as_me:17764: \$? = $ac_status" >&5 17751 17765 if (exit $ac_status) && test -s "$ac_outfile"; then 17752 17766 # The compiler can only warn and ignore the option if not recognized … … 18012 18026 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18013 18027 -e 's:$: $lt_compiler_flag:'` 18014 (eval echo "\"\$as_me:180 14: $lt_compile\"" >&5)18028 (eval echo "\"\$as_me:18028: $lt_compile\"" >&5) 18015 18029 (eval "$lt_compile" 2>conftest.err) 18016 18030 ac_status=$? 18017 18031 cat conftest.err >&5 18018 echo "$as_me:180 18: \$? = $ac_status" >&518032 echo "$as_me:18032: \$? = $ac_status" >&5 18019 18033 if (exit $ac_status) && test -s "$ac_outfile"; then 18020 18034 # The compiler can only warn and ignore the option if not recognized … … 18116 18130 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18117 18131 -e 's:$: $lt_compiler_flag:'` 18118 (eval echo "\"\$as_me:181 18: $lt_compile\"" >&5)18132 (eval echo "\"\$as_me:18132: $lt_compile\"" >&5) 18119 18133 (eval "$lt_compile" 2>out/conftest.err) 18120 18134 ac_status=$? 18121 18135 cat out/conftest.err >&5 18122 echo "$as_me:181 22: \$? = $ac_status" >&518136 echo "$as_me:18136: \$? = $ac_status" >&5 18123 18137 if (exit $ac_status) && test -s out/conftest2.$ac_objext 18124 18138 then … … 20874 20888 -e 's%lib /OUT:%lib -OUT:%' \ 20875 20889 -e "s%cygpath -w%$CYGPATH_W%" \ 20876 -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%' \20877 -e 's /$AR t/lib -nologo -list/' \20890 -e 's%$AR x \\$f_ex_an_ar_oldlib%bla=\\$(lib -nologo -list \\$('"$CYGPATH_W \$1"') '"$mydos2unix"' | xargs echo); echo \\$bla; for i in \\$bla; do lib -nologo -extract:\\$i \\$('"$CYGPATH_W \$1"'); done%' \ 20891 -e 's%$AR t "$f_ex_an_ar_oldlib"%lib -nologo -list \$('"$CYGPATH_W \$1"') '"$mydos2unix"'%' \ 20878 20892 -e 's%f_ex_an_ar_oldlib="\($?*1*\)"%f_ex_an_ar_oldlib='\`"$CYGPATH_W"' \1`%' \ 20879 20893 -e 's%^archive_cmds=.*%archive_cmds="\\$CC -o \\$lib \\$libobjs \\$compiler_flags \\\\\\`echo \\\\\\"\\$deplibs\\\\\\" | \\$SED -e '"\'"'s/ -lc\\$//'"\'"'\\\\\\` -link -dll~linknames="%' \ … … 23629 23643 cat >&5 <<_CSEOF 23630 23644 23631 This file was extended by Cbc $as_me 2.8. 3, which was23645 This file was extended by Cbc $as_me 2.8.4, which was 23632 23646 generated by GNU Autoconf 2.59. Invocation command line was 23633 23647 … … 23687 23701 cat >>$CONFIG_STATUS <<_ACEOF 23688 23702 ac_cs_version="\\ 23689 Cbc config.status 2.8. 323703 Cbc config.status 2.8.4 23690 23704 configured by $0, generated by GNU Autoconf 2.59, 23691 23705 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
releases/2.8.4/configure.ac
r2371 r2371 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Cbc],[2.8. 3],[cbc@lists.coin-or.org])15 AC_INIT([Cbc],[2.8.4],[cbc@lists.coin-or.org]) 16 16 17 17 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.