FreeBSD Bugzilla – Attachment 199248 Details for
Bug 233232
devel/py-numba: Update to 0.40.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
py-numba.patch (text/plain), 2.79 KB, created by
Yuri Victorovich
on 2018-11-14 22:24:56 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2018-11-14 22:24:56 UTC
Size:
2.79 KB
patch
obsolete
>Index: devel/py-numba/Makefile >=================================================================== >--- devel/py-numba/Makefile (revision 484967) >+++ devel/py-numba/Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= numba >-DISTVERSION= 0.38.0 >-PORTREVISION= 1 >+DISTVERSION= 0.40.1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,21 +14,17 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE > > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>1.7,1:math/py-numpy@${PY_FLAVOR} >+LIB_DEPENDS= libomp.so:devel/openmp \ >+ libtbb.so:devel/tbb > RUN_DEPENDS= ${PY_ENUM34} \ > ${PYTHON_PKGNAMEPREFIX}llvmlite>=0.12:devel/py-llvmlite@${PY_FLAVOR} >+py27_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}singledispatch>0:devel/py-singledispatch@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}funcsigs>0:devel/py-funcsigs@${PY_FLAVOR} > >-USES= python fortran >+USES= python fortran localbase > USE_PYTHON= distutils concurrent autoplist > >-.include <bsd.port.pre.mk> >- >-# Required for Python 2.7 >-.if ${PYTHON_REL} < 3400 >-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}singledispatch>0:devel/py-singledispatch@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}funcsigs>0:devel/py-funcsigs@${PY_FLAVOR} >-.endif >- > post-install: > @${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name "*.so" | ${XARGS} ${STRIP_CMD} > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >Index: devel/py-numba/distinfo >=================================================================== >--- devel/py-numba/distinfo (revision 484967) >+++ devel/py-numba/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1527530784 >-SHA256 (numba-0.38.0.tar.gz) = da1a5ae35a64536dcc46880450e0f839e53a2cf5c587fb09e5e1bf9cbcca8693 >-SIZE (numba-0.38.0.tar.gz) = 1406895 >+TIMESTAMP = 1542233569 >+SHA256 (numba-0.40.1.tar.gz) = 52d046c13bcf0de79dbfb936874b7228f141b9b8e3447cc35855e9ad3e12aa33 >+SIZE (numba-0.40.1.tar.gz) = 1518126 >Index: devel/py-numba/files/patch-numba_npyufunc_workqueue.c >=================================================================== >--- devel/py-numba/files/patch-numba_npyufunc_workqueue.c (nonexistent) >+++ devel/py-numba/files/patch-numba_npyufunc_workqueue.c (working copy) >@@ -0,0 +1,14 @@ >+--- 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 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+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
Flags:
tobik
:
maintainer-approval?
(
dave
)
Actions:
View
|
Diff
Attachments on
bug 233232
: 199248