Changeset 1962
- Timestamp:
- Jun 14, 2013 11:55:21 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/releases/0.7.5/ 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.5/ 8 CoinUtils https://projects.coin-or.org/svn/CoinUtils/releases/2.9.1/CoinUtils 9 Osi https://projects.coin-or.org/svn/Osi/releases/0.106.1/Osi 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
-
- Property svn:externals
-
stable/1.15/Clp/configure
r1960 r1962 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. 1.3 # Generated by GNU Autoconf 2.59 for Clp 1.15. 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 .1'433 PACKAGE_STRING='Clp 1.15 .1'432 PACKAGE_VERSION='1.15' 433 PACKAGE_STRING='Clp 1.15' 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 .1to adapt to many kinds of systems.1024 \`configure' configures Clp 1.15 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 .1:";;1090 short | recursive ) echo "Configuration of Clp 1.15:";; 1091 1091 esac 1092 1092 cat <<\_ACEOF … … 1306 1306 if $ac_init_version; then 1307 1307 cat <<\_ACEOF 1308 Clp configure 1.15 .11308 Clp configure 1.15 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 .1, which was1328 It was created by Clp $as_me 1.15, 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:1:121855 1854 1856 1855 … … 4723 4722 # Define the identity of the package. 4724 4723 PACKAGE='clp' 4725 VERSION='1.15 .1'4724 VERSION='1.15' 4726 4725 4727 4726 … … 6019 6018 *-*-irix6*) 6020 6019 # Find out which ABI we are using. 6021 echo '#line 602 1"configure"' > conftest.$ac_ext6020 echo '#line 6020 "configure"' > conftest.$ac_ext 6022 6021 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6023 6022 (eval $ac_compile) 2>&5 … … 7153 7152 7154 7153 # Provide some information about the compiler. 7155 echo "$as_me:715 5:" \7154 echo "$as_me:7154:" \ 7156 7155 "checking for Fortran 77 compiler version" >&5 7157 7156 ac_compiler=`set X $ac_compile; echo $2` … … 8220 8219 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8221 8220 -e 's:$: $lt_compiler_flag:'` 8222 (eval echo "\"\$as_me:822 2: $lt_compile\"" >&5)8221 (eval echo "\"\$as_me:8221: $lt_compile\"" >&5) 8223 8222 (eval "$lt_compile" 2>conftest.err) 8224 8223 ac_status=$? 8225 8224 cat conftest.err >&5 8226 echo "$as_me:822 6: \$? = $ac_status" >&58225 echo "$as_me:8225: \$? = $ac_status" >&5 8227 8226 if (exit $ac_status) && test -s "$ac_outfile"; then 8228 8227 # The compiler can only warn and ignore the option if not recognized … … 8488 8487 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8489 8488 -e 's:$: $lt_compiler_flag:'` 8490 (eval echo "\"\$as_me:84 90: $lt_compile\"" >&5)8489 (eval echo "\"\$as_me:8489: $lt_compile\"" >&5) 8491 8490 (eval "$lt_compile" 2>conftest.err) 8492 8491 ac_status=$? 8493 8492 cat conftest.err >&5 8494 echo "$as_me:849 4: \$? = $ac_status" >&58493 echo "$as_me:8493: \$? = $ac_status" >&5 8495 8494 if (exit $ac_status) && test -s "$ac_outfile"; then 8496 8495 # The compiler can only warn and ignore the option if not recognized … … 8592 8591 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8593 8592 -e 's:$: $lt_compiler_flag:'` 8594 (eval echo "\"\$as_me:859 4: $lt_compile\"" >&5)8593 (eval echo "\"\$as_me:8593: $lt_compile\"" >&5) 8595 8594 (eval "$lt_compile" 2>out/conftest.err) 8596 8595 ac_status=$? 8597 8596 cat out/conftest.err >&5 8598 echo "$as_me:859 8: \$? = $ac_status" >&58597 echo "$as_me:8597: \$? = $ac_status" >&5 8599 8598 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8600 8599 then … … 10937 10936 lt_status=$lt_dlunknown 10938 10937 cat > conftest.$ac_ext <<EOF 10939 #line 1093 9"configure"10938 #line 10938 "configure" 10940 10939 #include "confdefs.h" 10941 10940 … … 11037 11036 lt_status=$lt_dlunknown 11038 11037 cat > conftest.$ac_ext <<EOF 11039 #line 1103 9"configure"11038 #line 11038 "configure" 11040 11039 #include "confdefs.h" 11041 11040 … … 13381 13380 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13382 13381 -e 's:$: $lt_compiler_flag:'` 13383 (eval echo "\"\$as_me:1338 3: $lt_compile\"" >&5)13382 (eval echo "\"\$as_me:13382: $lt_compile\"" >&5) 13384 13383 (eval "$lt_compile" 2>conftest.err) 13385 13384 ac_status=$? 13386 13385 cat conftest.err >&5 13387 echo "$as_me:1338 7: \$? = $ac_status" >&513386 echo "$as_me:13386: \$? = $ac_status" >&5 13388 13387 if (exit $ac_status) && test -s "$ac_outfile"; then 13389 13388 # The compiler can only warn and ignore the option if not recognized … … 13485 13484 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13486 13485 -e 's:$: $lt_compiler_flag:'` 13487 (eval echo "\"\$as_me:1348 7: $lt_compile\"" >&5)13486 (eval echo "\"\$as_me:13486: $lt_compile\"" >&5) 13488 13487 (eval "$lt_compile" 2>out/conftest.err) 13489 13488 ac_status=$? 13490 13489 cat out/conftest.err >&5 13491 echo "$as_me:1349 1: \$? = $ac_status" >&513490 echo "$as_me:13490: \$? = $ac_status" >&5 13492 13491 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13493 13492 then … … 15055 15054 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15056 15055 -e 's:$: $lt_compiler_flag:'` 15057 (eval echo "\"\$as_me:1505 7: $lt_compile\"" >&5)15056 (eval echo "\"\$as_me:15056: $lt_compile\"" >&5) 15058 15057 (eval "$lt_compile" 2>conftest.err) 15059 15058 ac_status=$? 15060 15059 cat conftest.err >&5 15061 echo "$as_me:1506 1: \$? = $ac_status" >&515060 echo "$as_me:15060: \$? = $ac_status" >&5 15062 15061 if (exit $ac_status) && test -s "$ac_outfile"; then 15063 15062 # The compiler can only warn and ignore the option if not recognized … … 15159 15158 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15160 15159 -e 's:$: $lt_compiler_flag:'` 15161 (eval echo "\"\$as_me:1516 1: $lt_compile\"" >&5)15160 (eval echo "\"\$as_me:15160: $lt_compile\"" >&5) 15162 15161 (eval "$lt_compile" 2>out/conftest.err) 15163 15162 ac_status=$? 15164 15163 cat out/conftest.err >&5 15165 echo "$as_me:1516 5: \$? = $ac_status" >&515164 echo "$as_me:15164: \$? = $ac_status" >&5 15166 15165 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15167 15166 then … … 17366 17365 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17367 17366 -e 's:$: $lt_compiler_flag:'` 17368 (eval echo "\"\$as_me:1736 8: $lt_compile\"" >&5)17367 (eval echo "\"\$as_me:17367: $lt_compile\"" >&5) 17369 17368 (eval "$lt_compile" 2>conftest.err) 17370 17369 ac_status=$? 17371 17370 cat conftest.err >&5 17372 echo "$as_me:1737 2: \$? = $ac_status" >&517371 echo "$as_me:17371: \$? = $ac_status" >&5 17373 17372 if (exit $ac_status) && test -s "$ac_outfile"; then 17374 17373 # The compiler can only warn and ignore the option if not recognized … … 17634 17633 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17635 17634 -e 's:$: $lt_compiler_flag:'` 17636 (eval echo "\"\$as_me:1763 6: $lt_compile\"" >&5)17635 (eval echo "\"\$as_me:17635: $lt_compile\"" >&5) 17637 17636 (eval "$lt_compile" 2>conftest.err) 17638 17637 ac_status=$? 17639 17638 cat conftest.err >&5 17640 echo "$as_me:176 40: \$? = $ac_status" >&517639 echo "$as_me:17639: \$? = $ac_status" >&5 17641 17640 if (exit $ac_status) && test -s "$ac_outfile"; then 17642 17641 # The compiler can only warn and ignore the option if not recognized … … 17738 17737 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17739 17738 -e 's:$: $lt_compiler_flag:'` 17740 (eval echo "\"\$as_me:177 40: $lt_compile\"" >&5)17739 (eval echo "\"\$as_me:17739: $lt_compile\"" >&5) 17741 17740 (eval "$lt_compile" 2>out/conftest.err) 17742 17741 ac_status=$? 17743 17742 cat out/conftest.err >&5 17744 echo "$as_me:1774 4: \$? = $ac_status" >&517743 echo "$as_me:17743: \$? = $ac_status" >&5 17745 17744 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17746 17745 then … … 25036 25035 25037 25036 # Provide some information about the compiler. 25038 echo "$as_me:2503 8:" \25037 echo "$as_me:25037:" \ 25039 25038 "checking for Fortran 77 compiler version" >&5 25040 25039 ac_compiler=`set X $ac_compile; echo $2` … … 25615 25614 ac_save_FFLAGS=$FFLAGS 25616 25615 FFLAGS="$FFLAGS $ac_verb" 25617 (eval echo $as_me:2561 7: \"$ac_link\") >&525616 (eval echo $as_me:25616: \"$ac_link\") >&5 25618 25617 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 25619 25618 echo "$ac_f77_v_output" >&5 … … 25693 25692 ac_save_FFLAGS=$FFLAGS 25694 25693 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 25695 (eval echo $as_me:2569 5: \"$ac_link\") >&525694 (eval echo $as_me:25694: \"$ac_link\") >&5 25696 25695 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 25697 25696 echo "$ac_f77_v_output" >&5 … … 32145 32144 cat >&5 <<_CSEOF 32146 32145 32147 This file was extended by Clp $as_me 1.15 .1, which was32146 This file was extended by Clp $as_me 1.15, which was 32148 32147 generated by GNU Autoconf 2.59. Invocation command line was 32149 32148 … … 32208 32207 cat >>$CONFIG_STATUS <<_ACEOF 32209 32208 ac_cs_version="\\ 32210 Clp config.status 1.15 .132209 Clp config.status 1.15 32211 32210 configured by $0, generated by GNU Autoconf 2.59, 32212 32211 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
stable/1.15/Clp/configure.ac
r1960 r1962 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Clp],[1.15 .1],[clp@list.coin-or.org])15 AC_INIT([Clp],[1.15],[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 ,13:1:12)44 AC_COIN_PROJECTDIR_INIT(Clp) 45 45 46 46 # Check if user wants to produce debugging code -
stable/1.15/Clp/src/config_clp_default.h
r1960 r1962 6 6 7 7 /* Version number of project */ 8 #define CLP_VERSION "1.15 .1"8 #define CLP_VERSION "1.15" 9 9 10 10 /* Major Version number of project */ … … 15 15 16 16 /* Release Version number of project */ 17 #define CLP_VERSION_RELEASE 117 #define CLP_VERSION_RELEASE 9999 -
stable/1.15/configure
r1960 r1962 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. 1.4 # Generated by GNU Autoconf 2.59 for Clp 1.15. 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 .1'434 PACKAGE_STRING='Clp 1.15 .1'433 PACKAGE_VERSION='1.15' 434 PACKAGE_STRING='Clp 1.15' 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 .1to adapt to many kinds of systems.1035 \`configure' configures Clp 1.15 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 .1:";;1101 short | recursive ) echo "Configuration of Clp 1.15:";; 1102 1102 esac 1103 1103 cat <<\_ACEOF … … 1307 1307 if $ac_init_version; then 1308 1308 cat <<\_ACEOF 1309 Clp configure 1.15 .11309 Clp configure 1.15 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 .1, which was1329 It was created by Clp $as_me 1.15, 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 .1'5316 VERSION='1.15' 5317 5317 5318 5318 … … 22917 22917 cat >&5 <<_CSEOF 22918 22918 22919 This file was extended by Clp $as_me 1.15 .1, which was22919 This file was extended by Clp $as_me 1.15, 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 .122977 Clp config.status 1.15 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
r1960 r1962 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Clp],[1.15 .1],[coin-clp@lists.coin-or.org])15 AC_INIT([Clp],[1.15],[coin-clp@lists.coin-or.org]) 16 16 17 17 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.