opnsense-ports/math/py-keras/Makefile
Franco Fichtner 84d2ac597c */*: sync with upstream
Taken from: FreeBSD
2017-06-06 06:55:47 +02:00

25 lines
514 B
Makefile

# $FreeBSD$
PORTNAME= keras
PORTVERSION= 2.0.4
CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= neel@neelc.org
COMMENT= Deep Learning library for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}theano>=0.8.0:math/py-theano \
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six
USE_GITHUB= yes
GH_ACCOUNT= fchollet
USES= python:-3.5
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>