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
No known key found for this signature in database
GPG key ID: B22199763A27997B

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