summaryrefslogtreecommitdiff
path: root/math/py-qdldl
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-22 17:31:18 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-22 17:31:18 -0700
commit251beea6bb5f08565fda94a4f0a64eec8c301d59 (patch)
treef745bc7c53782f8035704fc0e8e1339fa8452e8d /math/py-qdldl
parentdevel/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/Makefile1
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} \