svn commit: r561885 - head/math/py-qdldl

Yuri Victorovich yuri at FreeBSD.org
Sun Jan 17 23:08:48 UTC 2021


Author: yuri
Date: Sun Jan 17 23:08:47 2021
New Revision: 561885
URL: https://svnweb.freebsd.org/changeset/ports/561885

Log:
  math/py-qdldl: Broken on i386
  
  Reported by:	fallout

Modified:
  head/math/py-qdldl/Makefile

Modified: head/math/py-qdldl/Makefile
==============================================================================
--- head/math/py-qdldl/Makefile	Sun Jan 17 23:00:38 2021	(r561884)
+++ head/math/py-qdldl/Makefile	Sun Jan 17 23:08:47 2021	(r561885)
@@ -12,6 +12,8 @@ COMMENT=	QDLDL free LDL factorization routine for line
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+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} \
 		cmake:devel/cmake
 RUN_DEPENDS=	${PYNUMPY} \


More information about the svn-ports-head mailing list