Merge pull request #26314 from twhitehead/theano-cuda-26103
TheanoWithCuda: depend on future for older pythons #26103
This commit is contained in:
commit
05853a5db2
@ -1,5 +1,7 @@
|
|||||||
{ buildPythonPackage
|
{ buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, pythonOlder
|
||||||
|
, future
|
||||||
, numpy
|
, numpy
|
||||||
, six
|
, six
|
||||||
, scipy
|
, scipy
|
||||||
@ -57,7 +59,7 @@ buildPythonPackage rec {
|
|||||||
cudatoolkit
|
cudatoolkit
|
||||||
libgpuarray
|
libgpuarray
|
||||||
cudnn
|
cudnn
|
||||||
];
|
] ++ (stdenv.lib.optional (pythonOlder "3.0") future);
|
||||||
|
|
||||||
passthru.cudaSupport = true;
|
passthru.cudaSupport = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user