Date: Sat, 8 Jul 2023 02:56:59 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c3726d53021d - main - misc/py-numcodecs: Broken on i386 Message-ID: <202307080256.3682uxv3007119@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c3726d53021d89253e9ca4e2dd04ade1b56575a9 commit c3726d53021d89253e9ca4e2dd04ade1b56575a9 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-07-08 02:56:38 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-07-08 02:56:38 +0000 misc/py-numcodecs: Broken on i386 Reported by: fallout --- misc/py-numcodecs/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/py-numcodecs/Makefile b/misc/py-numcodecs/Makefile index 3c2fe1f28506..629165de4772 100644 --- a/misc/py-numcodecs/Makefile +++ b/misc/py-numcodecs/Makefile @@ -12,6 +12,8 @@ WWW= https://numcodecs.readthedocs.io/en/stable/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_i386= compilation fails: error: SSE2 is not supported by the target architecture/platform ..., see https://github.com/zarr-developers/numcodecs/issues/444 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py-cpuinfo>0:sysutils/py-py-cpuinfo@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}entrypoints>0:devel/py-entrypoints@${PY_FLAVOR} \ ${PYNUMPY}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307080256.3682uxv3007119>