Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jun 2024 01:53:19 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: 34dd20a2d61e - main - math/py-clarabel: Broken on i386
Message-ID:  <202406210153.45L1rJXB076708@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=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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406210153.45L1rJXB076708>