Skip to content

Commit f9289ea

Browse files
committed
restoring Clp/stable/1.17
1 parent 227e005 commit f9289ea

6 files changed

+37
-37
lines changed

Clp/configure

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# 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.
44
#
55
# Report bugs to <clp@list.coin-or.org>.
66
#
@@ -429,8 +429,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
429429
# Identity of this package.
430430
PACKAGE_NAME='Clp'
431431
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'
434434
PACKAGE_BUGREPORT='clp@list.coin-or.org'
435435

436436
ac_unique_file="src/ClpSimplex.cpp"
@@ -1021,7 +1021,7 @@ if test "$ac_init_help" = "long"; then
10211021
# Omit some internal or obsolete options to make the list less imposing.
10221022
# This message is too long to be a string in the A/UX 3.1 sh.
10231023
cat <<_ACEOF
1024-
\`configure' configures Clp 1.17.4 to adapt to many kinds of systems.
1024+
\`configure' configures Clp 1.17 to adapt to many kinds of systems.
10251025

10261026
Usage: $0 [OPTION]... [VAR=VALUE]...
10271027

@@ -1087,7 +1087,7 @@ fi
10871087

10881088
if test -n "$ac_init_help"; then
10891089
case $ac_init_help in
1090-
short | recursive ) echo "Configuration of Clp 1.17.4:";;
1090+
short | recursive ) echo "Configuration of Clp 1.17:";;
10911091
esac
10921092
cat <<\_ACEOF
10931093

@@ -1308,7 +1308,7 @@ fi
13081308
test -n "$ac_init_help" && exit 0
13091309
if $ac_init_version; then
13101310
cat <<\_ACEOF
1311-
Clp configure 1.17.4
1311+
Clp configure 1.17
13121312
generated by GNU Autoconf 2.59
13131313

13141314
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1328,7 +1328,7 @@ cat >&5 <<_ACEOF
13281328
This file contains any messages produced by compilers while
13291329
running configure, to aid debugging if configure makes a mistake.
13301330

1331-
It was created by Clp $as_me 1.17.4, which was
1331+
It was created by Clp $as_me 1.17, which was
13321332
generated by GNU Autoconf 2.59. Invocation command line was
13331333

13341334
$ $0 $@
@@ -1854,7 +1854,7 @@ _ACEOF
18541854

18551855

18561856
# Capture libtool library version, if given.
1857-
coin_libversion=15:4:14
1857+
18581858

18591859

18601860

@@ -4561,7 +4561,7 @@ fi
45614561

45624562
# Define the identity of the package.
45634563
PACKAGE='clp'
4564-
VERSION='1.17.4'
4564+
VERSION='1.17'
45654565

45664566

45674567
cat >>confdefs.h <<_ACEOF
@@ -32955,7 +32955,7 @@ _ASBOX
3295532955
} >&5
3295632956
cat >&5 <<_CSEOF
3295732957

32958-
This file was extended by Clp $as_me 1.17.4, which was
32958+
This file was extended by Clp $as_me 1.17, which was
3295932959
generated by GNU Autoconf 2.59. Invocation command line was
3296032960

3296132961
CONFIG_FILES = $CONFIG_FILES
@@ -33018,7 +33018,7 @@ _ACEOF
3301833018

3301933019
cat >>$CONFIG_STATUS <<_ACEOF
3302033020
ac_cs_version="\\
33021-
Clp config.status 1.17.4
33021+
Clp config.status 1.17
3302233022
configured by $0, generated by GNU Autoconf 2.59,
3302333023
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
3302433024

Clp/configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
AC_PREREQ(2.59)
1414

15-
AC_INIT([Clp],[1.17.4],[clp@list.coin-or.org])
15+
AC_INIT([Clp],[1.17],[clp@list.coin-or.org])
1616

1717
AC_COPYRIGHT([
1818
Copyright 2006 International Business Machines and others.
@@ -41,7 +41,7 @@ AC_CANONICAL_BUILD
4141
# the source root directory contains definition of where to find those
4242
# externals. The following macro ensures that those externals are
4343
# retrieved by svn if they are not there yet.
44-
AC_COIN_PROJECTDIR_INIT(Clp,15:4:14)
44+
AC_COIN_PROJECTDIR_INIT(Clp)
4545

4646
# Check if user wants to produce debugging code
4747
AC_COIN_DEBUG_COMPILE(Clp)

Clp/src/config_clp_default.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/***************************************************************************/
66

77
/* Version number of project */
8-
#define CLP_VERSION "1.17.4"
8+
#define CLP_VERSION "1.17"
99

1010
/* Major Version number of project */
1111
#define CLP_VERSION_MAJOR 1
@@ -14,7 +14,7 @@
1414
#define CLP_VERSION_MINOR 17
1515

1616
/* Release Version number of project */
17-
#define CLP_VERSION_RELEASE 4
17+
#define CLP_VERSION_RELEASE 9999
1818

1919
/* vi: softtabstop=2 shiftwidth=2 expandtab tabstop=2
2020
*/

Dependencies

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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

configure

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
22
# From configure.ac 0.9.
33
# 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.
55
#
66
# Report bugs to <coin-clp@lists.coin-or.org>.
77
#
@@ -430,8 +430,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
430430
# Identity of this package.
431431
PACKAGE_NAME='Clp'
432432
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'
435435
PACKAGE_BUGREPORT='coin-clp@lists.coin-or.org'
436436

437437
ac_unique_file="configure.ac"
@@ -1033,7 +1033,7 @@ if test "$ac_init_help" = "long"; then
10331033
# Omit some internal or obsolete options to make the list less imposing.
10341034
# This message is too long to be a string in the A/UX 3.1 sh.
10351035
cat <<_ACEOF
1036-
\`configure' configures Clp 1.17.4 to adapt to many kinds of systems.
1036+
\`configure' configures Clp 1.17 to adapt to many kinds of systems.
10371037

10381038
Usage: $0 [OPTION]... [VAR=VALUE]...
10391039

@@ -1099,7 +1099,7 @@ fi
10991099

11001100
if test -n "$ac_init_help"; then
11011101
case $ac_init_help in
1102-
short | recursive ) echo "Configuration of Clp 1.17.4:";;
1102+
short | recursive ) echo "Configuration of Clp 1.17:";;
11031103
esac
11041104
cat <<\_ACEOF
11051105

@@ -1310,7 +1310,7 @@ fi
13101310
test -n "$ac_init_help" && exit 0
13111311
if $ac_init_version; then
13121312
cat <<\_ACEOF
1313-
Clp configure 1.17.4
1313+
Clp configure 1.17
13141314
generated by GNU Autoconf 2.59
13151315

13161316
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1330,7 +1330,7 @@ cat >&5 <<_ACEOF
13301330
This file contains any messages produced by compilers while
13311331
running configure, to aid debugging if configure makes a mistake.
13321332

1333-
It was created by Clp $as_me 1.17.4, which was
1333+
It was created by Clp $as_me 1.17, which was
13341334
generated by GNU Autoconf 2.59. Invocation command line was
13351335

13361336
$ $0 $@
@@ -5087,7 +5087,7 @@ fi
50875087

50885088
# Define the identity of the package.
50895089
PACKAGE='clp'
5090-
VERSION='1.17.4'
5090+
VERSION='1.17'
50915091

50925092

50935093
cat >>confdefs.h <<_ACEOF
@@ -22966,7 +22966,7 @@ _ASBOX
2296622966
} >&5
2296722967
cat >&5 <<_CSEOF
2296822968

22969-
This file was extended by Clp $as_me 1.17.4, which was
22969+
This file was extended by Clp $as_me 1.17, which was
2297022970
generated by GNU Autoconf 2.59. Invocation command line was
2297122971

2297222972
CONFIG_FILES = $CONFIG_FILES
@@ -23024,7 +23024,7 @@ _ACEOF
2302423024

2302523025
cat >>$CONFIG_STATUS <<_ACEOF
2302623026
ac_cs_version="\\
23027-
Clp config.status 1.17.4
23027+
Clp config.status 1.17
2302823028
configured by $0, generated by GNU Autoconf 2.59,
2302923029
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2303023030

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
AC_PREREQ(2.59)
1414

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])
1616

1717
AC_COPYRIGHT([
1818
Copyright 2006 International Business Machines and others.

0 commit comments

Comments
 (0)