From c26e6df60b8a229041d980037b501a215b10e947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 25 Feb 2021 12:45:39 +0100 Subject: dev-python/matplotlib: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../matplotlib/files/matplotlib-3.1.2-qhull.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 dev-python/matplotlib/files/matplotlib-3.1.2-qhull.patch (limited to 'dev-python/matplotlib/files/matplotlib-3.1.2-qhull.patch') diff --git a/dev-python/matplotlib/files/matplotlib-3.1.2-qhull.patch b/dev-python/matplotlib/files/matplotlib-3.1.2-qhull.patch deleted file mode 100644 index e02e03e65edb..000000000000 --- a/dev-python/matplotlib/files/matplotlib-3.1.2-qhull.patch +++ /dev/null @@ -1,20 +0,0 @@ -Index: matplotlib-3.1.2/setupext.py -=================================================================== ---- matplotlib-3.1.2.orig/setupext.py -+++ matplotlib-3.1.2/setupext.py -@@ -839,14 +839,7 @@ class Qhull(SetupPackage): - name = "qhull" - - def add_flags(self, ext): -- # Qhull doesn't distribute pkg-config info, so we have no way of -- # knowing whether a system install is recent enough. Thus, always use -- # the vendored version. -- ext.include_dirs.insert(0, 'extern') -- ext.sources.extend(sorted(glob.glob('extern/libqhull/*.c'))) -- if sysconfig.get_config_var('LIBM') == '-lm': -- ext.libraries.extend('m') -- -+ ext.libraries.extend(['qhull']) - - class TTConv(SetupPackage): - name = "ttconv" -- cgit v1.2.3