Re: git: 8302bdd715bc - main - misc/py-xgboost: Broken on armv7
- In reply to: Yuri Victorovich : "git: 8302bdd715bc - main - misc/py-xgboost: Broken on armv7"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jun 2024 16:56:28 UTC
"the upstream says that they don't support 32-bit architectures"
Then why not mark as NOT_FOR_ARCHS for all the 32-bit architectures?
On 24-06-18 09:36:33, Yuri Victorovich wrote:
>The branch main has been updated by yuri:
>
>URL: https://cgit.FreeBSD.org/ports/commit/?id=8302bdd715bccfc6b67da22394cd951adbdff376
>
>commit 8302bdd715bccfc6b67da22394cd951adbdff376
>Author: Yuri Victorovich <yuri@FreeBSD.org>
>AuthorDate: 2024-06-18 09:35:34 +0000
>Commit: Yuri Victorovich <yuri@FreeBSD.org>
>CommitDate: 2024-06-18 09:36:30 +0000
>
> misc/py-xgboost: Broken on armv7
>
> Reported by: fallout
>---
> misc/py-xgboost/Makefile | 1 +
> 1 file changed, 1 insertion(+)
>
>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 \