aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-10-04 14:31:18 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-10-04 17:01:02 +0000
commitbbe5e3c9270c494491eca07cb26811a7bc0c39fa (patch)
treef08ab4535ca76e32461fc5d9c1881bf4b3cadd7f
parentdd499e7f55639bf1cbdd05910051e6da49b2cbec (diff)
downloadports-bbe5e3c9270c494491eca07cb26811a7bc0c39fa.tar.gz
ports-bbe5e3c9270c494491eca07cb26811a7bc0c39fa.zip
devel/py-numba: Broken: not compatible with onetbb-2021.6.0
Reported by: fallout
-rw-r--r--devel/py-numba/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/py-numba/Makefile b/devel/py-numba/Makefile
index e84cf11dfc03..ca658f6189bc 100644
--- a/devel/py-numba/Makefile
+++ b/devel/py-numba/Makefile
@@ -11,6 +11,7 @@ WWW= https://numba.pydata.org/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= not compatible with onetbb-2021.6.0, see https://github.com/numba/numba/issues/8487
.if !exists(/usr/include/omp.h)
BROKEN= requires OpenMP support that is missing on this architecture
.endif