From 4a9e71a6ca57d7513ebc954bf6acf8f96c3a7774 Mon Sep 17 00:00:00 2001 From: Stefan Vigerske Date: Mon, 3 Feb 2020 13:32:11 +0000 Subject: [PATCH] temporarily committing release candidate --- Clp/configure | 22 +++++++++++----------- Clp/configure.ac | 4 ++-- Clp/src/config_clp_default.h | 4 ++-- Dependencies | 22 +++++++++++----------- configure | 20 ++++++++++---------- configure.ac | 2 +- 6 files changed, 37 insertions(+), 37 deletions(-) diff --git a/Clp/configure b/Clp/configure index 25c8e3bd3..0f4d5ed11 100755 --- a/Clp/configure +++ b/Clp/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for Clp 1.17. +# Generated by GNU Autoconf 2.59 for Clp 1.17.5. # # Report bugs to . # @@ -429,8 +429,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='Clp' PACKAGE_TARNAME='clp' -PACKAGE_VERSION='1.17' -PACKAGE_STRING='Clp 1.17' +PACKAGE_VERSION='1.17.5' +PACKAGE_STRING='Clp 1.17.5' PACKAGE_BUGREPORT='clp@list.coin-or.org' ac_unique_file="src/ClpSimplex.cpp" @@ -1021,7 +1021,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Clp 1.17 to adapt to many kinds of systems. +\`configure' configures Clp 1.17.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1087,7 +1087,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Clp 1.17:";; + short | recursive ) echo "Configuration of Clp 1.17.5:";; esac cat <<\_ACEOF @@ -1308,7 +1308,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -Clp configure 1.17 +Clp configure 1.17.5 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1328,7 +1328,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Clp $as_me 1.17, which was +It was created by Clp $as_me 1.17.5, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1854,7 +1854,7 @@ _ACEOF # Capture libtool library version, if given. - + coin_libversion=15:5:14 @@ -4561,7 +4561,7 @@ fi # Define the identity of the package. PACKAGE='clp' - VERSION='1.17' + VERSION='1.17.5' cat >>confdefs.h <<_ACEOF @@ -32955,7 +32955,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by Clp $as_me 1.17, which was +This file was extended by Clp $as_me 1.17.5, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -33018,7 +33018,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -Clp config.status 1.17 +Clp config.status 1.17.5 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/Clp/configure.ac b/Clp/configure.ac index b67206fd3..0452877a7 100644 --- a/Clp/configure.ac +++ b/Clp/configure.ac @@ -12,7 +12,7 @@ AC_PREREQ(2.59) -AC_INIT([Clp],[1.17],[clp@list.coin-or.org]) +AC_INIT([Clp],[1.17.5],[clp@list.coin-or.org]) AC_COPYRIGHT([ Copyright 2006 International Business Machines and others. @@ -41,7 +41,7 @@ AC_CANONICAL_BUILD # the source root directory contains definition of where to find those # externals. The following macro ensures that those externals are # retrieved by svn if they are not there yet. -AC_COIN_PROJECTDIR_INIT(Clp) +AC_COIN_PROJECTDIR_INIT(Clp,15:5:14) # Check if user wants to produce debugging code AC_COIN_DEBUG_COMPILE(Clp) diff --git a/Clp/src/config_clp_default.h b/Clp/src/config_clp_default.h index 784cfe4fa..8363485ff 100644 --- a/Clp/src/config_clp_default.h +++ b/Clp/src/config_clp_default.h @@ -5,7 +5,7 @@ /***************************************************************************/ /* Version number of project */ -#define CLP_VERSION "1.17" +#define CLP_VERSION "1.17.5" /* Major Version number of project */ #define CLP_VERSION_MAJOR 1 @@ -14,7 +14,7 @@ #define CLP_VERSION_MINOR 17 /* Release Version number of project */ -#define CLP_VERSION_RELEASE 9999 +#define CLP_VERSION_RELEASE 5 /* vi: softtabstop=2 shiftwidth=2 expandtab tabstop=2 */ diff --git a/Dependencies b/Dependencies index c45adc9bb..b2bd51114 100644 --- a/Dependencies +++ b/Dependencies @@ -1,11 +1,11 @@ -BuildTools https://projects.coin-or.org/svn/BuildTools/stable/0.8 -ThirdParty/ASL https://projects.coin-or.org/svn/BuildTools/ThirdParty/ASL/stable/1.4 -ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/stable/1.4 -ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/stable/1.6 -ThirdParty/Metis https://projects.coin-or.org/svn/BuildTools/ThirdParty/Metis/stable/1.3 -ThirdParty/Mumps https://projects.coin-or.org/svn/BuildTools/ThirdParty/Mumps/stable/1.6 -ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/stable/1.10 -Data/Netlib https://projects.coin-or.org/svn/Data/Netlib/stable/1.2 -Data/Sample https://projects.coin-or.org/svn/Data/Sample/stable/1.2 -CoinUtils https://projects.coin-or.org/svn/CoinUtils/stable/2.11/CoinUtils -Osi https://projects.coin-or.org/svn/Osi/stable/0.108/Osi +BuildTools https://projects.coin-or.org/svn/BuildTools/releases/0.8.10/ +ThirdParty/ASL https://projects.coin-or.org/svn/BuildTools/ThirdParty/ASL/releases/1.4.2/ +ThirdParty/Blas https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/releases/1.4.8/ +ThirdParty/Lapack https://projects.coin-or.org/svn/BuildTools/ThirdParty/Lapack/releases/1.6.1/ +ThirdParty/Metis https://projects.coin-or.org/svn/BuildTools/ThirdParty/Metis/releases/1.3.9/ +ThirdParty/Mumps https://projects.coin-or.org/svn/BuildTools/ThirdParty/Mumps/releases/1.6.2/ +ThirdParty/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/releases/1.10.7/ +Data/Netlib https://projects.coin-or.org/svn/Data/Netlib/releases/1.2.9/ +Data/Sample https://projects.coin-or.org/svn/Data/Sample/releases/1.2.12/ +CoinUtils https://projects.coin-or.org/svn/CoinUtils/releases/2.11.4/CoinUtils +Osi https://projects.coin-or.org/svn/Osi/releases/0.108.6/Osi diff --git a/configure b/configure index a10ab9dd7..f475ae959 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh # From configure.ac 0.9. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for Clp 1.17. +# Generated by GNU Autoconf 2.59 for Clp 1.17.5. # # Report bugs to . # @@ -430,8 +430,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='Clp' PACKAGE_TARNAME='clp' -PACKAGE_VERSION='1.17' -PACKAGE_STRING='Clp 1.17' +PACKAGE_VERSION='1.17.5' +PACKAGE_STRING='Clp 1.17.5' PACKAGE_BUGREPORT='coin-clp@lists.coin-or.org' ac_unique_file="configure.ac" @@ -1033,7 +1033,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Clp 1.17 to adapt to many kinds of systems. +\`configure' configures Clp 1.17.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1099,7 +1099,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Clp 1.17:";; + short | recursive ) echo "Configuration of Clp 1.17.5:";; esac cat <<\_ACEOF @@ -1310,7 +1310,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -Clp configure 1.17 +Clp configure 1.17.5 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1330,7 +1330,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Clp $as_me 1.17, which was +It was created by Clp $as_me 1.17.5, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -5087,7 +5087,7 @@ fi # Define the identity of the package. PACKAGE='clp' - VERSION='1.17' + VERSION='1.17.5' cat >>confdefs.h <<_ACEOF @@ -22966,7 +22966,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by Clp $as_me 1.17, which was +This file was extended by Clp $as_me 1.17.5, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -23024,7 +23024,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -Clp config.status 1.17 +Clp config.status 1.17.5 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 509c26177..47bb687fb 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_PREREQ(2.59) -AC_INIT([Clp],[1.17],[coin-clp@lists.coin-or.org]) +AC_INIT([Clp],[1.17.5],[coin-clp@lists.coin-or.org]) AC_COPYRIGHT([ Copyright 2006 International Business Machines and others.