From c8e9d2336ab0cd6dd0fc18d3f9f4b17375070528 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Wed, 1 Feb 2017 19:41:11 +0100 Subject: sci-mathematics/glpk: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3764 --- .../files/glpk-4.53-debundle-system-libs.patch | 87 ---------------------- 1 file changed, 87 deletions(-) delete mode 100644 sci-mathematics/glpk/files/glpk-4.53-debundle-system-libs.patch 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 ## -- cgit v1.2.3-65-gdbad