Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jul 2022 00:36:08 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: 251beea6bb5f - main - math/py-qdldl: Broken on armv7
Message-ID:  <202207230036.26N0a8TH040331@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=251beea6bb5f08565fda94a4f0a64eec8c301d59

commit 251beea6bb5f08565fda94a4f0a64eec8c301d59
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-23 00:31:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-23 00:31:18 +0000

    math/py-qdldl: Broken on armv7
    
    Reported by:    fallout
---
 math/py-qdldl/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/py-qdldl/Makefile b/math/py-qdldl/Makefile
index 2561a59078b0..bc6829ed846c 100644
--- a/math/py-qdldl/Makefile
+++ b/math/py-qdldl/Makefile
@@ -10,6 +10,7 @@ COMMENT=	QDLDL free LDL factorization routine for linear systems: Ax = b
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	error: no matching function for call to 'amd_l_order', see https://github.com/oxfordcontrol/qdldl-python/issues/15
 BROKEN_i386=	error: no matching function for call to 'amd_l_order', see https://github.com/oxfordcontrol/qdldl-python/issues/15
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} \



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