summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-04-30 09:21:27 +0000
committerwiz <wiz@pkgsrc.org>2020-04-30 09:21:27 +0000
commita96b513295743c266fb0eef432f661b21ae46442 (patch)
treeb2ff13ca741edc275ac43640574389c784501eff /math
parent440b9dfb4b4d15498c219dcbb15416afbcf529f6 (diff)
downloadpkgsrc-a96b513295743c266fb0eef432f661b21ae46442.tar.gz
py-numba: remove patch that was removed from distinfo
Diffstat (limited to 'math')
-rw-r--r--math/py-numba/patches/patch-numba_npyufunc_workqueue.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/math/py-numba/patches/patch-numba_npyufunc_workqueue.c b/math/py-numba/patches/patch-numba_npyufunc_workqueue.c
deleted file mode 100644
index f264971ec2a..00000000000
--- a/math/py-numba/patches/patch-numba_npyufunc_workqueue.c
+++ /dev/null
@@ -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
-