[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/44: gnu: python-qdldl: Add missing input.
From: |
guix-commits |
Subject: |
06/44: gnu: python-qdldl: Add missing input. |
Date: |
Tue, 17 Dec 2024 08:04:42 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 02e8762ecc423e7b6cf3e1f96a482acbb5e03cfa
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 05c6ac1fc1..9fd674a39b 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -234,7 +234,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")
- branch python-team created (now 3576ec309b), guix-commits, 2024/12/17
- 02/44: gnu: python-cattrs: Update to 24.1.2., guix-commits, 2024/12/17
- 03/44: gnu: python-statmake: Remove obsolete build phase., guix-commits, 2024/12/17
- 01/44: gnu: python-msgspec: Update to 0.18.6., guix-commits, 2024/12/17
- 05/44: gnu: python-pyramid: Update to 2.0.2., guix-commits, 2024/12/17
- 04/44: gnu: python-bokeh: Fix build., guix-commits, 2024/12/17
- 06/44: gnu: python-qdldl: Add missing input.,
guix-commits <=
- 07/44: gnu: python-cachetools: Update to 5.5.0., guix-commits, 2024/12/17
- 08/44: gnu: python-pyproject-api: Update to 1.8.0., guix-commits, 2024/12/17
- 13/44: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2024/12/17
- 11/44: gnu: Add python-time-machine., guix-commits, 2024/12/17
- 22/44: gnu: Add python-pypitoken., guix-commits, 2024/12/17
- 37/44: gnu: python-typing-extensions: Update to 4.12.2., guix-commits, 2024/12/17
- 35/44: gnu: python-platformdirs: Update to 4.3.6., guix-commits, 2024/12/17
- 36/44: gnu: python-virtualenv: Update to 20.28.0., guix-commits, 2024/12/17
- 20/44: gnu: Add python-packaging-legacy., guix-commits, 2024/12/17
- 10/44: gnu: python-nox: Update to 2024.10.09., guix-commits, 2024/12/17