2015-03-06 09:47:51 +00:00
|
|
|
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= theano
|
2015-04-04 10:41:35 +00:00
|
|
|
PORTVERSION= 0.7.0
|
2015-03-06 09:47:51 +00:00
|
|
|
CATEGORIES= math python
|
2015-05-14 10:15:04 +00:00
|
|
|
MASTER_SITES= CHEESESHOP/source/T/Theano
|
2015-03-06 09:47:51 +00:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2015-03-18 09:38:59 +00:00
|
|
|
DISTNAME= Theano-${DISTVERSION}
|
2015-03-06 09:47:51 +00:00
|
|
|
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
|
|
COMMENT= Optimizing compiler for evaluating math expressions on CPUs and GPUs
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYNUMPY} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}scipy>=0.8.0:${PORTSDIR}/science/py-scipy
|
|
|
|
|
2015-04-05 10:10:49 +00:00
|
|
|
USES= compiler:openmp python
|
2015-03-18 09:38:59 +00:00
|
|
|
USE_PYTHON= concurrent distutils autoplist
|
2015-03-06 09:47:51 +00:00
|
|
|
|
2015-04-05 10:10:49 +00:00
|
|
|
SUB_FILES= pkg-message
|
|
|
|
SUB_LIST= CXX=${CXX}
|
|
|
|
|
2015-03-06 09:47:51 +00:00
|
|
|
.include <bsd.port.mk>
|