svn commit: r560660 - in head/math: . py-qdldl

Yuri Victorovich yuri at FreeBSD.org
Thu Jan 7 00:46:23 UTC 2021


Author: yuri
Date: Thu Jan  7 00:46:21 2021
New Revision: 560660
URL: https://svnweb.freebsd.org/changeset/ports/560660

Log:
  New port: math/py-qdldl: QDLDL free LDL factorization routine for linear systems: Ax = b

Added:
  head/math/py-qdldl/
  head/math/py-qdldl/Makefile   (contents, props changed)
  head/math/py-qdldl/distinfo   (contents, props changed)
  head/math/py-qdldl/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Thu Jan  7 00:25:54 2021	(r560659)
+++ head/math/Makefile	Thu Jan  7 00:46:21 2021	(r560660)
@@ -833,6 +833,7 @@
     SUBDIR += py-python-igraph
     SUBDIR += py-python-louvain
     SUBDIR += py-pyvtk
+    SUBDIR += py-qdldl
     SUBDIR += py-quadprog
     SUBDIR += py-random2
     SUBDIR += py-roman

Added: head/math/py-qdldl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-qdldl/Makefile	Thu Jan  7 00:46:21 2021	(r560660)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	qdldl
+DISTVERSION=	0.1.5.post0
+CATEGORIES=	math python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	QDLDL free LDL factorization routine for linear systems: Ax = b
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} \
+		cmake:devel/cmake
+RUN_DEPENDS=	${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}scipy>=0.13.2:science/py-scipy@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/math/py-qdldl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-qdldl/distinfo	Thu Jan  7 00:46:21 2021	(r560660)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609978323
+SHA256 (qdldl-0.1.5.post0.tar.gz) = c392c7427651d8b226423c7aba4a0f2338a1f38a4bbdabac6bc4afd8bc934f06
+SIZE (qdldl-0.1.5.post0.tar.gz) = 69127

Added: head/math/py-qdldl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/py-qdldl/pkg-descr	Thu Jan  7 00:46:21 2021	(r560660)
@@ -0,0 +1,4 @@
+Python interface to the QDLDL free LDL factorization routine for quasi-definite
+linear systems: Ax = b.
+
+WWW: https://github.com/oxfordcontrol/qdldl-python/


More information about the svn-ports-head mailing list