From owner-svn-ports-head@freebsd.org Thu Jan 7 00:46:23 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 292A14E62C8; Thu, 7 Jan 2021 00:46:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DB6xC0TYFz3pn6; Thu, 7 Jan 2021 00:46:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 037BC1F7; Thu, 7 Jan 2021 00:46:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1070kMYQ086223; Thu, 7 Jan 2021 00:46:22 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1070kMjx086218; Thu, 7 Jan 2021 00:46:22 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202101070046.1070kMjx086218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 7 Jan 2021 00:46:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560660 - in head/math: . py-qdldl X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . py-qdldl X-SVN-Commit-Revision: 560660 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jan 2021 00:46:23 -0000 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@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 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/