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

This commit is contained in:
Yuri Victorovich
2021-01-07 00:46:21 +00:00
parent 303732cb30
commit 5708a9548b
4 changed files with 31 additions and 0 deletions
+1
View File
@@ -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
+23
View File
@@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= qdldl
DISTVERSION= 0.1.5.post0
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@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>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1609978323
SHA256 (qdldl-0.1.5.post0.tar.gz) = c392c7427651d8b226423c7aba4a0f2338a1f38a4bbdabac6bc4afd8bc934f06
SIZE (qdldl-0.1.5.post0.tar.gz) = 69127
+4
View File
@@ -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/