mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
25 lines
544 B
Makefile
25 lines
544 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= keras
|
|
PORTVERSION= 2.1.2
|
|
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@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${FLAVOR}
|
|
|
|
USES= python:-3.5
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= fchollet
|
|
|
|
.include <bsd.port.mk>
|