summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-12-16 16:15:55 +0100
committerRicardo Wurmus <rekado@elephly.net>2025-01-20 21:37:20 +0100
commitbe605052899c8902c52179febaa630247891ef19 (patch)
treef0c3c17d84b9bf08ce837d2a53fd0778e126d26a /gnu/packages/python-science.scm
parenta265018b7b74871738b0a1cc173d518c9e7944a8 (diff)
gnu: python-qdldl: Add missing input.
* gnu/packages/python-science.scm (python-qdldl)[native-inputs]: Add python-setuptools. Change-Id: I5f4c5b8f368da21da1f7d5c5cedd7a806dbdd709
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 31af9d50a5b..e4030d6a7fd 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -316,7 +316,7 @@ numerical optimization package.")
316 (sha256 316 (sha256
317 (base32 "1lspam0k8gnw1yglqxvdv350fq00nkgdfmkizmx7bk0hxjjkj5ab")))) 317 (base32 "1lspam0k8gnw1yglqxvdv350fq00nkgdfmkizmx7bk0hxjjkj5ab"))))
318 (build-system pyproject-build-system) 318 (build-system pyproject-build-system)
319 (native-inputs (list cmake-minimal pybind11)) 319 (native-inputs (list cmake-minimal pybind11 python-setuptools))
320 (propagated-inputs (list python-numpy python-scipy)) 320 (propagated-inputs (list python-numpy python-scipy))
321 (home-page "https://github.com/oxfordcontrol/qdldl-python/") 321 (home-page "https://github.com/oxfordcontrol/qdldl-python/")
322 (synopsis "QDLDL LDL factorization routine") 322 (synopsis "QDLDL LDL factorization routine")