[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
202/213: gnu: python-qdldl: Add missing input.
From: |
guix-commits |
Subject: |
202/213: gnu: python-qdldl: Add missing input. |
Date: |
Fri, 10 Jan 2025 10:43:28 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 5e8f623d6f19c508fa925ddfa739746a4aee8db7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 9 14:01:23 2025 +0100
gnu: python-qdldl: Add missing input.
* gnu/packages/python-science.scm (python-qdldl)[native-inputs]: Add
python-wheel.
Change-Id: I6bca560b20a9c259eae95c09edcf10ead685ec21
---
gnu/packages/python-science.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
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")
- 152/213: gnu: python-pydantic-core: Update to 2.27.2., (continued)
- 152/213: gnu: python-pydantic-core: Update to 2.27.2., guix-commits, 2025/01/10
- 160/213: gnu: python-pytorch-lightning: Update to 2.5.0.post0., guix-commits, 2025/01/10
- 172/213: gnu: python-fastapi-pagination-minimal: Update to 0.12.34., guix-commits, 2025/01/10
- 178/213: gnu: python-flask-htpasswd: Update to 0.5.0., guix-commits, 2025/01/10
- 177/213: gnu: python-scanpy: Update to 1.10.4., guix-commits, 2025/01/10
- 180/213: gnu: Remove python-flask-basicauth., guix-commits, 2025/01/10
- 190/213: gnu: python-mizani: Add missing input., guix-commits, 2025/01/10
- 198/213: gnu: python-scikit-allel: Update to 1.3.13., guix-commits, 2025/01/10
- 192/213: gnu: python-cachecontrol-0.11: Add missing inputs., guix-commits, 2025/01/10
- 213/213: gnu: scregseg: Patch for numpy compatibility., guix-commits, 2025/01/10
- 202/213: gnu: python-qdldl: Add missing input.,
guix-commits <=
- 209/213: gnu: python-metacells: Update to 0.9.5., guix-commits, 2025/01/10
- 105/213: gnu: Add python-aiohappyeyeballs., guix-commits, 2025/01/10
- 129/213: gnu: python-thinc: Remove old version of dataclasses., guix-commits, 2025/01/10
- 128/213: gnu: python-google-auth: Update to 2.37.0., guix-commits, 2025/01/10
- 133/213: gnu: python-geopandas: Update to 1.0.1., guix-commits, 2025/01/10
- 132/213: gnu: Add python-pyogrio., guix-commits, 2025/01/10
- 135/213: gnu: awscli: Update to 1.36.32., guix-commits, 2025/01/10
- 141/213: gnu: python-pillow: Use pyproject-build-system., guix-commits, 2025/01/10
- 148/213: gnu: rust-codspeed-2: Update to 2.7.2., guix-commits, 2025/01/10
- 156/213: gnu: Add python-fastapi-cli., guix-commits, 2025/01/10