From 068424b26532f3551a81421a9be67ed206e5c11a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 11 Aug 2021 07:02:28 +0100 Subject: gentoo resync : 11.08.2021 --- .../flint/files/flint-2.5.2-memory_message.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 sci-mathematics/flint/files/flint-2.5.2-memory_message.patch (limited to 'sci-mathematics/flint/files/flint-2.5.2-memory_message.patch') diff --git a/sci-mathematics/flint/files/flint-2.5.2-memory_message.patch b/sci-mathematics/flint/files/flint-2.5.2-memory_message.patch deleted file mode 100644 index 65638aa7790b..000000000000 --- a/sci-mathematics/flint/files/flint-2.5.2-memory_message.patch +++ /dev/null @@ -1,16 +0,0 @@ -This fixes a Python 3 doctest failure in -rings/polynomial/polynomial_integer_dense_flint.pyx: see #28334. -See https://github.com/wbhart/flint2/pull/585 for upstream PR - -diff --git a/memory_manager.c b/memory_manager.c -index 04abf8a..bece9f5 100644 ---- a/memory_manager.c -+++ b/memory_manager.c -@@ -41,6 +41,7 @@ pthread_mutex_t register_lock; - static void flint_memory_error() - { - flint_printf("Exception (FLINT memory_manager). Unable to allocate memory.\n"); -+ fflush(stdout); - abort(); - } - -- cgit v1.2.3