aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-06-21 00:35:22 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-06-21 01:52:58 +0000
commit34dd20a2d61e84ff14c1ad2ccbcded4a7de70cf4 (patch)
tree5a982bd9922fadf2016750f1acc44c38a8034a44
parent5c7f78ef79cde399ae6b2cab0f1d93bda19ea74f (diff)
downloadports-34dd20a2d61e84ff14c1ad2ccbcded4a7de70cf4.tar.gz
ports-34dd20a2d61e84ff14c1ad2ccbcded4a7de70cf4.zip
math/py-clarabel: Broken on i386
Reported by: fallout
-rw-r--r--math/py-clarabel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/py-clarabel/Makefile b/math/py-clarabel/Makefile
index cc76a6308a41..33e319799ed4 100644
--- a/math/py-clarabel/Makefile
+++ b/math/py-clarabel/Makefile
@@ -12,6 +12,8 @@ WWW= https://github.com/oxfordcontrol/Clarabel.rs
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
+BROKEN_i386= compilation fails, see https://github.com/sarah-ek/gemm/issues/30
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1.0:devel/py-maturin@${PY_FLAVOR}
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}