Theano: libgpuarray needs to use the same version of cudatoolkit

This commit is contained in:
Tyson Whitehead
2018-08-02 12:09:47 -04:00
parent 89a89ddfb3
commit 6aab63d610

View File

@@ -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";