16 buildPythonPackage rec {
23 sha256 = "c656992de48b328cdaccd7d1f14eb522b9dd5a1d0d15f54623f4ab18fd219abc";
26 checkInputs = [ pytest ];
27 propagatedBuildInputs = [
39 # pyopencl._cl.LogicError: clGetPlatformIDs failed: PLATFORM_NOT_FOUND_KHR
42 HOME=$(mktemp -d) pytest test
46 description = "A code generator for array-based code on CPUs and GPUs";
47 homepage = "https://mathema.tician.de/software/loopy";
48 license = licenses.mit;
49 maintainers = [ maintainers.costrouc ];