Add a py-theano version from git repo (#4871)

This commit is contained in:
Jimmy Tang 2017-07-24 14:56:54 +01:00 committed by Adam J. Stewart
parent 8a06e3d867
commit df2fc25ddf

View File

@ -33,6 +33,7 @@ class PyTheano(PythonPackage):
url = "https://pypi.io/packages/source/T/Theano/Theano-0.8.2.tar.gz"
version('0.8.2', 'f2d0dfe7df141115201077cd933b2c52')
version('master', git='https://github.com/Theano/Theano.git', branch='master')
variant('gpu', default=False,
description='Builds with support for GPUs via CUDA and cuDNN')