Changeset 1969
- Timestamp:
- Jul 16, 2013 5:15:22 AM (8 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 1 BuildTools https://projects.coin-or.org/svn/BuildTools/releases/0.7.6/ 2 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/releases/1.3.1/ 3 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/releases/1.4.1/ 4 ThirdParty/Metis https://projects.coin-or.org/svn/BuildTools/ThirdParty/Metis/releases/1.2.5/ 5 ThirdParty/Mumps https://projects.coin-or.org/svn/BuildTools/ThirdParty/Mumps/releases/1.4.8/ 6 ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/releases/1.9.1/ 7 Data/Sample https://projects.coin-or.org/svn/Data/Sample/releases/1.2.6/ 8 CoinUtils https://projects.coin-or.org/svn/CoinUtils/releases/2.9.3/CoinUtils 9 Osi https://projects.coin-or.org/svn/Osi/releases/0.106.1/Osi
-
- Property svn:externals
-
stable/1.15/Clp/configure
r1962 r1969 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.2. 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.2' 433 PACKAGE_STRING='Clp 1.15.2' 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.2 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.2:";; 1091 1091 esac 1092 1092 cat <<\_ACEOF … … 1306 1306 if $ac_init_version; then 1307 1307 cat <<\_ACEOF 1308 Clp configure 1.15 1308 Clp configure 1.15.2 1309 1309 generated by GNU Autoconf 2.59 1310 1310 … … 1326 1326 running configure, to aid debugging if configure makes a mistake. 1327 1327 1328 It was created by Clp $as_me 1.15 , which was1328 It was created by Clp $as_me 1.15.2, which was 1329 1329 generated by GNU Autoconf 2.59. Invocation command line was 1330 1330 … … 1852 1852 1853 1853 # Capture libtool library version, if given. 1854 coin_libversion=13:2:12 1854 1855 1855 1856 … … 4722 4723 # Define the identity of the package. 4723 4724 PACKAGE='clp' 4724 VERSION='1.15 '4725 VERSION='1.15.2' 4725 4726 4726 4727 … … 6018 6019 *-*-irix6*) 6019 6020 # Find out which ABI we are using. 6020 echo '#line 602 0"configure"' > conftest.$ac_ext6021 echo '#line 6021 "configure"' > conftest.$ac_ext 6021 6022 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6022 6023 (eval $ac_compile) 2>&5 … … 7152 7153 7153 7154 # Provide some information about the compiler. 7154 echo "$as_me:715 4:" \7155 echo "$as_me:7155:" \ 7155 7156 "checking for Fortran 77 compiler version" >&5 7156 7157 ac_compiler=`set X $ac_compile; echo $2` … … 8219 8220 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8220 8221 -e 's:$: $lt_compiler_flag:'` 8221 (eval echo "\"\$as_me:822 1: $lt_compile\"" >&5)8222 (eval echo "\"\$as_me:8222: $lt_compile\"" >&5) 8222 8223 (eval "$lt_compile" 2>conftest.err) 8223 8224 ac_status=$? 8224 8225 cat conftest.err >&5 8225 echo "$as_me:822 5: \$? = $ac_status" >&58226 echo "$as_me:8226: \$? = $ac_status" >&5 8226 8227 if (exit $ac_status) && test -s "$ac_outfile"; then 8227 8228 # The compiler can only warn and ignore the option if not recognized … … 8487 8488 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8488 8489 -e 's:$: $lt_compiler_flag:'` 8489 (eval echo "\"\$as_me:84 89: $lt_compile\"" >&5)8490 (eval echo "\"\$as_me:8490: $lt_compile\"" >&5) 8490 8491 (eval "$lt_compile" 2>conftest.err) 8491 8492 ac_status=$? 8492 8493 cat conftest.err >&5 8493 echo "$as_me:849 3: \$? = $ac_status" >&58494 echo "$as_me:8494: \$? = $ac_status" >&5 8494 8495 if (exit $ac_status) && test -s "$ac_outfile"; then 8495 8496 # The compiler can only warn and ignore the option if not recognized … … 8591 8592 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8592 8593 -e 's:$: $lt_compiler_flag:'` 8593 (eval echo "\"\$as_me:859 3: $lt_compile\"" >&5)8594 (eval echo "\"\$as_me:8594: $lt_compile\"" >&5) 8594 8595 (eval "$lt_compile" 2>out/conftest.err) 8595 8596 ac_status=$? 8596 8597 cat out/conftest.err >&5 8597 echo "$as_me:859 7: \$? = $ac_status" >&58598 echo "$as_me:8598: \$? = $ac_status" >&5 8598 8599 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8599 8600 then … … 10936 10937 lt_status=$lt_dlunknown 10937 10938 cat > conftest.$ac_ext <<EOF 10938 #line 1093 8"configure"10939 #line 10939 "configure" 10939 10940 #include "confdefs.h" 10940 10941 … … 11036 11037 lt_status=$lt_dlunknown 11037 11038 cat > conftest.$ac_ext <<EOF 11038 #line 1103 8"configure"11039 #line 11039 "configure" 11039 11040 #include "confdefs.h" 11040 11041 … … 13380 13381 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13381 13382 -e 's:$: $lt_compiler_flag:'` 13382 (eval echo "\"\$as_me:1338 2: $lt_compile\"" >&5)13383 (eval echo "\"\$as_me:13383: $lt_compile\"" >&5) 13383 13384 (eval "$lt_compile" 2>conftest.err) 13384 13385 ac_status=$? 13385 13386 cat conftest.err >&5 13386 echo "$as_me:1338 6: \$? = $ac_status" >&513387 echo "$as_me:13387: \$? = $ac_status" >&5 13387 13388 if (exit $ac_status) && test -s "$ac_outfile"; then 13388 13389 # The compiler can only warn and ignore the option if not recognized … … 13484 13485 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13485 13486 -e 's:$: $lt_compiler_flag:'` 13486 (eval echo "\"\$as_me:1348 6: $lt_compile\"" >&5)13487 (eval echo "\"\$as_me:13487: $lt_compile\"" >&5) 13487 13488 (eval "$lt_compile" 2>out/conftest.err) 13488 13489 ac_status=$? 13489 13490 cat out/conftest.err >&5 13490 echo "$as_me:1349 0: \$? = $ac_status" >&513491 echo "$as_me:13491: \$? = $ac_status" >&5 13491 13492 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13492 13493 then … … 15054 15055 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15055 15056 -e 's:$: $lt_compiler_flag:'` 15056 (eval echo "\"\$as_me:1505 6: $lt_compile\"" >&5)15057 (eval echo "\"\$as_me:15057: $lt_compile\"" >&5) 15057 15058 (eval "$lt_compile" 2>conftest.err) 15058 15059 ac_status=$? 15059 15060 cat conftest.err >&5 15060 echo "$as_me:1506 0: \$? = $ac_status" >&515061 echo "$as_me:15061: \$? = $ac_status" >&5 15061 15062 if (exit $ac_status) && test -s "$ac_outfile"; then 15062 15063 # The compiler can only warn and ignore the option if not recognized … … 15158 15159 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15159 15160 -e 's:$: $lt_compiler_flag:'` 15160 (eval echo "\"\$as_me:1516 0: $lt_compile\"" >&5)15161 (eval echo "\"\$as_me:15161: $lt_compile\"" >&5) 15161 15162 (eval "$lt_compile" 2>out/conftest.err) 15162 15163 ac_status=$? 15163 15164 cat out/conftest.err >&5 15164 echo "$as_me:1516 4: \$? = $ac_status" >&515165 echo "$as_me:15165: \$? = $ac_status" >&5 15165 15166 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15166 15167 then … … 17365 17366 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17366 17367 -e 's:$: $lt_compiler_flag:'` 17367 (eval echo "\"\$as_me:1736 7: $lt_compile\"" >&5)17368 (eval echo "\"\$as_me:17368: $lt_compile\"" >&5) 17368 17369 (eval "$lt_compile" 2>conftest.err) 17369 17370 ac_status=$? 17370 17371 cat conftest.err >&5 17371 echo "$as_me:1737 1: \$? = $ac_status" >&517372 echo "$as_me:17372: \$? = $ac_status" >&5 17372 17373 if (exit $ac_status) && test -s "$ac_outfile"; then 17373 17374 # The compiler can only warn and ignore the option if not recognized … … 17633 17634 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17634 17635 -e 's:$: $lt_compiler_flag:'` 17635 (eval echo "\"\$as_me:1763 5: $lt_compile\"" >&5)17636 (eval echo "\"\$as_me:17636: $lt_compile\"" >&5) 17636 17637 (eval "$lt_compile" 2>conftest.err) 17637 17638 ac_status=$? 17638 17639 cat conftest.err >&5 17639 echo "$as_me:176 39: \$? = $ac_status" >&517640 echo "$as_me:17640: \$? = $ac_status" >&5 17640 17641 if (exit $ac_status) && test -s "$ac_outfile"; then 17641 17642 # The compiler can only warn and ignore the option if not recognized … … 17737 17738 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17738 17739 -e 's:$: $lt_compiler_flag:'` 17739 (eval echo "\"\$as_me:177 39: $lt_compile\"" >&5)17740 (eval echo "\"\$as_me:17740: $lt_compile\"" >&5) 17740 17741 (eval "$lt_compile" 2>out/conftest.err) 17741 17742 ac_status=$? 17742 17743 cat out/conftest.err >&5 17743 echo "$as_me:1774 3: \$? = $ac_status" >&517744 echo "$as_me:17744: \$? = $ac_status" >&5 17744 17745 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17745 17746 then … … 25035 25036 25036 25037 # Provide some information about the compiler. 25037 echo "$as_me:2503 7:" \25038 echo "$as_me:25038:" \ 25038 25039 "checking for Fortran 77 compiler version" >&5 25039 25040 ac_compiler=`set X $ac_compile; echo $2` … … 25614 25615 ac_save_FFLAGS=$FFLAGS 25615 25616 FFLAGS="$FFLAGS $ac_verb" 25616 (eval echo $as_me:2561 6: \"$ac_link\") >&525617 (eval echo $as_me:25617: \"$ac_link\") >&5 25617 25618 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 25618 25619 echo "$ac_f77_v_output" >&5 … … 25692 25693 ac_save_FFLAGS=$FFLAGS 25693 25694 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 25694 (eval echo $as_me:2569 4: \"$ac_link\") >&525695 (eval echo $as_me:25695: \"$ac_link\") >&5 25695 25696 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 25696 25697 echo "$ac_f77_v_output" >&5 … … 32144 32145 cat >&5 <<_CSEOF 32145 32146 32146 This file was extended by Clp $as_me 1.15 , which was32147 This file was extended by Clp $as_me 1.15.2, which was 32147 32148 generated by GNU Autoconf 2.59. Invocation command line was 32148 32149 … … 32207 32208 cat >>$CONFIG_STATUS <<_ACEOF 32208 32209 ac_cs_version="\\ 32209 Clp config.status 1.15 32210 Clp config.status 1.15.2 32210 32211 configured by $0, generated by GNU Autoconf 2.59, 32211 32212 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
stable/1.15/Clp/configure.ac
r1962 r1969 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.2],[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:2:12) 45 45 46 46 # Check if user wants to produce debugging code -
stable/1.15/Clp/src/config_clp_default.h
r1962 r1969 6 6 7 7 /* Version number of project */ 8 #define CLP_VERSION "1.15 "8 #define CLP_VERSION "1.15.2" 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 2 -
stable/1.15/configure
r1962 r1969 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.2. 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.2' 434 PACKAGE_STRING='Clp 1.15.2' 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.2 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.2:";; 1102 1102 esac 1103 1103 cat <<\_ACEOF … … 1307 1307 if $ac_init_version; then 1308 1308 cat <<\_ACEOF 1309 Clp configure 1.15 1309 Clp configure 1.15.2 1310 1310 generated by GNU Autoconf 2.59 1311 1311 … … 1327 1327 running configure, to aid debugging if configure makes a mistake. 1328 1328 1329 It was created by Clp $as_me 1.15 , which was1329 It was created by Clp $as_me 1.15.2, which was 1330 1330 generated by GNU Autoconf 2.59. Invocation command line was 1331 1331 … … 5314 5314 # Define the identity of the package. 5315 5315 PACKAGE='clp' 5316 VERSION='1.15 '5316 VERSION='1.15.2' 5317 5317 5318 5318 … … 22917 22917 cat >&5 <<_CSEOF 22918 22918 22919 This file was extended by Clp $as_me 1.15 , which was22919 This file was extended by Clp $as_me 1.15.2, which was 22920 22920 generated by GNU Autoconf 2.59. Invocation command line was 22921 22921 … … 22975 22975 cat >>$CONFIG_STATUS <<_ACEOF 22976 22976 ac_cs_version="\\ 22977 Clp config.status 1.15 22977 Clp config.status 1.15.2 22978 22978 configured by $0, generated by GNU Autoconf 2.59, 22979 22979 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
stable/1.15/configure.ac
r1962 r1969 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.2],[coin-clp@lists.coin-or.org]) 16 16 17 17 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.