Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-numba/patches py-numba: remove patch that was ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9a75962dea7
branches:  trunk
changeset: 430337:e9a75962dea7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 30 09:21:27 2020 +0000

description:
py-numba: remove patch that was removed from distinfo

diffstat:

 math/py-numba/patches/patch-numba_npyufunc_workqueue.c |  15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diffs (19 lines):

diff -r 4a767ee4fa4b -r e9a75962dea7 math/py-numba/patches/patch-numba_npyufunc_workqueue.c
--- a/math/py-numba/patches/patch-numba_npyufunc_workqueue.c    Thu Apr 30 09:11:34 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-numba_npyufunc_workqueue.c,v 1.1 2018/12/27 15:06:19 joerg Exp $
-
---- numba/npyufunc/workqueue.c.orig    2018-12-25 21:11:57.183814489 +0000
-+++ numba/npyufunc/workqueue.c
-@@ -19,7 +19,10 @@ race condition.
- /* PThread */
- #include <pthread.h>
- #include <unistd.h>
-+#include <stdlib.h>
-+#ifdef __sun
- #include <alloca.h>
-+#endif
- #define NUMBA_PTHREAD
- #endif
- 



Home | Main Index | Thread Index | Old Index