Py keras extension (#3468)

* Added support for building Theano with GPU support.  Added a package
for the libgpuarry libary needed for Theano.

* Added dependency on py-pexpect package which ipython requires.
This commit is contained in:
Brian Van Essen
2017-03-16 21:24:36 -07:00
committed by becker33
parent 0b27a7e13d
commit 3f17f761fe
3 changed files with 51 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ class PyIpython(PythonPackage):
depends_on('py-prompt-toolkit@1.0.4:1.999', type=('build', 'run'))
depends_on('py-traitlets@4.2:', type=('build', 'run'))
depends_on('py-decorator', type=('build', 'run'))
depends_on('py-pexpect', type=('build', 'run'))
depends_on('py-appnope', type=('build', 'run'),
when=sys.platform == 'darwin' and