Changeset 1492 for stable/1.11
- Timestamp:
- Jan 11, 2010 2:59:37 PM (11 years ago)
- Location:
- stable/1.11
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/1.11
- Property svn:externals
-
old new 1 BuildTools https://projects.coin-or.org/svn/BuildTools/releases/0.5.292 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/releases/1.0.143 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/releases/1.0.204 Data/Netlib https://projects.coin-or.org/svn/Data/releases/1.0.7/Netlib5 Data/Sample https://projects.coin-or.org/svn/Data/releases/1.0.7/Sample6 CoinUtils https://projects.coin-or.org/svn/CoinUtils/releases/2.6.0/CoinUtils1 BuildTools https://projects.coin-or.org/svn/BuildTools/stable/0.5 2 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/stable/1.0 3 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/stable/1.0 4 Data/Netlib https://projects.coin-or.org/svn/Data/stable/1.0/Netlib 5 Data/Sample https://projects.coin-or.org/svn/Data/stable/1.0/Sample 6 CoinUtils https://projects.coin-or.org/svn/CoinUtils/stable/2.6/CoinUtils
-
- Property svn:externals
-
stable/1.11/Clp/configure
r1490 r1492 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.11 .0.3 # Generated by GNU Autoconf 2.59 for Clp 1.11stable. 4 4 # 5 5 # Report bugs to <coin-clp@list.coin-or.org>. … … 430 430 PACKAGE_NAME='Clp' 431 431 PACKAGE_TARNAME='clp' 432 PACKAGE_VERSION='1.11 .0'433 PACKAGE_STRING='Clp 1.11 .0'432 PACKAGE_VERSION='1.11stable' 433 PACKAGE_STRING='Clp 1.11stable' 434 434 PACKAGE_BUGREPORT='coin-clp@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 Clp 1.11 .0to adapt to many kinds of systems.1004 \`configure' configures Clp 1.11stable 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 Clp 1.11 .0:";;1070 short | recursive ) echo "Configuration of Clp 1.11stable:";; 1071 1071 esac 1072 1072 cat <<\_ACEOF … … 1233 1233 if $ac_init_version; then 1234 1234 cat <<\_ACEOF 1235 Clp configure 1.11 .01235 Clp configure 1.11stable 1236 1236 generated by GNU Autoconf 2.59 1237 1237 … … 1253 1253 running configure, to aid debugging if configure makes a mistake. 1254 1254 1255 It was created by Clp $as_me 1.11 .0, which was1255 It was created by Clp $as_me 1.11stable, which was 1256 1256 generated by GNU Autoconf 2.59. Invocation command line was 1257 1257 … … 4481 4481 # Define the identity of the package. 4482 4482 PACKAGE='clp' 4483 VERSION='1.11 .0'4483 VERSION='1.11stable' 4484 4484 4485 4485 … … 21474 21474 cat >&5 <<_CSEOF 21475 21475 21476 This file was extended by Clp $as_me 1.11 .0, which was21476 This file was extended by Clp $as_me 1.11stable, which was 21477 21477 generated by GNU Autoconf 2.59. Invocation command line was 21478 21478 … … 21537 21537 cat >>$CONFIG_STATUS <<_ACEOF 21538 21538 ac_cs_version="\\ 21539 Clp config.status 1.11 .021539 Clp config.status 1.11stable 21540 21540 configured by $0, generated by GNU Autoconf 2.59, 21541 21541 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
stable/1.11/Clp/configure.ac
r1490 r1492 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Clp],[1.11 .0],[coin-clp@list.coin-or.org])15 AC_INIT([Clp],[1.11stable],[coin-clp@list.coin-or.org]) 16 16 17 17 AC_COPYRIGHT([ -
stable/1.11/Externals
r1490 r1492 1 BuildTools https://projects.coin-or.org/svn/BuildTools/releases/0.5.292 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/releases/1.0.143 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/releases/1.0.204 Data/Netlib https://projects.coin-or.org/svn/Data/releases/1.0.7/Netlib5 Data/Sample https://projects.coin-or.org/svn/Data/releases/1.0.7/Sample6 CoinUtils https://projects.coin-or.org/svn/CoinUtils/releases/2.6.0/CoinUtils1 BuildTools https://projects.coin-or.org/svn/BuildTools/stable/0.5 2 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/stable/1.0 3 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/stable/1.0 4 Data/Netlib https://projects.coin-or.org/svn/Data/stable/1.0/Netlib 5 Data/Sample https://projects.coin-or.org/svn/Data/stable/1.0/Sample 6 CoinUtils https://projects.coin-or.org/svn/CoinUtils/stable/2.6/CoinUtils -
stable/1.11/configure
r1490 r1492 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.11 .0.4 # Generated by GNU Autoconf 2.59 for Clp 1.11stable. 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.11 .0'434 PACKAGE_STRING='Clp 1.11 .0'433 PACKAGE_VERSION='1.11stable' 434 PACKAGE_STRING='Clp 1.11stable' 435 435 PACKAGE_BUGREPORT='coin-clp@lists.coin-or.org' 436 436 … … 1029 1029 # This message is too long to be a string in the A/UX 3.1 sh. 1030 1030 cat <<_ACEOF 1031 \`configure' configures Clp 1.11 .0to adapt to many kinds of systems.1031 \`configure' configures Clp 1.11stable to adapt to many kinds of systems. 1032 1032 1033 1033 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1095 1095 if test -n "$ac_init_help"; then 1096 1096 case $ac_init_help in 1097 short | recursive ) echo "Configuration of Clp 1.11 .0:";;1097 short | recursive ) echo "Configuration of Clp 1.11stable:";; 1098 1098 esac 1099 1099 cat <<\_ACEOF … … 1262 1262 if $ac_init_version; then 1263 1263 cat <<\_ACEOF 1264 Clp configure 1.11 .01264 Clp configure 1.11stable 1265 1265 generated by GNU Autoconf 2.59 1266 1266 … … 1282 1282 running configure, to aid debugging if configure makes a mistake. 1283 1283 1284 It was created by Clp $as_me 1.11 .0, which was1284 It was created by Clp $as_me 1.11stable, which was 1285 1285 generated by GNU Autoconf 2.59. Invocation command line was 1286 1286 … … 5120 5120 # Define the identity of the package. 5121 5121 PACKAGE='clp' 5122 VERSION='1.11 .0'5122 VERSION='1.11stable' 5123 5123 5124 5124 … … 21520 21520 cat >&5 <<_CSEOF 21521 21521 21522 This file was extended by Clp $as_me 1.11 .0, which was21522 This file was extended by Clp $as_me 1.11stable, which was 21523 21523 generated by GNU Autoconf 2.59. Invocation command line was 21524 21524 … … 21578 21578 cat >>$CONFIG_STATUS <<_ACEOF 21579 21579 ac_cs_version="\\ 21580 Clp config.status 1.11 .021580 Clp config.status 1.11stable 21581 21581 configured by $0, generated by GNU Autoconf 2.59, 21582 21582 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
stable/1.11/configure.ac
r1490 r1492 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Clp],[1.11 .0],[coin-clp@lists.coin-or.org])15 AC_INIT([Clp],[1.11stable],[coin-clp@lists.coin-or.org]) 16 16 17 17 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.