Theano: libgpuarray needs to use the same version of cudatoolkit
This commit is contained in:
parent
89a89ddfb3
commit
6aab63d610
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ let
|
|||
exec ${gcc}/bin/g++ "$@"
|
||||
'';
|
||||
|
||||
libgpuarray_ = libgpuarray.override { inherit cudaSupport; };
|
||||
libgpuarray_ = libgpuarray.override { inherit cudaSupport cudatoolkit; };
|
||||
|
||||
in buildPythonPackage rec {
|
||||
pname = "Theano";
|
||||
|
|
Loading…
Reference in a new issue