git: c3726d53021d - main - misc/py-numcodecs: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Jul 2023 02:56:59 UTC
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}