From 6aab63d6108b382e15bd378b922484d606319a77 Mon Sep 17 00:00:00 2001 From: Tyson Whitehead Date: Thu, 2 Aug 2018 12:09:47 -0400 Subject: Theano: libgpuarray needs to use the same version of cudatoolkit --- pkgs/development/python-modules/Theano/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/python-modules/Theano') diff --git a/pkgs/development/python-modules/Theano/default.nix b/pkgs/development/python-modules/Theano/default.nix index e2b31cdda79..2c7345716f6 100644 --- a/pkgs/development/python-modules/Theano/default.nix +++ b/pkgs/development/python-modules/Theano/default.nix @@ -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"; -- cgit 1.4.1