Loading pkgs/development/python-modules/qdldl/default.nix +12 −7 Original line number Diff line number Diff line Loading @@ -3,28 +3,33 @@ buildPythonPackage, fetchPypi, cmake, pybind11, numpy, pybind11, setuptools, scipy, pytestCheckHook, }: buildPythonPackage rec { pname = "qdldl"; version = "0.1.7.post4"; format = "setuptools"; version = "0.1.7.post5"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-DBY7mvuSxLadRGOHsdQpUJRDiwQexOhRAnG2xP8fhv0="; hash = "sha256-CxOZ4cSbW+1arI/WPvCKtwjTQMN/tCb+ABKLwfNrKG4="; }; dontUseCmakeConfigure = true; nativeBuildInputs = [ cmake ]; buildInputs = [ pybind11 ]; build-system = [ cmake numpy pybind11 setuptools ]; propagatedBuildInputs = [ dependencies = [ numpy scipy ]; Loading Loading
pkgs/development/python-modules/qdldl/default.nix +12 −7 Original line number Diff line number Diff line Loading @@ -3,28 +3,33 @@ buildPythonPackage, fetchPypi, cmake, pybind11, numpy, pybind11, setuptools, scipy, pytestCheckHook, }: buildPythonPackage rec { pname = "qdldl"; version = "0.1.7.post4"; format = "setuptools"; version = "0.1.7.post5"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-DBY7mvuSxLadRGOHsdQpUJRDiwQexOhRAnG2xP8fhv0="; hash = "sha256-CxOZ4cSbW+1arI/WPvCKtwjTQMN/tCb+ABKLwfNrKG4="; }; dontUseCmakeConfigure = true; nativeBuildInputs = [ cmake ]; buildInputs = [ pybind11 ]; build-system = [ cmake numpy pybind11 setuptools ]; propagatedBuildInputs = [ dependencies = [ numpy scipy ]; Loading