git: a3a01e38af3b - 2022Q3 - math/py-qdldl: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Jul 2022 00:36:47 UTC
The branch 2022Q3 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a3a01e38af3b1647195bc180814c84a4f8290ae3
commit a3a01e38af3b1647195bc180814c84a4f8290ae3
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:36:39 +0000
math/py-qdldl: Broken on armv7
Reported by: fallout
(cherry picked from commit 251beea6bb5f08565fda94a4f0a64eec8c301d59)
---
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} \