git: 34dd20a2d61e - main - math/py-clarabel: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 21 Jun 2024 01:53:19 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=34dd20a2d61e84ff14c1ad2ccbcded4a7de70cf4

commit 34dd20a2d61e84ff14c1ad2ccbcded4a7de70cf4
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-21 00:35:22 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-21 01:52:58 +0000

    math/py-clarabel: Broken on i386
    
    Reported by:    fallout
---
 math/py-clarabel/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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}