1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 20:20:32 +02:00

gnu: python-qdldl: Add missing input.

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

Change-Id: I6bca560b20a9c259eae95c09edcf10ead685ec21
This commit is contained in:
Ricardo Wurmus
2025-01-09 14:01:23 +01:00
parent 322e03c807
commit 440cd7d571

View File

@@ -321,7 +321,11 @@ numerical optimization package.")
(sha256
(base32 "1lspam0k8gnw1yglqxvdv350fq00nkgdfmkizmx7bk0hxjjkj5ab"))))
(build-system pyproject-build-system)
(native-inputs (list cmake-minimal pybind11 python-setuptools))
(native-inputs
(list cmake-minimal
pybind11
python-setuptools
python-wheel))
(propagated-inputs (list python-numpy python-scipy))
(home-page "https://github.com/oxfordcontrol/qdldl-python/")
(synopsis "QDLDL LDL factorization routine")