diff options
author | demon <demon@FreeBSD.org> | 2015-03-18 17:38:59 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2015-03-18 17:38:59 +0800 |
commit | 5e9b9e7dbe90ae33e76693d4bf55baaf7be24435 (patch) | |
tree | fc6fcfd0024329a2131a5f07c6206b1c26150e20 /math/py-theano | |
parent | 3fc71f43a05b28a5b28e2ee1a0b522650ce30d17 (diff) | |
download | freebsd-ports-gnome-5e9b9e7dbe90ae33e76693d4bf55baaf7be24435.tar.gz freebsd-ports-gnome-5e9b9e7dbe90ae33e76693d4bf55baaf7be24435.tar.zst freebsd-ports-gnome-5e9b9e7dbe90ae33e76693d4bf55baaf7be24435.zip |
Update to version 0.7.0-rc2.
Diffstat (limited to 'math/py-theano')
-rw-r--r-- | math/py-theano/Makefile | 6 | ||||
-rw-r--r-- | math/py-theano/distinfo | 4 |
2 files changed, 5 insertions, 5 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> diff --git a/math/py-theano/distinfo b/math/py-theano/distinfo index 0a10b9cf5b76..1db0d0a40cff 100644 --- a/math/py-theano/distinfo +++ b/math/py-theano/distinfo @@ -1,2 +1,2 @@ -SHA256 (Theano-0.6.0.tar.gz) = aaa75f9a9b7bf50f09ddcc01fb993cf47513179d0a7bee3d96bfeebd66e76083 -SIZE (Theano-0.6.0.tar.gz) = 1763756 +SHA256 (Theano-0.7.0rc2.tar.gz) = 20c52dc66fa63e96f04e11285b26641f2eb21155496a8d6d197b33d40aa0175c +SIZE (Theano-0.7.0rc2.tar.gz) = 1980901 |