Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2021 23:08:48 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561885 - head/math/py-qdldl
Message-ID:  <202101172308.10HN8mrW094300@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



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