Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2015 09:38:59 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381533 - head/math/py-theano
Message-ID:  <201503180938.t2I9cxqS063701@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Wed Mar 18 09:38:59 2015
New Revision: 381533
URL: https://svnweb.freebsd.org/changeset/ports/381533
QAT: https://qat.redports.org/buildarchive/r381533/

Log:
  Update to version 0.7.0-rc2.

Modified:
  head/math/py-theano/Makefile
  head/math/py-theano/distinfo

Modified: head/math/py-theano/Makefile
==============================================================================
--- head/math/py-theano/Makefile	Wed Mar 18 09:37:42 2015	(r381532)
+++ head/math/py-theano/Makefile	Wed Mar 18 09:38:59 2015	(r381533)
@@ -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>

Modified: head/math/py-theano/distinfo
==============================================================================
--- head/math/py-theano/distinfo	Wed Mar 18 09:37:42 2015	(r381532)
+++ head/math/py-theano/distinfo	Wed Mar 18 09:38:59 2015	(r381533)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503180938.t2I9cxqS063701>