Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/glpk/files/
Date: Wed, 01 Feb 2017 22:41:24
Message-Id: 1485988749.c8e9d2336ab0cd6dd0fc18d3f9f4b17375070528.soap@gentoo
1 commit: c8e9d2336ab0cd6dd0fc18d3f9f4b17375070528
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 1 18:41:11 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 22:39:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e9d233
7
8 sci-mathematics/glpk: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3764
11
12 .../files/glpk-4.53-debundle-system-libs.patch | 87 ----------------------
13 1 file changed, 87 deletions(-)
14
15 diff --git a/sci-mathematics/glpk/files/glpk-4.53-debundle-system-libs.patch b/sci-mathematics/glpk/files/glpk-4.53-debundle-system-libs.patch
16 deleted file mode 100644
17 index 326e613..00000000
18 --- a/sci-mathematics/glpk/files/glpk-4.53-debundle-system-libs.patch
19 +++ /dev/null
20 @@ -1,87 +0,0 @@
21 -Remove suitesparse (camd,colamd) and zlib bundles
22 -
23 ---- configure.ac.orig 2014-03-24 10:40:24.406906149 -0700
24 -+++ configure.ac 2014-03-24 10:41:15.637207696 -0700
25 -@@ -140,6 +140,13 @@
26 - AC_MSG_RESULT([no])
27 - fi
28 -
29 -+AC_CHECK_LIB([amd], [amd_1])
30 -+AC_CHECK_LIB([colamd], [colamd])
31 -+
32 -+AC_CHECK_HEADER([amd.h])
33 -+
34 -+AC_CHECK_LIB([z], [gzopen])
35 -+
36 - AC_CONFIG_FILES(
37 - [src/Makefile examples/Makefile Makefile])
38 - AC_OUTPUT
39 ---- src/Makefile.am.orig 2014-03-24 10:40:24.413906191 -0700
40 -+++ src/Makefile.am 2014-03-24 10:41:15.636207690 -0700
41 -@@ -6,15 +6,12 @@
42 -
43 - libglpk_la_CPPFLAGS = \
44 - -I$(srcdir) \
45 ---I$(srcdir)/amd \
46 - -I$(srcdir)/bflib \
47 - -I$(srcdir)/cglib \
48 ---I$(srcdir)/colamd \
49 - -I$(srcdir)/env \
50 - -I$(srcdir)/minisat \
51 - -I$(srcdir)/misc \
52 ---I$(srcdir)/proxy \
53 ---I$(srcdir)/zlib
54 -+-I$(srcdir)/proxy
55 -
56 - libglpk_la_LDFLAGS = \
57 - -version-info 37:0:1 \
58 -@@ -93,18 +90,6 @@
59 - glpssx02.c \
60 - glptsp.c \
61 - lux.c \
62 --amd/amd_1.c \
63 --amd/amd_2.c \
64 --amd/amd_aat.c \
65 --amd/amd_control.c \
66 --amd/amd_defaults.c \
67 --amd/amd_dump.c \
68 --amd/amd_info.c \
69 --amd/amd_order.c \
70 --amd/amd_post_tree.c \
71 --amd/amd_postorder.c \
72 --amd/amd_preprocess.c \
73 --amd/amd_valid.c \
74 - bflib/fhv.c \
75 - bflib/fhvint.c \
76 - bflib/ifu.c \
77 -@@ -114,7 +99,6 @@
78 - bflib/sva.c \
79 - cglib/cfg.c \
80 - cglib/cfg1.c \
81 --colamd/colamd.c \
82 - env/alloc.c \
83 - env/dlsup.c \
84 - env/env.c \
85 -@@ -147,21 +131,6 @@
86 - misc/wclique.c \
87 - misc/wclique1.c \
88 - proxy/proxy.c \
89 --proxy/proxy1.c \
90 --zlib/adler32.c \
91 --zlib/compress.c \
92 --zlib/crc32.c \
93 --zlib/deflate.c \
94 --zlib/gzclose.c \
95 --zlib/gzlib.c \
96 --zlib/gzread.c \
97 --zlib/gzwrite.c \
98 --zlib/inffast.c \
99 --zlib/inflate.c \
100 --zlib/inftrees.c \
101 --zlib/trees.c \
102 --zlib/uncompr.c \
103 --zlib/zio.c \
104 --zlib/zutil.c
105 -+proxy/proxy1.c
106 -
107 - ## eof ##