-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
temporarily committing release candidate
- Loading branch information
Showing
6 changed files
with
39 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! /bin/sh | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.59 for Cbc 2.10. | ||
# Generated by GNU Autoconf 2.59 for Cbc 2.10.5. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -429,8 +429,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} | |
# Identity of this package. | ||
PACKAGE_NAME='Cbc' | ||
PACKAGE_TARNAME='cbc' | ||
PACKAGE_VERSION='2.10' | ||
PACKAGE_STRING='Cbc 2.10' | ||
PACKAGE_VERSION='2.10.5' | ||
PACKAGE_STRING='Cbc 2.10.5' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
|
||
ac_unique_file="src/CbcTree.hpp" | ||
|
@@ -1005,7 +1005,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 Cbc 2.10 to adapt to many kinds of systems. | ||
\`configure' configures Cbc 2.10.5 to adapt to many kinds of systems. | ||
|
||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
||
|
@@ -1071,7 +1071,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of Cbc 2.10:";; | ||
short | recursive ) echo "Configuration of Cbc 2.10.5:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
||
|
@@ -1318,7 +1318,7 @@ fi | |
test -n "$ac_init_help" && exit 0 | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
Cbc configure 2.10 | ||
Cbc configure 2.10.5 | ||
generated by GNU Autoconf 2.59 | ||
|
||
Copyright (C) 2003 Free Software Foundation, Inc. | ||
|
@@ -1338,7 +1338,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 Cbc $as_me 2.10, which was | ||
It was created by Cbc $as_me 2.10.5, which was | ||
generated by GNU Autoconf 2.59. Invocation command line was | ||
|
||
$ $0 $@ | ||
|
@@ -1864,7 +1864,7 @@ _ACEOF | |
|
||
|
||
# Capture libtool library version, if given. | ||
|
||
coin_libversion=13:5:10 | ||
|
||
|
||
|
||
|
@@ -4571,7 +4571,7 @@ fi | |
|
||
# Define the identity of the package. | ||
PACKAGE='cbc' | ||
VERSION='2.10' | ||
VERSION='2.10.5' | ||
|
||
|
||
cat >>confdefs.h <<_ACEOF | ||
|
@@ -32533,7 +32533,7 @@ _ASBOX | |
} >&5 | ||
cat >&5 <<_CSEOF | ||
|
||
This file was extended by Cbc $as_me 2.10, which was | ||
This file was extended by Cbc $as_me 2.10.5, which was | ||
generated by GNU Autoconf 2.59. Invocation command line was | ||
|
||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -32596,7 +32596,7 @@ _ACEOF | |
|
||
cat >>$CONFIG_STATUS <<_ACEOF | ||
ac_cs_version="\\ | ||
Cbc config.status 2.10 | ||
Cbc config.status 2.10.5 | ||
configured by $0, generated by GNU Autoconf 2.59, | ||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
|
||
AC_PREREQ(2.59) | ||
|
||
AC_INIT([Cbc],[2.10],[[email protected]]) | ||
AC_INIT([Cbc],[2.10.5],[[email protected]]) | ||
|
||
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(Cbc) | ||
AC_COIN_PROJECTDIR_INIT(Cbc,13:5:10) | ||
|
||
# Check if user wants to produce debugging code | ||
AC_COIN_DEBUG_COMPILE(Cbc) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
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/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/stable/1.10 | ||
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 | ||
Data/Sample https://projects.coin-or.org/svn/Data/Sample/stable/1.2 | ||
Data/miplib3 https://projects.coin-or.org/svn/Data/miplib3/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 | ||
Clp https://projects.coin-or.org/svn/Clp/stable/1.17/Clp | ||
Cgl https://projects.coin-or.org/svn/Cgl/stable/0.60/Cgl | ||
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/Glpk https://projects.coin-or.org/svn/BuildTools/ThirdParty/Glpk/releases/1.10.7/ | ||
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/ | ||
Data/Sample https://projects.coin-or.org/svn/Data/Sample/releases/1.2.12/ | ||
Data/miplib3 https://projects.coin-or.org/svn/Data/miplib3/releases/1.2.8/ | ||
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 | ||
Clp https://projects.coin-or.org/svn/Clp/releases/1.17.5/Clp | ||
Cgl https://projects.coin-or.org/svn/Cgl/releases/0.60.3/Cgl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 Cbc 2.10. | ||
# Generated by GNU Autoconf 2.59 for Cbc 2.10.5. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -430,8 +430,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} | |
# Identity of this package. | ||
PACKAGE_NAME='Cbc' | ||
PACKAGE_TARNAME='cbc' | ||
PACKAGE_VERSION='2.10' | ||
PACKAGE_STRING='Cbc 2.10' | ||
PACKAGE_VERSION='2.10.5' | ||
PACKAGE_STRING='Cbc 2.10.5' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
|
||
ac_unique_file="configure.ac" | ||
|
@@ -1038,7 +1038,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 Cbc 2.10 to adapt to many kinds of systems. | ||
\`configure' configures Cbc 2.10.5 to adapt to many kinds of systems. | ||
|
||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
||
|
@@ -1104,7 +1104,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of Cbc 2.10:";; | ||
short | recursive ) echo "Configuration of Cbc 2.10.5:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
||
|
@@ -1330,7 +1330,7 @@ fi | |
test -n "$ac_init_help" && exit 0 | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
Cbc configure 2.10 | ||
Cbc configure 2.10.5 | ||
generated by GNU Autoconf 2.59 | ||
|
||
Copyright (C) 2003 Free Software Foundation, Inc. | ||
|
@@ -1350,7 +1350,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 Cbc $as_me 2.10, which was | ||
It was created by Cbc $as_me 2.10.5, which was | ||
generated by GNU Autoconf 2.59. Invocation command line was | ||
|
||
$ $0 $@ | ||
|
@@ -5107,7 +5107,7 @@ fi | |
|
||
# Define the identity of the package. | ||
PACKAGE='cbc' | ||
VERSION='2.10' | ||
VERSION='2.10.5' | ||
|
||
|
||
cat >>confdefs.h <<_ACEOF | ||
|
@@ -23550,7 +23550,7 @@ _ASBOX | |
} >&5 | ||
cat >&5 <<_CSEOF | ||
|
||
This file was extended by Cbc $as_me 2.10, which was | ||
This file was extended by Cbc $as_me 2.10.5, which was | ||
generated by GNU Autoconf 2.59. Invocation command line was | ||
|
||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -23608,7 +23608,7 @@ _ACEOF | |
|
||
cat >>$CONFIG_STATUS <<_ACEOF | ||
ac_cs_version="\\ | ||
Cbc config.status 2.10 | ||
Cbc config.status 2.10.5 | ||
configured by $0, generated by GNU Autoconf 2.59, | ||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
|
||
AC_PREREQ(2.59) | ||
|
||
AC_INIT([Cbc],[2.10],[[email protected]]) | ||
AC_INIT([Cbc],[2.10.5],[[email protected]]) | ||
|
||
AC_COPYRIGHT([ | ||
Copyright 2006 International Business Machines and others. | ||
|