Commit graph

7 commits

Author SHA1 Message Date
Frederik Rietdijk be07136f1d python: Theano: 0.9.0 -> 1.0.1 2017-12-31 10:55:20 +01:00
Nikolay Amiantov 771e403786 python.pkgs.Theano: merge CUDA and non-CUDA versions 2017-10-19 12:47:30 +03:00
Nikolay Amiantov db5a5ccf2b python.pkgs.TheanoWithoutCuda: don't propagate stdenv
Fixes errors during buildEnv.
2017-09-07 17:04:54 +03:00
Eric Sagnes a8b9b9b0d8 pythonPackages.Theano: 0.8.1 -> 0.9.0 2017-06-08 14:16:40 +09:00
Tyson Whitehead 46793d9887
TheanoWithCuda: depend on future for older pythons #26103 2017-06-01 17:59:20 -04:00
Tyson Whitehead 20730dc280
TheanoWithCuda: cudnn shouldn't be optional or list wrapped #26263
* python27.withPackages drops nested propagatedBuildInputs
* not clear why cudnn was optional to begin with
2017-06-01 17:59:16 -04:00
Frederik Rietdijk 07dcc4f43a pythonPackages.Theano: move and rename variants
We have two derivations, one that supports Cuda, and one that does not.
The names, TheanoWithCuda and TheanoWithoutCuda, now reflect that.
Furthermore, a boolean passthru.cudaSupport was added.

In the future the two derivations should be merged in one, with a
parameter `cudaSupport`.
2016-11-30 10:04:54 +01:00