summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-02-01 19:41:11 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-01 23:39:09 +0100
commitc8e9d2336ab0cd6dd0fc18d3f9f4b17375070528 (patch)
tree0074e6ddc65f2803f58fdd341681ba368ec6d1eb /sci-mathematics/glpk/files/glpk-4.53-debundle-system-libs.patch
parentsci-mathematics/freemat: remove unused patches (diff)
downloadgentoo-c8e9d2336ab0cd6dd0fc18d3f9f4b17375070528.tar.gz
gentoo-c8e9d2336ab0cd6dd0fc18d3f9f4b17375070528.tar.bz2
gentoo-c8e9d2336ab0cd6dd0fc18d3f9f4b17375070528.zip
sci-mathematics/glpk: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3764
Diffstat (limited to 'sci-mathematics/glpk/files/glpk-4.53-debundle-system-libs.patch')
-rw-r--r--sci-mathematics/glpk/files/glpk-4.53-debundle-system-libs.patch87
1 files changed, 0 insertions, 87 deletions
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
deleted file mode 100644
index 326e61301541..000000000000
--- a/sci-mathematics/glpk/files/glpk-4.53-debundle-system-libs.patch
+++ /dev/null
@@ -1,87 +0,0 @@
-Remove suitesparse (camd,colamd) and zlib bundles
-
---- configure.ac.orig 2014-03-24 10:40:24.406906149 -0700
-+++ configure.ac 2014-03-24 10:41:15.637207696 -0700
-@@ -140,6 +140,13 @@
- AC_MSG_RESULT([no])
- fi
-
-+AC_CHECK_LIB([amd], [amd_1])
-+AC_CHECK_LIB([colamd], [colamd])
-+
-+AC_CHECK_HEADER([amd.h])
-+
-+AC_CHECK_LIB([z], [gzopen])
-+
- AC_CONFIG_FILES(
- [src/Makefile examples/Makefile Makefile])
- AC_OUTPUT
---- src/Makefile.am.orig 2014-03-24 10:40:24.413906191 -0700
-+++ src/Makefile.am 2014-03-24 10:41:15.636207690 -0700
-@@ -6,15 +6,12 @@
-
- libglpk_la_CPPFLAGS = \
- -I$(srcdir) \
---I$(srcdir)/amd \
- -I$(srcdir)/bflib \
- -I$(srcdir)/cglib \
---I$(srcdir)/colamd \
- -I$(srcdir)/env \
- -I$(srcdir)/minisat \
- -I$(srcdir)/misc \
---I$(srcdir)/proxy \
---I$(srcdir)/zlib
-+-I$(srcdir)/proxy
-
- libglpk_la_LDFLAGS = \
- -version-info 37:0:1 \
-@@ -93,18 +90,6 @@
- glpssx02.c \
- glptsp.c \
- lux.c \
--amd/amd_1.c \
--amd/amd_2.c \
--amd/amd_aat.c \
--amd/amd_control.c \
--amd/amd_defaults.c \
--amd/amd_dump.c \
--amd/amd_info.c \
--amd/amd_order.c \
--amd/amd_post_tree.c \
--amd/amd_postorder.c \
--amd/amd_preprocess.c \
--amd/amd_valid.c \
- bflib/fhv.c \
- bflib/fhvint.c \
- bflib/ifu.c \
-@@ -114,7 +99,6 @@
- bflib/sva.c \
- cglib/cfg.c \
- cglib/cfg1.c \
--colamd/colamd.c \
- env/alloc.c \
- env/dlsup.c \
- env/env.c \
-@@ -147,21 +131,6 @@
- misc/wclique.c \
- misc/wclique1.c \
- proxy/proxy.c \
--proxy/proxy1.c \
--zlib/adler32.c \
--zlib/compress.c \
--zlib/crc32.c \
--zlib/deflate.c \
--zlib/gzclose.c \
--zlib/gzlib.c \
--zlib/gzread.c \
--zlib/gzwrite.c \
--zlib/inffast.c \
--zlib/inflate.c \
--zlib/inftrees.c \
--zlib/trees.c \
--zlib/uncompr.c \
--zlib/zio.c \
--zlib/zutil.c
-+proxy/proxy1.c
-
- ## eof ##