guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

39/105: gnu: python-qdldl: Add missing input.


From: guix-commits
Subject: 39/105: gnu: python-qdldl: Add missing input.
Date: Sat, 21 Dec 2024 11:56:39 -0500 (EST)

rekado pushed a commit to branch python-team
in repository guix.

commit e3cce698515734dcb56a8fd796cd791c4d8afada
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 16 16:15:55 2024 +0100

    gnu: python-qdldl: Add missing input.
    
    * gnu/packages/python-science.scm (python-qdldl)[native-inputs]: Add
    python-setuptools.
    
    Change-Id: I5f4c5b8f368da21da1f7d5c5cedd7a806dbdd709
---
 gnu/packages/python-science.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 8de49ac7ea..e4c59c4849 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]