aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-07-08 02:56:38 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-07-08 02:56:38 +0000
commitc3726d53021d89253e9ca4e2dd04ade1b56575a9 (patch)
treec35c8f8908e23f0e1686ffc4dd38eb7abb2ce257
parent34a03406f8c47c702d48d68928da1e240314227e (diff)
downloadports-c3726d53021d89253e9ca4e2dd04ade1b56575a9.tar.gz
ports-c3726d53021d89253e9ca4e2dd04ade1b56575a9.zip
misc/py-numcodecs: Broken on i386
Reported by: fallout
-rw-r--r--misc/py-numcodecs/Makefile2
1 files changed, 2 insertions, 0 deletions
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}