Add a py-theano version from git repo (#4871)
This commit is contained in:
parent
8a06e3d867
commit
df2fc25ddf
@ -33,6 +33,7 @@ class PyTheano(PythonPackage):
|
|||||||
url = "https://pypi.io/packages/source/T/Theano/Theano-0.8.2.tar.gz"
|
url = "https://pypi.io/packages/source/T/Theano/Theano-0.8.2.tar.gz"
|
||||||
|
|
||||||
version('0.8.2', 'f2d0dfe7df141115201077cd933b2c52')
|
version('0.8.2', 'f2d0dfe7df141115201077cd933b2c52')
|
||||||
|
version('master', git='https://github.com/Theano/Theano.git', branch='master')
|
||||||
|
|
||||||
variant('gpu', default=False,
|
variant('gpu', default=False,
|
||||||
description='Builds with support for GPUs via CUDA and cuDNN')
|
description='Builds with support for GPUs via CUDA and cuDNN')
|
||||||
|
Loading…
Reference in New Issue
Block a user