- Timestamp:
- Jan 17, 2015 12:32:36 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:externals
-
old new 1 BuildTools https://projects.coin-or.org/svn/BuildTools/releases/0.8.0/2 ThirdParty/ASL https://projects.coin-or.org/svn/BuildTools/ThirdParty/ASL/stable/1.33 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/stable/1.44 ThirdParty/Lapack 1 BuildTools https://projects.coin-or.org/svn/BuildTools/stable/0.8 2 ThirdParty/ASL https://projects.coin-or.org/svn/BuildTools/ThirdParty/ASL/stable/1.3 3 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/stable/1.4 4 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/stable/1.5 5 5 ThirdParty/Metis https://projects.coin-or.org/svn/BuildTools/ThirdParty/Metis/stable/1.3 6 6 ThirdParty/Mumps https://projects.coin-or.org/svn/BuildTools/ThirdParty/Mumps/stable/1.5 7 ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/stable/1.10 8 Data/Netlib https://projects.coin-or.org/svn/Data/Netlib/releases/1.2.6/ 9 Data/Sample https://projects.coin-or.org/svn/Data/Sample/releases/1.2.10/ 10 CoinUtils https://projects.coin-or.org/svn/CoinUtils/stable/2.10/CoinUtils 11 Osi https://projects.coin-or.org/svn/Osi/stable/0.107/Osi 7 ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/stable/1.10 8 Data/Netlib https://projects.coin-or.org/svn/Data/Netlib/stable/1.2 9 Data/Sample https://projects.coin-or.org/svn/Data/Sample/stable/1.2 10 CoinUtils https://projects.coin-or.org/svn/CoinUtils/trunk/CoinUtils 11 Osi https://projects.coin-or.org/svn/Osi/trunk/Osi 12
-
- Property svn:externals
-
trunk/Clp/configure
r2090 r2092 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.16.3 # Generated by GNU Autoconf 2.59 for Clp trunk. 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.16'433 PACKAGE_STRING='Clp 1.16'432 PACKAGE_VERSION='trunk' 433 PACKAGE_STRING='Clp trunk' 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.16to adapt to many kinds of systems.1024 \`configure' configures Clp trunk 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.16:";;1090 short | recursive ) echo "Configuration of Clp trunk:";; 1091 1091 esac 1092 1092 cat <<\_ACEOF … … 1306 1306 if $ac_init_version; then 1307 1307 cat <<\_ACEOF 1308 Clp configure 1.161308 Clp configure trunk 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.16, which was1328 It was created by Clp $as_me trunk, which was 1329 1329 generated by GNU Autoconf 2.59. Invocation command line was 1330 1330 … … 4573 4573 # Define the identity of the package. 4574 4574 PACKAGE='clp' 4575 VERSION=' 1.16'4575 VERSION='trunk' 4576 4576 4577 4577 … … 32487 32487 cat >&5 <<_CSEOF 32488 32488 32489 This file was extended by Clp $as_me 1.16, which was32489 This file was extended by Clp $as_me trunk, which was 32490 32490 generated by GNU Autoconf 2.59. Invocation command line was 32491 32491 … … 32550 32550 cat >>$CONFIG_STATUS <<_ACEOF 32551 32551 ac_cs_version="\\ 32552 Clp config.status 1.1632552 Clp config.status trunk 32553 32553 configured by $0, generated by GNU Autoconf 2.59, 32554 32554 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
trunk/Clp/configure.ac
r2090 r2092 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Clp],[ 1.16],[clp@list.coin-or.org])15 AC_INIT([Clp],[trunk],[clp@list.coin-or.org]) 16 16 17 17 AC_COPYRIGHT([ -
trunk/Clp/src/config_clp_default.h
r2090 r2092 6 6 7 7 /* Version number of project */ 8 #define CLP_VERSION "1.16"8 #define CLP_VERSION "trunk" 9 9 10 10 /* Major Version number of project */ 11 #define CLP_VERSION_MAJOR 111 #define CLP_VERSION_MAJOR 9999 12 12 13 13 /* Minor Version number of project */ 14 #define CLP_VERSION_MINOR 1614 #define CLP_VERSION_MINOR 9999 15 15 16 16 /* Release Version number of project */ -
trunk/Dependencies
r2090 r2092 1 BuildTools https://projects.coin-or.org/svn/BuildTools/stable/0.82 ThirdParty/ASL https://projects.coin-or.org/svn/BuildTools/ThirdParty/ASL/stable/1.33 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/stable/1.44 ThirdParty/Lapack 1 BuildTools https://projects.coin-or.org/svn/BuildTools/stable/0.8 2 ThirdParty/ASL https://projects.coin-or.org/svn/BuildTools/ThirdParty/ASL/stable/1.3 3 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/stable/1.4 4 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/stable/1.5 5 5 ThirdParty/Metis https://projects.coin-or.org/svn/BuildTools/ThirdParty/Metis/stable/1.3 6 6 ThirdParty/Mumps https://projects.coin-or.org/svn/BuildTools/ThirdParty/Mumps/stable/1.5 7 ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/stable/1.108 Data/Netlib https://projects.coin-or.org/svn/Data/Netlib/stable/1.29 Data/Sample https://projects.coin-or.org/svn/Data/Sample/stable/1.210 CoinUtils https://projects.coin-or.org/svn/CoinUtils/stable/2.10/CoinUtils11 Osi https://projects.coin-or.org/svn/Osi/stable/0.107/Osi7 ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/stable/1.10 8 Data/Netlib https://projects.coin-or.org/svn/Data/Netlib/stable/1.2 9 Data/Sample https://projects.coin-or.org/svn/Data/Sample/stable/1.2 10 CoinUtils https://projects.coin-or.org/svn/CoinUtils/trunk/CoinUtils 11 Osi https://projects.coin-or.org/svn/Osi/trunk/Osi -
trunk/configure
r2090 r2092 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.16.4 # Generated by GNU Autoconf 2.59 for Clp trunk. 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.16'434 PACKAGE_STRING='Clp 1.16'433 PACKAGE_VERSION='trunk' 434 PACKAGE_STRING='Clp trunk' 435 435 PACKAGE_BUGREPORT='coin-clp@lists.coin-or.org' 436 436 … … 1034 1034 # This message is too long to be a string in the A/UX 3.1 sh. 1035 1035 cat <<_ACEOF 1036 \`configure' configures Clp 1.16to adapt to many kinds of systems.1036 \`configure' configures Clp trunk to adapt to many kinds of systems. 1037 1037 1038 1038 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1100 1100 if test -n "$ac_init_help"; then 1101 1101 case $ac_init_help in 1102 short | recursive ) echo "Configuration of Clp 1.16:";;1102 short | recursive ) echo "Configuration of Clp trunk:";; 1103 1103 esac 1104 1104 cat <<\_ACEOF … … 1308 1308 if $ac_init_version; then 1309 1309 cat <<\_ACEOF 1310 Clp configure 1.161310 Clp configure trunk 1311 1311 generated by GNU Autoconf 2.59 1312 1312 … … 1328 1328 running configure, to aid debugging if configure makes a mistake. 1329 1329 1330 It was created by Clp $as_me 1.16, which was1330 It was created by Clp $as_me trunk, which was 1331 1331 generated by GNU Autoconf 2.59. Invocation command line was 1332 1332 … … 5094 5094 # Define the identity of the package. 5095 5095 PACKAGE='clp' 5096 VERSION=' 1.16'5096 VERSION='trunk' 5097 5097 5098 5098 … … 22873 22873 cat >&5 <<_CSEOF 22874 22874 22875 This file was extended by Clp $as_me 1.16, which was22875 This file was extended by Clp $as_me trunk, which was 22876 22876 generated by GNU Autoconf 2.59. Invocation command line was 22877 22877 … … 22931 22931 cat >>$CONFIG_STATUS <<_ACEOF 22932 22932 ac_cs_version="\\ 22933 Clp config.status 1.1622933 Clp config.status trunk 22934 22934 configured by $0, generated by GNU Autoconf 2.59, 22935 22935 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
trunk/configure.ac
r2090 r2092 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Clp],[ 1.16],[coin-clp@lists.coin-or.org])15 AC_INIT([Clp],[trunk],[coin-clp@lists.coin-or.org]) 16 16 17 17 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.