FreeBSD Bugzilla – Attachment 219442 Details for
Bug 250936
devel/py-numba: Update to 0.51.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
py-numba.patch (text/plain), 2.71 KB, created by
Yuri Victorovich
on 2020-11-07 23:32:21 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2020-11-07 23:32:21 UTC
Size:
2.71 KB
patch
obsolete
>Index: devel/py-numba/Makefile >=================================================================== >--- devel/py-numba/Makefile (revision 554426) >+++ devel/py-numba/Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= numba >-DISTVERSION= 0.47.0 >-PORTREVISION= 3 >+DISTVERSION= 0.51.2 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: devel/py-numba/distinfo >=================================================================== >--- devel/py-numba/distinfo (revision 554426) >+++ devel/py-numba/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1578995274 >-SHA256 (numba-0.47.0.tar.gz) = c0703df0a0ea2e29fbef7937d9849cc4734253066cb5820c5d6e0851876e3b0a >-SIZE (numba-0.47.0.tar.gz) = 1935290 >+TIMESTAMP = 1604791415 >+SHA256 (numba-0.51.2.tar.gz) = 16bd59572114adbf5f600ea383880d7b2071ae45477e84a24994e089ea390768 >+SIZE (numba-0.51.2.tar.gz) = 2059680 >Index: devel/py-numba/files/patch-numba_np_ufunc_workqueue.c >=================================================================== >--- devel/py-numba/files/patch-numba_np_ufunc_workqueue.c (revision 554426) >+++ devel/py-numba/files/patch-numba_np_ufunc_workqueue.c (working copy) >@@ -1,14 +1,15 @@ >---- numba/npyufunc/workqueue.c.orig 2018-11-14 22:14:35 UTC >-+++ numba/npyufunc/workqueue.c >-@@ -19,7 +19,11 @@ race condition. >+--- numba/np/ufunc/workqueue.c.orig 2020-11-07 23:26:52 UTC >++++ numba/np/ufunc/workqueue.c >+@@ -27,7 +27,11 @@ race conditions. > /* PThread */ > #include <pthread.h> > #include <unistd.h> >+-#include <alloca.h> > +#if defined(__FreeBSD__) >-+#include <stdlib.h> >++# include <stdlib.h> > +#else >- #include <alloca.h> >++# include <alloca.h> > +#endif >- #define NUMBA_PTHREAD >- #endif >- >+ #include <sys/types.h> >+ #include <unistd.h> >+ #include <signal.h> >Index: devel/py-numba/files/patch-numba_npyufunc_workqueue.c >=================================================================== >--- devel/py-numba/files/patch-numba_npyufunc_workqueue.c (revision 554426) >+++ devel/py-numba/files/patch-numba_npyufunc_workqueue.c (nonexistent) >@@ -1,14 +0,0 @@ >---- numba/npyufunc/workqueue.c.orig 2018-11-14 22:14:35 UTC >-+++ numba/npyufunc/workqueue.c >-@@ -19,7 +19,11 @@ race condition. >- /* PThread */ >- #include <pthread.h> >- #include <unistd.h> >-+#if defined(__FreeBSD__) >-+#include <stdlib.h> >-+#else >- #include <alloca.h> >-+#endif >- #define NUMBA_PTHREAD >- #endif >- > >Property changes on: devel/py-numba/files/patch-numba_npyufunc_workqueue.c >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250936
: 219442