summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-06-18 02:35:34 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2024-06-18 02:36:30 -0700
commit8302bdd715bccfc6b67da22394cd951adbdff376 (patch)
treeb2e02796bee7d51a0715a66067863837d57653cc
parentwww/freenginx: Update to 1.26.0 (diff)
misc/py-xgboost: Broken on armv7
Reported by: fallout
-rw-r--r--misc/py-xgboost/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/py-xgboost/Makefile b/misc/py-xgboost/Makefile
index 4bb1308d5ad9..b20a339c16a5 100644
--- a/misc/py-xgboost/Makefile
+++ b/misc/py-xgboost/Makefile
@@ -11,6 +11,7 @@ WWW= https://xgboost.ai/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/../LICENSE
+BROKEN_armv7= compilation fails due to type conversion issues, like on i386, but the upstream says that they don't support 32-bit architectures
BROKEN_i386= compilation fails, see https://github.com/dmlc/xgboost/issues/10002
BUILD_DEPENDS= cmake:devel/cmake-core \