1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-16 22:25:55 +02:00

gnu: python-qdldl: Add missing input.

* gnu/packages/python-science.scm (python-qdldl)[native-inputs]: Add
python-setuptools.

Change-Id: I5f4c5b8f368da21da1f7d5c5cedd7a806dbdd709
This commit is contained in:
Ricardo Wurmus
2024-12-16 16:15:55 +01:00
parent a265018b7b
commit be60505289
+1 -1
View File
@@ -316,7 +316,7 @@ numerical optimization package.")
(sha256
(base32 "1lspam0k8gnw1yglqxvdv350fq00nkgdfmkizmx7bk0hxjjkj5ab"))))
(build-system pyproject-build-system)
(native-inputs (list cmake-minimal pybind11))
(native-inputs (list cmake-minimal pybind11 python-setuptools))
(propagated-inputs (list python-numpy python-scipy))
(home-page "https://github.com/oxfordcontrol/qdldl-python/")
(synopsis "QDLDL LDL factorization routine")