Changeset 2633
- Timestamp:
- Jan 31, 2020 6:03:26 AM (12 months ago)
- Location:
- stable/1.17
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/1.17
- Property svn:externals
-
old new 1 BuildTools https://projects.coin-or.org/svn/BuildTools/releases/0.8.10/ 2 ThirdParty/ASL https://projects.coin-or.org/svn/BuildTools/ThirdParty/ASL/releases/1.4.2/ 3 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/releases/1.4.8/ 4 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/releases/1.6.1/ 5 ThirdParty/Metis https://projects.coin-or.org/svn/BuildTools/ThirdParty/Metis/releases/1.3.9/ 6 ThirdParty/Mumps https://projects.coin-or.org/svn/BuildTools/ThirdParty/Mumps/releases/1.6.2/ 7 ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/releases/1.10.7/ 8 Data/Netlib https://projects.coin-or.org/svn/Data/Netlib/releases/1.2.9/ 9 Data/Sample https://projects.coin-or.org/svn/Data/Sample/releases/1.2.12/ 10 CoinUtils https://projects.coin-or.org/svn/CoinUtils/releases/2.11.4/CoinUtils 11 Osi https://projects.coin-or.org/svn/Osi/releases/0.108.6/Osi 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.4 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.6 5 ThirdParty/Metis https://projects.coin-or.org/svn/BuildTools/ThirdParty/Metis/stable/1.3 6 ThirdParty/Mumps https://projects.coin-or.org/svn/BuildTools/ThirdParty/Mumps/stable/1.6 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/stable/2.11/CoinUtils 11 Osi https://projects.coin-or.org/svn/Osi/stable/0.108/Osi 12 13 14 15
-
- Property svn:externals
-
stable/1.17/Clp/configure
r2631 r2633 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.17. 4.3 # Generated by GNU Autoconf 2.59 for Clp 1.17. 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.17 .4'433 PACKAGE_STRING='Clp 1.17 .4'432 PACKAGE_VERSION='1.17' 433 PACKAGE_STRING='Clp 1.17' 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.17 .4to adapt to many kinds of systems.1024 \`configure' configures Clp 1.17 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.17 .4:";;1090 short | recursive ) echo "Configuration of Clp 1.17:";; 1091 1091 esac 1092 1092 cat <<\_ACEOF … … 1309 1309 if $ac_init_version; then 1310 1310 cat <<\_ACEOF 1311 Clp configure 1.17 .41311 Clp configure 1.17 1312 1312 generated by GNU Autoconf 2.59 1313 1313 … … 1329 1329 running configure, to aid debugging if configure makes a mistake. 1330 1330 1331 It was created by Clp $as_me 1.17 .4, which was1331 It was created by Clp $as_me 1.17, which was 1332 1332 generated by GNU Autoconf 2.59. Invocation command line was 1333 1333 … … 1855 1855 1856 1856 # Capture libtool library version, if given. 1857 coin_libversion=15:4:14 1857 1858 1858 1859 1859 … … 4562 4562 # Define the identity of the package. 4563 4563 PACKAGE='clp' 4564 VERSION='1.17 .4'4564 VERSION='1.17' 4565 4565 4566 4566 … … 32956 32956 cat >&5 <<_CSEOF 32957 32957 32958 This file was extended by Clp $as_me 1.17 .4, which was32958 This file was extended by Clp $as_me 1.17, which was 32959 32959 generated by GNU Autoconf 2.59. Invocation command line was 32960 32960 … … 33019 33019 cat >>$CONFIG_STATUS <<_ACEOF 33020 33020 ac_cs_version="\\ 33021 Clp config.status 1.17 .433021 Clp config.status 1.17 33022 33022 configured by $0, generated by GNU Autoconf 2.59, 33023 33023 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
stable/1.17/Clp/configure.ac
r2631 r2633 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Clp],[1.17 .4],[clp@list.coin-or.org])15 AC_INIT([Clp],[1.17],[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 ,15:4:14)44 AC_COIN_PROJECTDIR_INIT(Clp) 45 45 46 46 # Check if user wants to produce debugging code -
stable/1.17/Clp/src/config_clp_default.h
r2631 r2633 6 6 7 7 /* Version number of project */ 8 #define CLP_VERSION "1.17 .4"8 #define CLP_VERSION "1.17" 9 9 10 10 /* Major Version number of project */ … … 15 15 16 16 /* Release Version number of project */ 17 #define CLP_VERSION_RELEASE 417 #define CLP_VERSION_RELEASE 9999 18 18 19 19 /* vi: softtabstop=2 shiftwidth=2 expandtab tabstop=2 -
stable/1.17/Dependencies
r2631 r2633 1 BuildTools https://projects.coin-or.org/svn/BuildTools/releases/0.8.10/2 ThirdParty/ASL https://projects.coin-or.org/svn/BuildTools/ThirdParty/ASL/releases/1.4.2/3 ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/releases/1.4.8/4 ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/releases/1.6.1/5 ThirdParty/Metis https://projects.coin-or.org/svn/BuildTools/ThirdParty/Metis/ releases/1.3.9/6 ThirdParty/Mumps https://projects.coin-or.org/svn/BuildTools/ThirdParty/Mumps/ releases/1.6.2/7 ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/releases/1.10.7/8 Data/Netlib https://projects.coin-or.org/svn/Data/Netlib/releases/1.2.9/9 Data/Sample https://projects.coin-or.org/svn/Data/Sample/releases/1.2.12/10 CoinUtils https://projects.coin-or.org/svn/CoinUtils/releases/2.11.4/CoinUtils11 Osi https://projects.coin-or.org/svn/Osi/releases/0.108.6/Osi1 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.4 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.6 5 ThirdParty/Metis https://projects.coin-or.org/svn/BuildTools/ThirdParty/Metis/stable/1.3 6 ThirdParty/Mumps https://projects.coin-or.org/svn/BuildTools/ThirdParty/Mumps/stable/1.6 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/stable/2.11/CoinUtils 11 Osi https://projects.coin-or.org/svn/Osi/stable/0.108/Osi -
stable/1.17/configure
r2631 r2633 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.17. 4.4 # Generated by GNU Autoconf 2.59 for Clp 1.17. 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.17 .4'434 PACKAGE_STRING='Clp 1.17 .4'433 PACKAGE_VERSION='1.17' 434 PACKAGE_STRING='Clp 1.17' 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.17 .4to adapt to many kinds of systems.1036 \`configure' configures Clp 1.17 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.17 .4:";;1102 short | recursive ) echo "Configuration of Clp 1.17:";; 1103 1103 esac 1104 1104 cat <<\_ACEOF … … 1311 1311 if $ac_init_version; then 1312 1312 cat <<\_ACEOF 1313 Clp configure 1.17 .41313 Clp configure 1.17 1314 1314 generated by GNU Autoconf 2.59 1315 1315 … … 1331 1331 running configure, to aid debugging if configure makes a mistake. 1332 1332 1333 It was created by Clp $as_me 1.17 .4, which was1333 It was created by Clp $as_me 1.17, which was 1334 1334 generated by GNU Autoconf 2.59. Invocation command line was 1335 1335 … … 5088 5088 # Define the identity of the package. 5089 5089 PACKAGE='clp' 5090 VERSION='1.17 .4'5090 VERSION='1.17' 5091 5091 5092 5092 … … 22967 22967 cat >&5 <<_CSEOF 22968 22968 22969 This file was extended by Clp $as_me 1.17 .4, which was22969 This file was extended by Clp $as_me 1.17, which was 22970 22970 generated by GNU Autoconf 2.59. Invocation command line was 22971 22971 … … 23025 23025 cat >>$CONFIG_STATUS <<_ACEOF 23026 23026 ac_cs_version="\\ 23027 Clp config.status 1.17 .423027 Clp config.status 1.17 23028 23028 configured by $0, generated by GNU Autoconf 2.59, 23029 23029 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
stable/1.17/configure.ac
r2631 r2633 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([Clp],[1.17 .4],[coin-clp@lists.coin-or.org])15 AC_INIT([Clp],[1.17],[coin-clp@lists.coin-or.org]) 16 16 17 17 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.