- Timestamp:
- Oct 31, 2014 12:41:42 AM (5 years ago)
- Location:
- stable/1.15
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/1.15
- Property svn:externals
-
old new 1 BuildTools https://projects.coin-or.org/svn/BuildTools/stable/0.7 2 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/stable/1.3 3 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/stable/1.4 4 ThirdParty/Metis https://projects.coin-or.org/svn/BuildTools/ThirdParty/Metis/stable/1.2 5 ThirdParty/Mumps https://projects.coin-or.org/svn/BuildTools/ThirdParty/Mumps/stable/1.4 6 ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/stable/1.9 7 Data/Sample https://projects.coin-or.org/svn/Data/Sample/stable/1.2 8 CoinUtils https://projects.coin-or.org/svn/CoinUtils/stable/2.9/CoinUtils 9 Osi https://projects.coin-or.org/svn/Osi/stable/0.106/Osi 10 11 12 13 14 15 16 17 18 19 20 1 BuildTools https://projects.coin-or.org/svn/BuildTools/releases/0.7.17/ 2 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/releases/1.3.11/ 3 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/releases/1.4.11/ 4 ThirdParty/Metis https://projects.coin-or.org/svn/BuildTools/ThirdParty/Metis/releases/1.2.10/ 5 ThirdParty/Mumps https://projects.coin-or.org/svn/BuildTools/ThirdParty/Mumps/releases/1.4.13/ 6 ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/releases/1.9.5/ 7 Data/Sample https://projects.coin-or.org/svn/Data/Sample/releases/1.2.9/ 8 CoinUtils https://projects.coin-or.org/svn/CoinUtils/releases/2.9.17/CoinUtils 9 Osi https://projects.coin-or.org/svn/Osi/releases/0.106.10/Osi
-
- Property svn:externals
-
stable/1.15/Clp/configure
r2060 r2065 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for Clp 1.15. 3 # Generated by GNU Autoconf 2.59 for Clp 1.15.11. 4 4 # 5 5 # Report bugs to <clp@list.coin-or.org>. … … 430 430 PACKAGE_NAME='Clp' 431 431 PACKAGE_TARNAME='clp' 432 PACKAGE_VERSION='1.15 '433 PACKAGE_STRING='Clp 1.15 '432 PACKAGE_VERSION='1.15.11' 433 PACKAGE_STRING='Clp 1.15.11' 434 434 PACKAGE_BUGREPORT='clp@list.coin-or.org' 435 435 … … 1022 1022 # This message is too long to be a string in the A/UX 3.1 sh. 1023 1023 cat <<_ACEOF 1024 \`configure' configures Clp 1.15 to adapt to many kinds of systems.1024 \`configure' configures Clp 1.15.11 to adapt to many kinds of systems. 1025 1025 1026 1026 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1088 1088 if test -n "$ac_init_help"; then 1089 1089 case $ac_init_help in 1090 short | recursive ) echo "Configuration of Clp 1.15 :";;1090 short | recursive ) echo "Configuration of Clp 1.15.11:";; 1091 1091 esac 1092 1092 cat <<\_ACEOF … … 1303 1303 if $ac_init_version; then 1304 1304 cat <<\_ACEOF 1305 Clp configure 1.15 1305 Clp configure 1.15.11 1306 1306 generated by GNU Autoconf 2.59 1307 1307 … … 1323 1323 running configure, to aid debugging if configure makes a mistake. 1324 1324 1325 It was created by Clp $as_me 1.15 , which was1325 It was created by Clp $as_me 1.15.11, which was 1326 1326 generated by GNU Autoconf 2.59. Invocation command line was 1327 1327 … … 1849 1849 1850 1850 # Capture libtool library version, if given. 1851 coin_libversion=13:11:12 1851 1852 1852 1853 … … 2089 2090 fi 2090 2091 ;; 2091 *-*-darwin*) comps="clang gcc " ;;2092 *-*-darwin*) comps="clang gcc cc" ;; 2092 2093 *-linux-gnu*) comps="gcc cc pgcc icc xlc" ;; 2093 2094 *-linux-*) comps="xlc gcc cc pgcc icc" ;; … … 3246 3247 *-*-solaris*) 3247 3248 comps="CC xlC_r aCC g++ c++ pgCC icpc gpp cxx cc++ cl FCC KCC RCC" ;; 3248 *-darwin*) comps=" g++ c++ CC" ;;3249 *-darwin*) comps="clang++ g++ c++ CC" ;; 3249 3250 *-linux-gnu*) 3250 3251 comps="g++ c++ pgCC icpc gpp cxx cc++ cl FCC KCC RCC xlC_r aCC CC" ;; … … 3683 3684 # It seems that we need to cleanup something here for the Windows 3684 3685 case "$CXX" in 3685 clang* ) ;;3686 clang* | */clang*) ;; 3686 3687 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 3687 3688 sed -e 's/^void exit (int);//' confdefs.h >> confdefs.hh … … 4571 4572 # Define the identity of the package. 4572 4573 PACKAGE='clp' 4573 VERSION='1.15 '4574 VERSION='1.15.11' 4574 4575 4575 4576 … … 5867 5868 *-*-irix6*) 5868 5869 # Find out which ABI we are using. 5869 echo '#line 58 69"configure"' > conftest.$ac_ext5870 echo '#line 5870 "configure"' > conftest.$ac_ext 5870 5871 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5871 5872 (eval $ac_compile) 2>&5 … … 7001 7002 7002 7003 # Provide some information about the compiler. 7003 echo "$as_me:700 3:" \7004 echo "$as_me:7004:" \ 7004 7005 "checking for Fortran 77 compiler version" >&5 7005 7006 ac_compiler=`set X $ac_compile; echo $2` … … 8068 8069 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8069 8070 -e 's:$: $lt_compiler_flag:'` 8070 (eval echo "\"\$as_me:807 0: $lt_compile\"" >&5)8071 (eval echo "\"\$as_me:8071: $lt_compile\"" >&5) 8071 8072 (eval "$lt_compile" 2>conftest.err) 8072 8073 ac_status=$? 8073 8074 cat conftest.err >&5 8074 echo "$as_me:807 4: \$? = $ac_status" >&58075 echo "$as_me:8075: \$? = $ac_status" >&5 8075 8076 if (exit $ac_status) && test -s "$ac_outfile"; then 8076 8077 # The compiler can only warn and ignore the option if not recognized … … 8336 8337 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8337 8338 -e 's:$: $lt_compiler_flag:'` 8338 (eval echo "\"\$as_me:833 8: $lt_compile\"" >&5)8339 (eval echo "\"\$as_me:8339: $lt_compile\"" >&5) 8339 8340 (eval "$lt_compile" 2>conftest.err) 8340 8341 ac_status=$? 8341 8342 cat conftest.err >&5 8342 echo "$as_me:834 2: \$? = $ac_status" >&58343 echo "$as_me:8343: \$? = $ac_status" >&5 8343 8344 if (exit $ac_status) && test -s "$ac_outfile"; then 8344 8345 # The compiler can only warn and ignore the option if not recognized … … 8440 8441 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8441 8442 -e 's:$: $lt_compiler_flag:'` 8442 (eval echo "\"\$as_me:844 2: $lt_compile\"" >&5)8443 (eval echo "\"\$as_me:8443: $lt_compile\"" >&5) 8443 8444 (eval "$lt_compile" 2>out/conftest.err) 8444 8445 ac_status=$? 8445 8446 cat out/conftest.err >&5 8446 echo "$as_me:844 6: \$? = $ac_status" >&58447 echo "$as_me:8447: \$? = $ac_status" >&5 8447 8448 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8448 8449 then … … 10785 10786 lt_status=$lt_dlunknown 10786 10787 cat > conftest.$ac_ext <<EOF 10787 #line 1078 7"configure"10788 #line 10788 "configure" 10788 10789 #include "confdefs.h" 10789 10790 … … 10885 10886 lt_status=$lt_dlunknown 10886 10887 cat > conftest.$ac_ext <<EOF 10887 #line 1088 7"configure"10888 #line 10888 "configure" 10888 10889 #include "confdefs.h" 10889 10890 … … 13229 13230 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13230 13231 -e 's:$: $lt_compiler_flag:'` 13231 (eval echo "\"\$as_me:1323 1: $lt_compile\"" >&5)13232 (eval echo "\"\$as_me:13232: $lt_compile\"" >&5) 13232 13233 (eval "$lt_compile" 2>conftest.err) 13233 13234 ac_status=$? 13234 13235 cat conftest.err >&5 13235 echo "$as_me:1323 5: \$? = $ac_status" >&513236 echo "$as_me:13236: \$? = $ac_status" >&5 13236 13237 if (exit $ac_status) && test -s "$ac_outfile"; then 13237 13238 # The compiler can only warn and ignore the option if not recognized … … 13333 13334 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13334 13335 -e 's:$: $lt_compiler_flag:'` 13335 (eval echo "\"\$as_me:1333 5: $lt_compile\"" >&5)13336 (eval echo "\"\$as_me:13336: $lt_compile\"" >&5) 13336 13337 (eval "$lt_compile" 2>out/conftest.err) 13337 13338 ac_status=$? 13338 13339 cat out/conftest.err >&5 13339 echo "$as_me:133 39: \$? = $ac_status" >&513340 echo "$as_me:13340: \$? = $ac_status" >&5 13340 13341 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13341 13342 then … … 14903 14904 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14904 14905 -e 's:$: $lt_compiler_flag:'` 14905 (eval echo "\"\$as_me:1490 5: $lt_compile\"" >&5)14906 (eval echo "\"\$as_me:14906: $lt_compile\"" >&5) 14906 14907 (eval "$lt_compile" 2>conftest.err) 14907 14908 ac_status=$? 14908 14909 cat conftest.err >&5 14909 echo "$as_me:149 09: \$? = $ac_status" >&514910 echo "$as_me:14910: \$? = $ac_status" >&5 14910 14911 if (exit $ac_status) && test -s "$ac_outfile"; then 14911 14912 # The compiler can only warn and ignore the option if not recognized … … 15007 15008 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15008 15009 -e 's:$: $lt_compiler_flag:'` 15009 (eval echo "\"\$as_me:150 09: $lt_compile\"" >&5)15010 (eval echo "\"\$as_me:15010: $lt_compile\"" >&5) 15010 15011 (eval "$lt_compile" 2>out/conftest.err) 15011 15012 ac_status=$? 15012 15013 cat out/conftest.err >&5 15013 echo "$as_me:1501 3: \$? = $ac_status" >&515014 echo "$as_me:15014: \$? = $ac_status" >&5 15014 15015 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15015 15016 then … … 17214 17215 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17215 17216 -e 's:$: $lt_compiler_flag:'` 17216 (eval echo "\"\$as_me:1721 6: $lt_compile\"" >&5)17217 (eval echo "\"\$as_me:17217: $lt_compile\"" >&5) 17217 17218 (eval "$lt_compile" 2>conftest.err) 17218 17219 ac_status=$? 17219 17220 cat conftest.err >&5 17220 echo "$as_me:1722 0: \$? = $ac_status" >&517221 echo "$as_me:17221: \$? = $ac_status" >&5 17221 17222 if (exit $ac_status) && test -s "$ac_outfile"; then 17222 17223 # The compiler can only warn and ignore the option if not recognized … … 17482 17483 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17483 17484 -e 's:$: $lt_compiler_flag:'` 17484 (eval echo "\"\$as_me:1748 4: $lt_compile\"" >&5)17485 (eval echo "\"\$as_me:17485: $lt_compile\"" >&5) 17485 17486 (eval "$lt_compile" 2>conftest.err) 17486 17487 ac_status=$? 17487 17488 cat conftest.err >&5 17488 echo "$as_me:1748 8: \$? = $ac_status" >&517489 echo "$as_me:17489: \$? = $ac_status" >&5 17489 17490 if (exit $ac_status) && test -s "$ac_outfile"; then 17490 17491 # The compiler can only warn and ignore the option if not recognized … … 17586 17587 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17587 17588 -e 's:$: $lt_compiler_flag:'` 17588 (eval echo "\"\$as_me:1758 8: $lt_compile\"" >&5)17589 (eval echo "\"\$as_me:17589: $lt_compile\"" >&5) 17589 17590 (eval "$lt_compile" 2>out/conftest.err) 17590 17591 ac_status=$? 17591 17592 cat out/conftest.err >&5 17592 echo "$as_me:1759 2: \$? = $ac_status" >&517593 echo "$as_me:17593: \$? = $ac_status" >&5 17593 17594 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17594 17595 then … … 24900 24901 24901 24902 # Provide some information about the compiler. 24902 echo "$as_me:2490 2:" \24903 echo "$as_me:24903:" \ 24903 24904 "checking for Fortran 77 compiler version" >&5 24904 24905 ac_compiler=`set X $ac_compile; echo $2` … … 25408 25409 ac_save_FFLAGS=$FFLAGS 25409 25410 FFLAGS="$FFLAGS $ac_verb" 25410 (eval echo $as_me:2541 0: \"$ac_link\") >&525411 (eval echo $as_me:25411: \"$ac_link\") >&5 25411 25412 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 25412 25413 echo "$ac_f77_v_output" >&5 … … 25486 25487 ac_save_FFLAGS=$FFLAGS 25487 25488 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 25488 (eval echo $as_me:2548 8: \"$ac_link\") >&525489 (eval echo $as_me:25489: \"$ac_link\") >&5 25489 25490 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 25490 25491 echo "$ac_f77_v_output" >&5 … … 31936 31937 cat >&5 <<_CSEOF 31937 31938 31938 This file was extended by Clp $as_me 1.15 , which was31939 This file was extended by Clp $as_me 1.15.11, which was 31939 31940 generated by GNU Autoconf 2.59. Invocation command line was 31940 31941 … … 31999 32000 cat >>$CONFIG_STATUS <<_ACEOF 32000 32001 ac_cs_version="\\ 32001 Clp config.status 1.15 32002 Clp config.status 1.15.11 32002 32003 configured by $0, generated by GNU Autoconf 2.59, 32003 32004 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
stable/1.15/Clp/configure.ac
r2060 r2065 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Clp],[1.15 ],[clp@list.coin-or.org])15 AC_INIT([Clp],[1.15.11],[clp@list.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(Clp )44 AC_COIN_PROJECTDIR_INIT(Clp,13:11:12) 45 45 46 46 # Check if user wants to produce debugging code -
stable/1.15/Clp/src/config_clp_default.h
r2060 r2065 6 6 7 7 /* Version number of project */ 8 #define CLP_VERSION "1.15 "8 #define CLP_VERSION "1.15.11" 9 9 10 10 /* Major Version number of project */ … … 15 15 16 16 /* Release Version number of project */ 17 #define CLP_VERSION_RELEASE 999917 #define CLP_VERSION_RELEASE 11 -
stable/1.15/configure
r2060 r2065 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 Clp 1.15. 4 # Generated by GNU Autoconf 2.59 for Clp 1.15.11. 5 5 # 6 6 # Report bugs to <coin-clp@lists.coin-or.org>. … … 431 431 PACKAGE_NAME='Clp' 432 432 PACKAGE_TARNAME='clp' 433 PACKAGE_VERSION='1.15 '434 PACKAGE_STRING='Clp 1.15 '433 PACKAGE_VERSION='1.15.11' 434 PACKAGE_STRING='Clp 1.15.11' 435 435 PACKAGE_BUGREPORT='coin-clp@lists.coin-or.org' 436 436 … … 1033 1033 # This message is too long to be a string in the A/UX 3.1 sh. 1034 1034 cat <<_ACEOF 1035 \`configure' configures Clp 1.15 to adapt to many kinds of systems.1035 \`configure' configures Clp 1.15.11 to adapt to many kinds of systems. 1036 1036 1037 1037 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1099 1099 if test -n "$ac_init_help"; then 1100 1100 case $ac_init_help in 1101 short | recursive ) echo "Configuration of Clp 1.15 :";;1101 short | recursive ) echo "Configuration of Clp 1.15.11:";; 1102 1102 esac 1103 1103 cat <<\_ACEOF … … 1304 1304 if $ac_init_version; then 1305 1305 cat <<\_ACEOF 1306 Clp configure 1.15 1306 Clp configure 1.15.11 1307 1307 generated by GNU Autoconf 2.59 1308 1308 … … 1324 1324 running configure, to aid debugging if configure makes a mistake. 1325 1325 1326 It was created by Clp $as_me 1.15 , which was1326 It was created by Clp $as_me 1.15.11, which was 1327 1327 generated by GNU Autoconf 2.59. Invocation command line was 1328 1328 … … 1922 1922 fi 1923 1923 ;; 1924 *-*-darwin*) comps="clang gcc " ;;1924 *-*-darwin*) comps="clang gcc cc" ;; 1925 1925 *-linux-gnu*) comps="gcc cc pgcc icc xlc" ;; 1926 1926 *-linux-*) comps="xlc gcc cc pgcc icc" ;; … … 3081 3081 *-*-solaris*) 3082 3082 comps="CC xlC_r aCC g++ c++ pgCC icpc gpp cxx cc++ cl FCC KCC RCC" ;; 3083 *-darwin*) comps=" g++ c++ CC" ;;3083 *-darwin*) comps="clang++ g++ c++ CC" ;; 3084 3084 *-linux-gnu*) 3085 3085 comps="g++ c++ pgCC icpc gpp cxx cc++ cl FCC KCC RCC xlC_r aCC CC" ;; … … 3518 3518 # It seems that we need to cleanup something here for the Windows 3519 3519 case "$CXX" in 3520 clang* ) ;;3520 clang* | */clang*) ;; 3521 3521 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 3522 3522 sed -e 's/^void exit (int);//' confdefs.h >> confdefs.hh … … 5091 5091 # Define the identity of the package. 5092 5092 PACKAGE='clp' 5093 VERSION='1.15 '5093 VERSION='1.15.11' 5094 5094 5095 5095 … … 22722 22722 cat >&5 <<_CSEOF 22723 22723 22724 This file was extended by Clp $as_me 1.15 , which was22724 This file was extended by Clp $as_me 1.15.11, which was 22725 22725 generated by GNU Autoconf 2.59. Invocation command line was 22726 22726 … … 22780 22780 cat >>$CONFIG_STATUS <<_ACEOF 22781 22781 ac_cs_version="\\ 22782 Clp config.status 1.15 22782 Clp config.status 1.15.11 22783 22783 configured by $0, generated by GNU Autoconf 2.59, 22784 22784 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
stable/1.15/configure.ac
r2060 r2065 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Clp],[1.15 ],[coin-clp@lists.coin-or.org])15 AC_INIT([Clp],[1.15.11],[coin-clp@lists.coin-or.org]) 16 16 17 17 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.