git: 9b697a1cd52d - main - math/py-scikit-umfpack: mark BROKEN with SuiteSparse 6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Nov 2022 11:10:26 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9b697a1cd52d729fc30b15bc4af7d807e0ee9d91
commit 9b697a1cd52d729fc30b15bc4af7d807e0ee9d91
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-11-26 18:59:43 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-11-27 11:09:57 +0000
math/py-scikit-umfpack: mark BROKEN with SuiteSparse 6
Problem reported and taken into account by upstream, but not yet solved.
See <https://github.com/scikit-umfpack/scikit-umfpack/issues/78>.
PR: 267745
Approved by: yuri (maintainer, by mail)
---
math/py-scikit-umfpack/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/math/py-scikit-umfpack/Makefile b/math/py-scikit-umfpack/Makefile
index e7488dfbd658..8791f18e56fd 100644
--- a/math/py-scikit-umfpack/Makefile
+++ b/math/py-scikit-umfpack/Makefile
@@ -11,6 +11,8 @@ WWW= https://scikit-umfpack.github.io/scikit-umfpack/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= does not build with SuiteSparse 6 # https://github.com/scikit-umfpack/scikit-umfpack/issues/78
+
BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
swig:devel/swig