summaryrefslogtreecommitdiff
path: root/dev-python/matplotlib/files/matplotlib-3.3.3-disable-lto.patch
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-07-11 12:55:20 +0200
committerMichał Górny <mgorny@gentoo.org>2024-07-11 13:59:41 +0200
commitbb5ec5f54a07f920ff49c2f7e43f46cbcc846359 (patch)
tree06b03c24e3094c6269d474f28e0826678a21ca85 /dev-python/matplotlib/files/matplotlib-3.3.3-disable-lto.patch
parenta51fc124299d1af39414152d5ef8f4ec8697fdab (diff)
downloadgentoo-bb5ec5f54a07f920ff49c2f7e43f46cbcc846359.tar.gz
gentoo-bb5ec5f54a07f920ff49c2f7e43f46cbcc846359.tar.bz2
gentoo-bb5ec5f54a07f920ff49c2f7e43f46cbcc846359.zip
dev-python/matplotlib: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib/files/matplotlib-3.3.3-disable-lto.patch')
-rw-r--r--dev-python/matplotlib/files/matplotlib-3.3.3-disable-lto.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/matplotlib/files/matplotlib-3.3.3-disable-lto.patch b/dev-python/matplotlib/files/matplotlib-3.3.3-disable-lto.patch
deleted file mode 100644
index ab377e7f19b2..000000000000
--- a/dev-python/matplotlib/files/matplotlib-3.3.3-disable-lto.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 7382d6205bfdc647a8e47c8e417c991d3822eace Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
-Date: Mon, 4 Jan 2021 10:03:32 +0100
-Subject: [PATCH] Disable -flto
-
----
- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 6e1d19d..ed85d14 100644
---- a/setup.py
-+++ b/setup.py
-@@ -147,7 +147,7 @@ class BuildExtraLibraries(BuildExtCommand):
- ranlib = True
- else:
- ranlib = shutil.which('llvm-ranlib')
-- if ranlib and has_flag(self.compiler, '-flto'):
-+ if False and ranlib and has_flag(self.compiler, '-flto'):
- for ext in self.extensions:
- ext.extra_compile_args.append('-flto')
- cppflags.append('-flto')
---
-2.30.0
-