annotate src/glpk-1-fixes.patch @ 4015:f3d167e40f01

of-tisean: add new package * Makefile.in: add tisean package * build_packages.m: add tisean package to installer * dist-files.mk: update for of-tisean-1-fortran.patch, of-tisean.mk * src/of-tisean-1-fortran.patch: new file * src/of-tisean.mk: new file
author John Donoghue
date Tue, 25 Aug 2015 08:40:44 -0400
parents a4c8ef9f5c78
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3797
a4c8ef9f5c78 glpk: update to v4.55
John Donoghue
parents: 3678
diff changeset
1 diff -ur glpk-4.55.orig/src/Makefile.am glpk-4.55/src/Makefile.am
a4c8ef9f5c78 glpk: update to v4.55
John Donoghue
parents: 3678
diff changeset
2 --- glpk-4.55.orig/src/Makefile.am 2015-02-16 13:30:31.791250808 -0500
a4c8ef9f5c78 glpk: update to v4.55
John Donoghue
parents: 3678
diff changeset
3 +++ glpk-4.55/src/Makefile.am 2015-02-16 13:33:44.773042081 -0500
3678
3858aa1d5ef8 glpk: update to v4.54
John Donoghue
parents: 3270
diff changeset
4 @@ -18,6 +18,7 @@
2948
5a02aaaff885 update libtool usage for glpk
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5
3270
7ecd056f09a6 Update glpk to 4.52.1
John Donoghue <john.donoghue@ieee.org>
parents: 2948
diff changeset
6 libglpk_la_LDFLAGS = \
3797
a4c8ef9f5c78 glpk: update to v4.55
John Donoghue
parents: 3678
diff changeset
7 -version-info 37:2:1 \
3270
7ecd056f09a6 Update glpk to 4.52.1
John Donoghue <john.donoghue@ieee.org>
parents: 2948
diff changeset
8 +-no-undefined \
7ecd056f09a6 Update glpk to 4.52.1
John Donoghue <john.donoghue@ieee.org>
parents: 2948
diff changeset
9 -export-symbols-regex '^glp_*'
2948
5a02aaaff885 update libtool usage for glpk
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10
3678
3858aa1d5ef8 glpk: update to v4.54
John Donoghue
parents: 3270
diff changeset
11 libglpk_la_SOURCES = \