From owner-svn-ports-head@freebsd.org Thu Jan 21 02:28:36 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 873054E366F; Thu, 21 Jan 2021 02:28:36 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DLmXh3T7Bz4gb4; Thu, 21 Jan 2021 02:28:36 +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 5FE6B24129; Thu, 21 Jan 2021 02:28:36 +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 10L2Sapr057758; Thu, 21 Jan 2021 02:28:36 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10L2SZdM057754; Thu, 21 Jan 2021 02:28:35 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202101210228.10L2SZdM057754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 21 Jan 2021 02:28:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562169 - in head/math: . py-python-picard X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . py-python-picard X-SVN-Commit-Revision: 562169 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, 21 Jan 2021 02:28:36 -0000 Author: yuri Date: Thu Jan 21 02:28:35 2021 New Revision: 562169 URL: https://svnweb.freebsd.org/changeset/ports/562169 Log: New port: math/py-python-picard: Preconditoned ICA algorithm for Real Data Added: head/math/py-python-picard/ head/math/py-python-picard/Makefile (contents, props changed) head/math/py-python-picard/distinfo (contents, props changed) head/math/py-python-picard/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Thu Jan 21 02:27:40 2021 (r562168) +++ head/math/Makefile Thu Jan 21 02:28:35 2021 (r562169) @@ -840,6 +840,7 @@ SUBDIR += py-python-fcl SUBDIR += py-python-igraph SUBDIR += py-python-louvain + SUBDIR += py-python-picard SUBDIR += py-pyvtk SUBDIR += py-qdldl SUBDIR += py-quadprog Added: head/math/py-python-picard/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-python-picard/Makefile Thu Jan 21 02:28:35 2021 (r562169) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= python-picard +DISTVERSION= 0.4 +CATEGORIES= math python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Preconditoned ICA algorithm for Real Data + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numexpr>0:math/py-numexpr@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= distutils concurrent autoplist + +NO_ARCH= yes + +.include Added: head/math/py-python-picard/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-python-picard/distinfo Thu Jan 21 02:28:35 2021 (r562169) @@ -0,0 +1,3 @@ +TIMESTAMP = 1611194915 +SHA256 (python-picard-0.4.tar.gz) = e7359f44ac4c0988faed690b2efaa6ad9424a297e3e2d37433a263ea9dbd537f +SIZE (python-picard-0.4.tar.gz) = 58647 Added: head/math/py-python-picard/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-python-picard/pkg-descr Thu Jan 21 02:28:35 2021 (r562169) @@ -0,0 +1,6 @@ +Picard is a library to run the Preconditioned ICA for Real Data (PICARD) +algorithm and its orthogonal version (PICARD-O). These algorithms show fast +convergence even on real data for which sources independence do not perfectly +hold. + +WWW: https://pierreablin.github.io/picard/