diff options
Diffstat (limited to 'math/py-python-picard')
-rw-r--r-- | math/py-python-picard/Makefile | 26 | ||||
-rw-r--r-- | math/py-python-picard/distinfo | 3 | ||||
-rw-r--r-- | math/py-python-picard/pkg-descr | 6 |
3 files changed, 35 insertions, 0 deletions
diff --git a/math/py-python-picard/Makefile b/math/py-python-picard/Makefile new file mode 100644 index 000000000000..ae3e06130ee7 --- /dev/null +++ b/math/py-python-picard/Makefile @@ -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 <bsd.port.mk> diff --git a/math/py-python-picard/distinfo b/math/py-python-picard/distinfo new file mode 100644 index 000000000000..3660a8f77c66 --- /dev/null +++ b/math/py-python-picard/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1611194915 +SHA256 (python-picard-0.4.tar.gz) = e7359f44ac4c0988faed690b2efaa6ad9424a297e3e2d37433a263ea9dbd537f +SIZE (python-picard-0.4.tar.gz) = 58647 diff --git a/math/py-python-picard/pkg-descr b/math/py-python-picard/pkg-descr new file mode 100644 index 000000000000..0f8cc411c70a --- /dev/null +++ b/math/py-python-picard/pkg-descr @@ -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/ |