diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-22 17:31:18 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-22 17:31:18 -0700 |
commit | 251beea6bb5f08565fda94a4f0a64eec8c301d59 (patch) | |
tree | f745bc7c53782f8035704fc0e8e1339fa8452e8d /math/py-qdldl | |
parent | devel/py-fastprogress: Update 1.0.2 -> 1.0.3 (diff) |
math/py-qdldl: Broken on armv7
Reported by: fallout
Diffstat (limited to 'math/py-qdldl')
-rw-r--r-- | math/py-qdldl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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} \ |