summaryrefslogtreecommitdiffstats
path: root/math/py-theano/Makefile
blob: 8701f014b9b65037a950ca4597cbb830157ea4d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$

PORTNAME=	theano
PORTVERSION=	0.8.0
PORTREVISION=	1
CATEGORIES=	math python
MASTER_SITES=	CHEESESHOP/source/T/Theano
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	Theano-${DISTVERSION}

MAINTAINER=	demon@FreeBSD.org
COMMENT=	Optimizing compiler for evaluating math expressions on CPUs and GPUs

RUN_DEPENDS=	${PYNUMPY} \
		${PYTHON_PKGNAMEPREFIX}scipy>=0.8.0:science/py-scipy

USES=		compiler:openmp python
USE_PYTHON=	concurrent distutils autoplist

SUB_FILES=	pkg-message
SUB_LIST=	CXX=${CXX}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud