aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-09-05 01:45:51 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-09-05 01:59:45 +0000
commit30a03ce6197544a78bafdd04bbb3bcd6e2699ad4 (patch)
tree5a6e37ac6ef917015efaf3cf718881e23e6549c5
parentb9994ae18767f1dcfc34c7e0a2fb3e2508c26baf (diff)
downloadports-30a03ce6197544a78bafdd04bbb3bcd6e2699ad4.tar.gz
ports-30a03ce6197544a78bafdd04bbb3bcd6e2699ad4.zip
misc/py-wandb: Broken on armv7
Reported by: fallout
-rw-r--r--misc/py-wandb/Makefile1
1 files changed, 1 insertions, 0 deletions
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} \