aboutsummaryrefslogtreecommitdiff
path: root/math/py-theano/Makefile
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2015-03-18 09:38:59 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2015-03-18 09:38:59 +0000
commit9628dce1e624063da1b45b5bb1d40b7d1d2d6a65 (patch)
treefc6fcfd0024329a2131a5f07c6206b1c26150e20 /math/py-theano/Makefile
parentccb075974927198585d93f60042a06c3956c5e70 (diff)
downloadports-9628dce1e624063da1b45b5bb1d40b7d1d2d6a65.tar.gz
ports-9628dce1e624063da1b45b5bb1d40b7d1d2d6a65.zip
Notes
Diffstat (limited to 'math/py-theano/Makefile')
-rw-r--r--math/py-theano/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-theano/Makefile b/math/py-theano/Makefile
index 04e0ac85e63d..e5b69f91ba14 100644
--- a/math/py-theano/Makefile
+++ b/math/py-theano/Makefile
@@ -2,12 +2,12 @@
# $FreeBSD$
PORTNAME= theano
-PORTVERSION= 0.6.0
+DISTVERSION= 0.7.0rc2
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
MASTER_SITE_SUBDIR=source/T/Theano
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= Theano-${PORTVERSION}
+DISTNAME= Theano-${DISTVERSION}
MAINTAINER= demon@FreeBSD.org
COMMENT= Optimizing compiler for evaluating math expressions on CPUs and GPUs
@@ -16,6 +16,6 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>=0.8.0:${PORTSDIR}/science/py-scipy
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= concurrent distutils autoplist
.include <bsd.port.mk>