aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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