- Timestamp:
- Jun 2, 2010 6:14:32 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:externals
-
old new 1 BuildTools https://projects.coin-or.org/svn/BuildTools/stable/0.6 2 ThirdParty/ASL https://projects.coin-or.org/svn/BuildTools/ThirdParty/ASL/stable/1.0 3 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/stable/1.0 4 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/stable/1.1 5 ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/stable/1.5 6 Data/Sample https://projects.coin-or.org/svn/Data/stable/1.0/Sample 7 Data/miplib3 https://projects.coin-or.org/svn/Data/stable/1.0/miplib3 8 CoinUtils https://projects.coin-or.org/svn/CoinUtils/stable/2.6/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 12 Vol https://projects.coin-or.org/svn/Vol/stable/1.1/Vol 1 BuildTools https://projects.coin-or.org/svn/BuildTools/stable/0.6 2 ThirdParty/ASL https://projects.coin-or.org/svn/BuildTools/ThirdParty/ASL/releases/1.0.17/ 3 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/releases/1.0.14/ 4 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/releases/1.1.0/ 5 ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/releases/1.5.1/ 6 Data/Sample https://projects.coin-or.org/svn/Data/releases/1.0.7/Sample 7 CoinUtils https://projects.coin-or.org/svn/CoinUtils/releases/2.6.4/CoinUtils 8 Cgl https://projects.coin-or.org/svn/Cgl/releases/0.55.0/Cgl 9 Clp https://projects.coin-or.org/svn/Clp/stable/1.12/Clp 10 Osi https://projects.coin-or.org/svn/Osi/stable/0.103/Osi 11 Vol https://projects.coin-or.org/svn/Vol/releases/1.1.7/Vol
-
- Property svn:externals
-
trunk/Cbc/configure
r1458 r1459 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.5. 4 4 # 5 5 # Report bugs to <coin-cbc@list.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.5' 433 PACKAGE_STRING='Cbc 2.5' 434 434 PACKAGE_BUGREPORT='coin-cbc@list.coin-or.org' 435 435 … … 1002 1002 # This message is too long to be a string in the A/UX 3.1 sh. 1003 1003 cat <<_ACEOF 1004 \`configure' configures Cbc trunkto adapt to many kinds of systems.1004 \`configure' configures Cbc 2.5 to adapt to many kinds of systems. 1005 1005 1006 1006 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1068 1068 if test -n "$ac_init_help"; then 1069 1069 case $ac_init_help in 1070 short | recursive ) echo "Configuration of Cbc trunk:";;1070 short | recursive ) echo "Configuration of Cbc 2.5:";; 1071 1071 esac 1072 1072 cat <<\_ACEOF … … 1269 1269 if $ac_init_version; then 1270 1270 cat <<\_ACEOF 1271 Cbc configure trunk1271 Cbc configure 2.5 1272 1272 generated by GNU Autoconf 2.59 1273 1273 … … 1289 1289 running configure, to aid debugging if configure makes a mistake. 1290 1290 1291 It was created by Cbc $as_me trunk, which was1291 It was created by Cbc $as_me 2.5, which was 1292 1292 generated by GNU Autoconf 2.59. Invocation command line was 1293 1293 … … 4520 4520 # Define the identity of the package. 4521 4521 PACKAGE='cbc' 4522 VERSION=' trunk'4522 VERSION='2.5' 4523 4523 4524 4524 … … 23251 23251 cat >&5 <<_CSEOF 23252 23252 23253 This file was extended by Cbc $as_me trunk, which was23253 This file was extended by Cbc $as_me 2.5, which was 23254 23254 generated by GNU Autoconf 2.59. Invocation command line was 23255 23255 … … 23314 23314 cat >>$CONFIG_STATUS <<_ACEOF 23315 23315 ac_cs_version="\\ 23316 Cbc config.status trunk23316 Cbc config.status 2.5 23317 23317 configured by $0, generated by GNU Autoconf 2.59, 23318 23318 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
trunk/Cbc/configure.ac
r1458 r1459 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Cbc],[ trunk],[coin-cbc@list.coin-or.org])15 AC_INIT([Cbc],[2.5],[coin-cbc@list.coin-or.org]) 16 16 17 17 AC_COPYRIGHT([ -
trunk/Cbc/src/CbcConfig.h
r1457 r1459 95 95 /* #undef COIN_HAS_XPR */ 96 96 97 #define CBC_VERSION " trunk"97 #define CBC_VERSION "2.5" 98 98 99 99 #endif /* HAVE_CONFIG_H */
Note: See TracChangeset
for help on using the changeset viewer.