- Timestamp:
- Jan 4, 2011 8:36:28 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:externals
-
old new 5 5 ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/stable/1.8 6 6 Data/Sample https://projects.coin-or.org/svn/Data/Sample/stable/1.2 7 Data/miplib3 https://projects.coin-or.org/svn/Data/miplib3/stable/1.2 8 CoinUtils https://projects.coin-or.org/svn/CoinUtils/trunk/CoinUtils 9 Cgl https://projects.coin-or.org/svn/Cgl/trunk/Cgl 10 Clp https://projects.coin-or.org/svn/Clp/trunk/Clp 11 Osi https://projects.coin-or.org/svn/Osi/trunk/Osi 7 CoinUtils https://projects.coin-or.org/svn/CoinUtils/stable/2.8/CoinUtils 8 Cgl https://projects.coin-or.org/svn/Cgl/stable/0.57/Cgl 9 Clp https://projects.coin-or.org/svn/Clp/stable/1.14/Clp 10 Osi https://projects.coin-or.org/svn/Osi/stable/0.105/Osi
-
- Property svn:externals
-
trunk/Cbc/configure
r1566 r1576 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for Cbc trunk.3 # Generated by GNU Autoconf 2.59 for Cbc 2.7. 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=' trunk'433 PACKAGE_STRING='Cbc trunk'432 PACKAGE_VERSION='2.7' 433 PACKAGE_STRING='Cbc 2.7' 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 trunkto adapt to many kinds of systems.1008 \`configure' configures Cbc 2.7 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 trunk:";;1074 short | recursive ) echo "Configuration of Cbc 2.7:";; 1075 1075 esac 1076 1076 cat <<\_ACEOF … … 1298 1298 if $ac_init_version; then 1299 1299 cat <<\_ACEOF 1300 Cbc configure trunk1300 Cbc configure 2.7 1301 1301 generated by GNU Autoconf 2.59 1302 1302 … … 1318 1318 running configure, to aid debugging if configure makes a mistake. 1319 1319 1320 It was created by Cbc $as_me trunk, which was1320 It was created by Cbc $as_me 2.7, which was 1321 1321 generated by GNU Autoconf 2.59. Invocation command line was 1322 1322 … … 4639 4639 # Define the identity of the package. 4640 4640 PACKAGE='cbc' 4641 VERSION=' trunk'4641 VERSION='2.7' 4642 4642 4643 4643 … … 28728 28728 cat >&5 <<_CSEOF 28729 28729 28730 This file was extended by Cbc $as_me trunk, which was28730 This file was extended by Cbc $as_me 2.7, which was 28731 28731 generated by GNU Autoconf 2.59. Invocation command line was 28732 28732 … … 28791 28791 cat >>$CONFIG_STATUS <<_ACEOF 28792 28792 ac_cs_version="\\ 28793 Cbc config.status trunk28793 Cbc config.status 2.7 28794 28794 configured by $0, generated by GNU Autoconf 2.59, 28795 28795 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
trunk/Cbc/configure.ac
r1565 r1576 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Cbc],[ trunk],[cbc@lists.coin-or.org])15 AC_INIT([Cbc],[2.7],[cbc@lists.coin-or.org]) 16 16 17 17 AC_COPYRIGHT([ -
trunk/Cbc/src/CbcConfig.h
r1524 r1576 96 96 97 97 /* Cbc version */ 98 #define CBC_VERSION " trunk"98 #define CBC_VERSION "2.7" 99 99 100 100 /* -
trunk/Dependencies
r1575 r1576 1 BuildTools https://projects.coin-or.org/svn/BuildTools/stable/0.7 2 ThirdParty/ASL https://projects.coin-or.org/svn/BuildTools/ThirdParty/ASL/stable/1.2 3 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/stable/1.2 4 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/stable/1.3 5 ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/stable/1.8 6 Data/Sample https://projects.coin-or.org/svn/Data/Sample/stable/1.2 7 Data/miplib3 https://projects.coin-or.org/svn/Data/miplib3/stable/1.2 8 CoinUtils https://projects.coin-or.org/svn/CoinUtils/trunk/CoinUtils 9 Cgl https://projects.coin-or.org/svn/Cgl/trunk/Cgl 10 Clp https://projects.coin-or.org/svn/Clp/trunk/Clp 11 Osi https://projects.coin-or.org/svn/Osi/trunk/Osi 1 BuildTools https://projects.coin-or.org/svn/BuildTools/stable/0.7 2 ThirdParty/ASL https://projects.coin-or.org/svn/BuildTools/ThirdParty/ASL/stable/1.2 3 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/stable/1.2 4 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/stable/1.3 5 ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/stable/1.8 6 Data/Sample https://projects.coin-or.org/svn/Data/Sample/stable/1.2 7 CoinUtils https://projects.coin-or.org/svn/CoinUtils/stable/2.8/CoinUtils 8 Cgl https://projects.coin-or.org/svn/Cgl/stable/0.57/Cgl 9 Clp https://projects.coin-or.org/svn/Clp/stable/1.14/Clp 10 Osi https://projects.coin-or.org/svn/Osi/stable/0.105/Osi -
trunk/configure
r1567 r1576 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 trunk.4 # Generated by GNU Autoconf 2.59 for Cbc 2.7. 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=' trunk'434 PACKAGE_STRING='Cbc trunk'433 PACKAGE_VERSION='2.7' 434 PACKAGE_STRING='Cbc 2.7' 435 435 PACKAGE_BUGREPORT='cbc@lists.coin-or.org' 436 436 … … 1041 1041 # This message is too long to be a string in the A/UX 3.1 sh. 1042 1042 cat <<_ACEOF 1043 \`configure' configures Cbc trunkto adapt to many kinds of systems.1043 \`configure' configures Cbc 2.7 to adapt to many kinds of systems. 1044 1044 1045 1045 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1107 1107 if test -n "$ac_init_help"; then 1108 1108 case $ac_init_help in 1109 short | recursive ) echo "Configuration of Cbc trunk:";;1109 short | recursive ) echo "Configuration of Cbc 2.7:";; 1110 1110 esac 1111 1111 cat <<\_ACEOF … … 1327 1327 if $ac_init_version; then 1328 1328 cat <<\_ACEOF 1329 Cbc configure trunk1329 Cbc configure 2.7 1330 1330 generated by GNU Autoconf 2.59 1331 1331 … … 1347 1347 running configure, to aid debugging if configure makes a mistake. 1348 1348 1349 It was created by Cbc $as_me trunk, which was1349 It was created by Cbc $as_me 2.7, which was 1350 1350 generated by GNU Autoconf 2.59. Invocation command line was 1351 1351 … … 5225 5225 # Define the identity of the package. 5226 5226 PACKAGE='cbc' 5227 VERSION=' trunk'5227 VERSION='2.7' 5228 5228 5229 5229 … … 23565 23565 cat >&5 <<_CSEOF 23566 23566 23567 This file was extended by Cbc $as_me trunk, which was23567 This file was extended by Cbc $as_me 2.7, which was 23568 23568 generated by GNU Autoconf 2.59. Invocation command line was 23569 23569 … … 23623 23623 cat >>$CONFIG_STATUS <<_ACEOF 23624 23624 ac_cs_version="\\ 23625 Cbc config.status trunk23625 Cbc config.status 2.7 23626 23626 configured by $0, generated by GNU Autoconf 2.59, 23627 23627 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
trunk/configure.ac
r1565 r1576 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Cbc],[ trunk],[cbc@lists.coin-or.org])15 AC_INIT([Cbc],[2.7],[cbc@lists.coin-or.org]) 16 16 17 17 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.