diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-09 14:01:23 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:39 +0100 |
commit | 440cd7d57167fca08bb8b733121f4a50ba7e298c (patch) | |
tree | 099d62277cb84c0a6f4dc378fd4f226803d9edf5 /gnu/packages/python-science.scm | |
parent | 322e03c807561049cda9fa28f9cfeaeeaf420487 (diff) |
gnu: python-qdldl: Add missing input.
* gnu/packages/python-science.scm (python-qdldl)[native-inputs]: Add
python-wheel.
Change-Id: I6bca560b20a9c259eae95c09edcf10ead685ec21
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r-- | gnu/packages/python-science.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index e35c466d95..13b672d1b8 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -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") |