2019-11-26 22:11:11 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mmdnn
|
|
|
|
DISTVERSION= 0.2.5-21
|
|
|
|
DISTVERSIONSUFFIX= -gc1c748e
|
2020-02-24 11:36:15 +00:00
|
|
|
PORTREVISION= 1
|
2019-11-26 22:11:11 +00:00
|
|
|
CATEGORIES= misc python # machine-learning
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Tools to inter-operate among different deep learning frameworks
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYNUMPY} \
|
2020-03-24 19:54:57 +00:00
|
|
|
${PY_PILLOW} \
|
2019-11-26 22:11:11 +00:00
|
|
|
${PYTHON_PKGNAMEPREFIX}protobuf>=3.6.0:devel/py-protobuf@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
|
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= microsoft
|
|
|
|
GH_PROJECT= MMdnn
|
|
|
|
USE_PYTHON= distutils noflavors autoplist
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
2020-03-24 19:54:57 +00:00
|
|
|
.include <bsd.port.mk>
|