diff options
-rw-r--r-- | misc/py-xgboost/Makefile | 1 |
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 \ |