From 0262763cdd8f77f1ea6ec506c4b5ccae19b4451c Mon Sep 17 00:00:00 2001 From: Ted Ralphs Date: Wed, 27 Mar 2024 09:53:39 -0400 Subject: [PATCH] version number updates for release 0.94.13 --- Blis/configure | 26 +++++++++++++------------- Blis/configure.ac | 4 ++-- README.md | 10 +++++----- configure | 24 ++++++++++++------------ configure.ac | 2 +- 5 files changed, 33 insertions(+), 33 deletions(-) diff --git a/Blis/configure b/Blis/configure index d5060ddd..128c952c 100755 --- a/Blis/configure +++ b/Blis/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for Blis 0.94. +# Generated by GNU Autoconf 2.59 for Blis 0.94.13. # # Report bugs to . # @@ -448,8 +448,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='Blis' PACKAGE_TARNAME='blis' -PACKAGE_VERSION='0.94' -PACKAGE_STRING='Blis 0.94' +PACKAGE_VERSION='0.94.13' +PACKAGE_STRING='Blis 0.94.13' PACKAGE_BUGREPORT='https://github.com/coin-or/CHiPPS-BLIS/issues/new' ac_unique_file="src/BlisModel.h" @@ -1028,7 +1028,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 Blis 0.94 to adapt to many kinds of systems. +\`configure' configures Blis 0.94.13 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1094,7 +1094,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Blis 0.94:";; + short | recursive ) echo "Configuration of Blis 0.94.13:";; esac cat <<\_ACEOF @@ -1280,7 +1280,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -Blis configure 0.94 +Blis configure 0.94.13 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1319,7 +1319,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 Blis $as_me 0.94, which was +It was created by Blis $as_me 0.94.13, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1845,7 +1845,7 @@ _ACEOF # Capture libtool library version, if given. - + coin_libversion=8:13:7 @@ -4560,7 +4560,7 @@ fi # Define the identity of the package. PACKAGE='blis' - VERSION='0.94' + VERSION='0.94.13' cat >>confdefs.h <<_ACEOF @@ -22569,7 +22569,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by Blis $as_me 0.94, which was +This file was extended by Blis $as_me 0.94.13, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -22635,7 +22635,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -Blis config.status 0.94 +Blis config.status 0.94.13 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -23904,8 +23904,8 @@ echo "$as_me: error: cannot create directory $dir" >&2;} done fi - { echo "$as_me:$LINENO: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting" >&5 -echo "$as_me: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting" >&6;} + { echo "$as_me:$LINENO: In case of trouble, first consult the troubleshooting page at https://github.com/coin-or-tools/BuildTools/wiki/user-troubleshooting" >&5 +echo "$as_me: In case of trouble, first consult the troubleshooting page at https://github.com/coin-or-tools/BuildTools/wiki/user-troubleshooting" >&6;} if test x$coin_projectdir = xyes; then { echo "$as_me:$LINENO: Configuration of $PACKAGE_NAME successful" >&5 echo "$as_me: Configuration of $PACKAGE_NAME successful" >&6;} diff --git a/Blis/configure.ac b/Blis/configure.ac index 6e988f67..94d57778 100644 --- a/Blis/configure.ac +++ b/Blis/configure.ac @@ -29,7 +29,7 @@ AC_PREREQ(2.59) -AC_INIT([Blis],[0.94],[https://github.com/coin-or/CHiPPS-BLIS/issues/new]) +AC_INIT([Blis],[0.94.13],[https://github.com/coin-or/CHiPPS-BLIS/issues/new]) AC_COPYRIGHT([ #==========================================================================# @@ -77,7 +77,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(Blis) +AC_COIN_PROJECTDIR_INIT(Blis,8:13:7) # Check if user wants to produce debugging code AC_COIN_DEBUG_COMPILE(Blis) diff --git a/README.md b/README.md index ec542b88..fd489078 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Blis 0.94 +# Blis 0.94.13 [![A COIN-OR Project](https://coin-or.github.io/coin-or-badge.png)](https://www.coin-or.org) @@ -32,9 +32,9 @@ Paper: http://dx.doi.org/10.1287/ijoc.1090.0347 ## CURRENT BUILD STATUS -[![Windows Builds](https://github.com/coin-or/CHiPPS-BLIS/actions/workflows/windows-ci.yml/badge.svg?branch=stable/0.94)](https://github.com/coin-or/CHiPPS-BLIS/actions/workflows/windows-ci.yml?query=branch%3Astable/0.94) +[![Windows Builds](https://github.com/coin-or/CHiPPS-BLIS/actions/workflows/windows-ci.yml/badge.svg?branch=releases/0.94.13)](https://github.com/coin-or/CHiPPS-BLIS/actions/workflows/windows-ci.yml?query=branch%3Areleases/0.94.13) -[![Linux and MacOS Builds](https://github.com/coin-or/CHiPPS-BLIS/actions/workflows/linux-ci.yml/badge.svg?branch=stable/0.94)](https://github.com/coin-or/CHiPPS-BLIS/actions/workflows/linux-ci.yml?query=branch%3Astable/0.94) +[![Linux and MacOS Builds](https://github.com/coin-or/CHiPPS-BLIS/actions/workflows/linux-ci.yml/badge.svg?branch=releases/0.94.13)](https://github.com/coin-or/CHiPPS-BLIS/actions/workflows/linux-ci.yml?query=branch%3Areleases/0.94.13) ## DOWNLOAD @@ -92,7 +92,7 @@ following on the command line. ``` wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew chmod u+x coinbrew -./coinbrew fetch Blis@0.94 +./coinbrew fetch Blis@0.94.13 ./coinbrew build Blis ``` For more detailed instructions on coinbrew, see https://coin-or.github.io/coinbrew. @@ -132,7 +132,7 @@ If you have `Doxygen` available, you can build a HTML documentation by typing `make doxydoc` in the build directory. If Blis was built via `coinbrew`, then the build -directory will be `./build/CHiPPS-BLIS/0.94` by default. The doxygen documentation main file +directory will be `./build/CHiPPS-BLIS/0.94.13` by default. The doxygen documentation main file is found at `/doxydoc/html/index.html`. If you don't have `doxygen` installed locally, you can use also find the diff --git a/configure b/configure index 5b4b90fc..3348deab 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 Blis 0.94. +# Generated by GNU Autoconf 2.59 for Blis 0.94.13. # # Report bugs to . # @@ -449,8 +449,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='Blis' PACKAGE_TARNAME='blis' -PACKAGE_VERSION='0.94' -PACKAGE_STRING='Blis 0.94' +PACKAGE_VERSION='0.94.13' +PACKAGE_STRING='Blis 0.94.13' PACKAGE_BUGREPORT='https://github.com/coin-or/CHiPPS-BLIS/issues/new' ac_unique_file="configure.ac" @@ -1056,7 +1056,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 Blis 0.94 to adapt to many kinds of systems. +\`configure' configures Blis 0.94.13 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1122,7 +1122,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Blis 0.94:";; + short | recursive ) echo "Configuration of Blis 0.94.13:";; esac cat <<\_ACEOF @@ -1335,7 +1335,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -Blis configure 0.94 +Blis configure 0.94.13 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1374,7 +1374,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 Blis $as_me 0.94, which was +It was created by Blis $as_me 0.94.13, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -5132,7 +5132,7 @@ fi # Define the identity of the package. PACKAGE='blis' - VERSION='0.94' + VERSION='0.94.13' cat >>confdefs.h <<_ACEOF @@ -22974,7 +22974,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by Blis $as_me 0.94, which was +This file was extended by Blis $as_me 0.94.13, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -23032,7 +23032,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -Blis config.status 0.94 +Blis config.status 0.94.13 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" @@ -24055,8 +24055,8 @@ echo "$as_me: error: cannot create directory $dir" >&2;} done fi - { echo "$as_me:$LINENO: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting" >&5 -echo "$as_me: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting" >&6;} + { echo "$as_me:$LINENO: In case of trouble, first consult the troubleshooting page at https://github.com/coin-or-tools/BuildTools/wiki/user-troubleshooting" >&5 +echo "$as_me: In case of trouble, first consult the troubleshooting page at https://github.com/coin-or-tools/BuildTools/wiki/user-troubleshooting" >&6;} if test x$coin_projectdir = xyes; then { echo "$as_me:$LINENO: Configuration of $PACKAGE_NAME successful" >&5 echo "$as_me: Configuration of $PACKAGE_NAME successful" >&6;} diff --git a/configure.ac b/configure.ac index c1bb10a6..29a69981 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_PREREQ(2.59) -AC_INIT([Blis],[0.94],[https://github.com/coin-or/CHiPPS-BLIS/issues/new]) +AC_INIT([Blis],[0.94.13],[https://github.com/coin-or/CHiPPS-BLIS/issues/new]) AC_COPYRIGHT([ #==========================================================================#