2021-01-21 02:28:35 +00:00
|
|
|
PORTNAME= python-picard
|
2021-10-21 21:18:06 -07:00
|
|
|
DISTVERSION= 0.7
|
2025-03-07 21:33:49 -05:00
|
|
|
PORTREVISION= 2
|
2021-01-21 02:28:35 +00:00
|
|
|
CATEGORIES= math python
|
2023-01-11 18:47:15 +03:00
|
|
|
MASTER_SITES= PYPI
|
2021-01-21 02:28:35 +00:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
|
COMMENT= Preconditoned ICA algorithm for Real Data
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://pierreablin.github.io/picard/
|
2021-01-21 02:28:35 +00:00
|
|
|
|
|
|
|
|
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} \
|
2021-10-21 21:18:06 -07:00
|
|
|
${PYTHON_PKGNAMEPREFIX}scikit-learn>0:science/py-scikit-learn@${PY_FLAVOR} \
|
2021-01-21 02:28:35 +00:00
|
|
|
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
|
|
|
|
|
|
2023-06-15 00:00:28 +02:00
|
|
|
USES= python
|
2021-01-21 02:28:35 +00:00
|
|
|
USE_PYTHON= distutils concurrent autoplist
|
|
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|