aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-keras/Makefile
blob: cc9572621e93c5b8e49ab2fd377d5b1d8893dc47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $FreeBSD$

PORTNAME=   keras
PORTVERSION=    2.0.5
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>