TheanoWithCuda: cudnn shouldn't be optional or list wrapped #26263
* python27.withPackages drops nested propagatedBuildInputs * not clear why cudnn was optional to begin with
This commit is contained in:
parent
8b273b608d
commit
20730dc280
@ -56,7 +56,8 @@ buildPythonPackage rec {
|
||||
pycuda
|
||||
cudatoolkit
|
||||
libgpuarray
|
||||
] ++ (stdenv.lib.optional (cudnn != null) [ cudnn ]);
|
||||
cudnn
|
||||
];
|
||||
|
||||
passthru.cudaSupport = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user