Theano: libgpuarray needs to use the same version of cudatoolkit
This commit is contained in:
parent
89a89ddfb3
commit
6aab63d610
@ -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 New Issue
Block a user