Theano: libgpuarray needs to use the same version of cudatoolkit
This commit is contained in:
@@ -36,7 +36,7 @@ let
|
|||||||
exec ${gcc}/bin/g++ "$@"
|
exec ${gcc}/bin/g++ "$@"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
libgpuarray_ = libgpuarray.override { inherit cudaSupport; };
|
libgpuarray_ = libgpuarray.override { inherit cudaSupport cudatoolkit; };
|
||||||
|
|
||||||
in buildPythonPackage rec {
|
in buildPythonPackage rec {
|
||||||
pname = "Theano";
|
pname = "Theano";
|
||||||
|
|||||||
Reference in New Issue
Block a user