git: 30a03ce61975 - main - misc/py-wandb: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Sep 2024 01:59:51 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=30a03ce6197544a78bafdd04bbb3bcd6e2699ad4
commit 30a03ce6197544a78bafdd04bbb3bcd6e2699ad4
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-09-05 01:45:51 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-09-05 01:59:45 +0000
misc/py-wandb: Broken on armv7
Reported by: fallout
---
misc/py-wandb/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/misc/py-wandb/Makefile b/misc/py-wandb/Makefile
index f10c924b15df..2fb88aaf327e 100644
--- a/misc/py-wandb/Makefile
+++ b/misc/py-wandb/Makefile
@@ -12,6 +12,7 @@ WWW= https://wandb.ai/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_armv7= compilation fails: Go fails: cannot use math.MaxInt64 (untyped int constant 9223372036854775807) as int value in argument to strconv.Itoa (overflows)
BROKEN_i386= compilation fails: Go fails: cannot use math.MaxInt64 (untyped int constant 9223372036854775807) as int value in argument to strconv.Itoa (overflows)
BUILD_DEPENDS= ${PY_SETUPTOOLS} \