10 , withCuda ? false, pycuda
11 , withOpenCL ? true, pyopencl
14 buildPythonPackage rec {
19 inherit pname version;
20 sha256 = "722fefbd253d0bbcbf5250b7b9c4aca5722cde4ca38bfbf863a551a5fc26edfa";
23 checkInputs = [ sphinx pytest-cov pytest ];
25 propagatedBuildInputs = [ Mako numpy funcsigs ]
26 ++ lib.optional withCuda pycuda
27 ++ lib.optional withOpenCL pyopencl;
37 description = "GPGPU algorithms for PyCUDA and PyOpenCL";
38 homepage = "https://github.com/fjarri/reikna";
39 license = licenses.mit;
40 maintainers = [ maintainers.fridh ];