diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-06-08 01:40:27 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-06-08 08:31:09 -0700 |
commit | 5ade16121050edd08efe218af18eb2310c3560b4 (patch) | |
tree | 94bed365f38439e471dfbd205c6aa45bb7ba34cc | |
parent | cad/symbiyosys: update 0.41 → 0.42 (diff) |
misc/py-wandb: Broken on i386
Reported by: fallout
-rw-r--r-- | misc/py-wandb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/py-wandb/Makefile b/misc/py-wandb/Makefile index c0c353a158d0..b1c874d3f95f 100644 --- a/misc/py-wandb/Makefile +++ b/misc/py-wandb/Makefile @@ -12,6 +12,8 @@ WWW= https://wandb.ai/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= compilation fails: Go fails: cannot use math.MaxInt64 (untyped int constant 9223372036854775807) as int value in argument to strconv.Itoa (overflows) + PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.3:devel/py-appdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=7.1:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docker-pycreds>=0.4.0:security/py-docker-pycreds@${PY_FLAVOR} \ |