mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
fd4977b729
PR: 211698 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
25 lines
479 B
Makefile
25 lines
479 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= keras
|
|
PORTVERSION= 1.0.7
|
|
CATEGORIES= math
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= neel@neelc.org
|
|
COMMENT= Deep Learning library for Python
|
|
|
|
LICENSE= MIT
|
|
|
|
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
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|