[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/64: gnu: Add python-qdldl.
From: |
guix-commits |
Subject: |
18/64: gnu: Add python-qdldl. |
Date: |
Thu, 2 May 2024 10:52:25 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit 59f75f94f28a48da6f34d7acfc26e3dac515c8bc
Author: Marco Baggio <marco.baggio@mdc-berlin.de>
AuthorDate: Mon Apr 29 14:23:50 2024 +0200
gnu: Add python-qdldl.
* gnu/packages/python-science.scm (python-qdldl): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
Change-Id: I523ecb2292c9b514b548e2130d0d43bb77317b00
---
gnu/packages/python-science.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 26bc86d133..37ffcf188e 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -50,6 +50,7 @@
#:use-module (gnu packages build-tools)
#:use-module (gnu packages check)
#:use-module (gnu packages chemistry)
+ #:use-module (gnu packages cmake)
#:use-module (gnu packages cpp)
#:use-module (gnu packages crates-io)
#:use-module (gnu packages crypto)
@@ -88,6 +89,25 @@
#:use-module (guix build-system python)
#:use-module (guix build-system pyproject))
+(define-public python-qdldl
+ (package
+ (name "python-qdldl")
+ (version "0.1.7.post2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "qdldl" version))
+ (sha256
+ (base32 "1lspam0k8gnw1yglqxvdv350fq00nkgdfmkizmx7bk0hxjjkj5ab"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list cmake-minimal pybind11))
+ (propagated-inputs (list python-numpy python-scipy))
+ (home-page "https://github.com/oxfordcontrol/qdldl-python/")
+ (synopsis "QDLDL LDL factorization routine")
+ (description "This package provides a Python interface to the QDLDL LDL
+factorization routine for quasi-definite linear system.")
+ (license license:asl2.0)))
+
(define-public python-scipy
(package
(name "python-scipy")
- branch wip-python-team created (now 182490b344), guix-commits, 2024/05/02
- 01/64: gnu: Add python-dask-image., guix-commits, 2024/05/02
- 02/64: gnu: python-pooch: Update to 1.8.1., guix-commits, 2024/05/02
- 04/64: gnu: Add python-xarray-schema., guix-commits, 2024/05/02
- 05/64: gnu: Add rust-lapack-sys-0.14., guix-commits, 2024/05/02
- 03/64: gnu: python-xarray-datatree: Add missing input., guix-commits, 2024/05/02
- 06/64: gnu: Add rust-lapack-0.19., guix-commits, 2024/05/02
- 08/64: gnu: Add rust-blas-0.22., guix-commits, 2024/05/02
- 09/64: gnu: Add python-pyct., guix-commits, 2024/05/02
- 10/64: gnu: Add python-nbmake., guix-commits, 2024/05/02
- 18/64: gnu: Add python-qdldl.,
guix-commits <=
- 20/64: gnu: Add python-ecos., guix-commits, 2024/05/02
- 26/64: gnu: python-xarray: Disable tests that are known to fail., guix-commits, 2024/05/02
- 31/64: gnu: python-scikit-learn: Update to 1.4.2., guix-commits, 2024/05/02
- 30/64: gnu: python-cython-3: Update to 3.0.8., guix-commits, 2024/05/02
- 35/64: gnu: Add apache-orc., guix-commits, 2024/05/02
- 11/64: gnu: Add python-colorcet., guix-commits, 2024/05/02
- 13/64: gnu: Add python-param., guix-commits, 2024/05/02
- 15/64: gnu: Add python-clarabel., guix-commits, 2024/05/02
- 16/64: gnu: Add python-fastcluster., guix-commits, 2024/05/02
- 19/64: gnu: Add python-osqp., guix-commits, 2024/05/02