13 buildPythonPackage rec {
15 version = "0.1.7.post5";
19 inherit pname version;
20 hash = "sha256-CxOZ4cSbW+1arI/WPvCKtwjTQMN/tCb+ABKLwfNrKG4=";
23 dontUseCmakeConfigure = true;
37 pythonImportsCheck = [ "qdldl" ];
38 nativeCheckInputs = [ pytestCheckHook ];
41 description = "Free LDL factorization routine";
42 homepage = "https://github.com/oxfordcontrol/qdldl";
43 downloadPage = "https://github.com/oxfordcontrol/qdldl-python";
44 license = licenses.asl20;
45 maintainers = with maintainers; [ drewrisinger ];