annotate src/glpk-1-fixes.patch @ 3270:7ecd056f09a6

Update glpk to 4.52.1 * index.html: update glpk-version to 5.52.1 * src/glpk.ml: update checksum. * src/glpk-1-fixes.patch: update for latest sources.
author John Donoghue <john.donoghue@ieee.org>
date Thu, 17 Oct 2013 20:07:27 -0400
parents 5a02aaaff885
children 3858aa1d5ef8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3270
7ecd056f09a6 Update glpk to 4.52.1
John Donoghue <john.donoghue@ieee.org>
parents: 2948
diff changeset
1 diff -ur glpk-4.52.1.orig/configure.ac glpk-4.52.1/configure.ac
7ecd056f09a6 Update glpk to 4.52.1
John Donoghue <john.donoghue@ieee.org>
parents: 2948
diff changeset
2 --- glpk-4.52.1.orig/configure.ac 2013-10-18 07:53:54 -0400
7ecd056f09a6 Update glpk to 4.52.1
John Donoghue <john.donoghue@ieee.org>
parents: 2948
diff changeset
3 +++ glpk-4.52.1/configure.ac 2013-10-18 08:00:53 -0400
2948
5a02aaaff885 update libtool usage for glpk
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 @@ -54,7 +54,7 @@
5a02aaaff885 update libtool usage for glpk
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 dnl Check for programs
5a02aaaff885 update libtool usage for glpk
John W. Eaton <jwe@octave.org>
parents:
diff changeset
6 AC_PROG_CC
5a02aaaff885 update libtool usage for glpk
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7 AC_PROG_INSTALL
5a02aaaff885 update libtool usage for glpk
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8 -AC_PROG_LIBTOOL
5a02aaaff885 update libtool usage for glpk
John W. Eaton <jwe@octave.org>
parents:
diff changeset
9 +LT_INIT([win32-dll])
5a02aaaff885 update libtool usage for glpk
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10
5a02aaaff885 update libtool usage for glpk
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11 dnl Check for math library
5a02aaaff885 update libtool usage for glpk
John W. Eaton <jwe@octave.org>
parents:
diff changeset
12 AC_CHECK_LIB([m], [exp])
3270
7ecd056f09a6 Update glpk to 4.52.1
John Donoghue <john.donoghue@ieee.org>
parents: 2948
diff changeset
13 diff -ur glpk-4.52.1.orig/src/Makefile.am glpk-4.52.1/src/Makefile.am
7ecd056f09a6 Update glpk to 4.52.1
John Donoghue <john.donoghue@ieee.org>
parents: 2948
diff changeset
14 --- glpk-4.52.1.orig/src/Makefile.am 2013-10-18 07:53:54 -0400
7ecd056f09a6 Update glpk to 4.52.1
John Donoghue <john.donoghue@ieee.org>
parents: 2948
diff changeset
15 +++ glpk-4.52.1/src/Makefile.am 2013-10-18 08:02:15 -0400
7ecd056f09a6 Update glpk to 4.52.1
John Donoghue <john.donoghue@ieee.org>
parents: 2948
diff changeset
16 @@ -17,6 +17,7 @@
7ecd056f09a6 Update glpk to 4.52.1
John Donoghue <john.donoghue@ieee.org>
parents: 2948
diff changeset
17 -I$(srcdir)/zlib
2948
5a02aaaff885 update libtool usage for glpk
John W. Eaton <jwe@octave.org>
parents:
diff changeset
18
3270
7ecd056f09a6 Update glpk to 4.52.1
John Donoghue <john.donoghue@ieee.org>
parents: 2948
diff changeset
19 libglpk_la_LDFLAGS = \
7ecd056f09a6 Update glpk to 4.52.1
John Donoghue <john.donoghue@ieee.org>
parents: 2948
diff changeset
20 +-no-undefined \
7ecd056f09a6 Update glpk to 4.52.1
John Donoghue <john.donoghue@ieee.org>
parents: 2948
diff changeset
21 -version-info 36:1:0 \
7ecd056f09a6 Update glpk to 4.52.1
John Donoghue <john.donoghue@ieee.org>
parents: 2948
diff changeset
22 -export-symbols-regex '^glp_*'
2948
5a02aaaff885 update libtool usage for glpk
John W. Eaton <jwe@octave.org>
parents:
diff changeset
23