[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/64: gnu: Add python-scs.
From: |
guix-commits |
Subject: |
17/64: gnu: Add python-scs. |
Date: |
Thu, 2 May 2024 10:52:24 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit 2978b154d385fb467ccd12d415754e1378ef7246
Author: Marco Baggio <marco.baggio@mdc-berlin.de>
AuthorDate: Mon Apr 29 14:17:53 2024 +0200
gnu: Add python-scs.
* gnu/packages/python-science.scm (python-scs): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
Change-Id: I6c5ecdac4b558aab4b8ee396dff1dfc9cdec07f0
---
gnu/packages/python-science.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 190dca5d06..26bc86d133 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1584,6 +1584,33 @@ Python's native complex data types is also supported.")
automated with the minimum of fuss and the least effort.")
(license license:expat)))
+(define-public python-scs
+ (package
+ (name "python-scs")
+ (version "3.2.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/bodono/scs-python")
+ (commit "3.2.4")
+ (recursive? #true)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "06wd8m3ri0gaddl7qq6243g25zjlnh3da915b73jnrfh7sg1nqsj"))))
+ (build-system pyproject-build-system)
+ (inputs (list meson-python openblas))
+ (propagated-inputs (list python-numpy python-scipy))
+ (native-inputs
+ (list pkg-config
+ python-meson-python
+ python-pytest))
+ (home-page "https://github.com/bodono/scs-python")
+ (synopsis "Splitting conic solver")
+ (description "This package provides a Python interface for the
+SCS (Splitting conic solver) library.")
+ (license license:expat)))
+
(define-public python-statannot
(package
(name "python-statannot")
- 13/64: gnu: Add python-param., (continued)
- 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
- 23/64: gnu: python-plastid: Replace nose with pytest., guix-commits, 2024/05/02
- 21/64: gnu: Add python-cvxpy., guix-commits, 2024/05/02
- 22/64: gnu: Add python-metacells., guix-commits, 2024/05/02
- 24/64: gnu: python-scikit-opt: Add missing input., guix-commits, 2024/05/02
- 28/64: gnu: tadbit: Use G-expression., guix-commits, 2024/05/02
- 33/64: gnu: python-tabulate: Update to 0.9.0., guix-commits, 2024/05/02
- 17/64: gnu: Add python-scs.,
guix-commits <=
- 27/64: gnu: r-reticulate: Update to 1.36.1., guix-commits, 2024/05/02
- 29/64: gnu: python-pyjanitor: Update to 0.27.0., guix-commits, 2024/05/02
- 32/64: gnu: python-pandas-2: Fix version., guix-commits, 2024/05/02
- 36/64: gnu: apache-arrow: Build with ORC., guix-commits, 2024/05/02
- 39/64: gnu: python-dask: Update to 2024.4.2., guix-commits, 2024/05/02
- 41/64: gnu: Add python-dask-expr., guix-commits, 2024/05/02
- 42/64: gnu: python-distributed: Update to 2024.4.2., guix-commits, 2024/05/02
- 43/64: gnu: Add python-scikit-build-core., guix-commits, 2024/05/02
- 44/64: gnu: Add python-awkward-cpp., guix-commits, 2024/05/02
- 45/64: gnu: Add python-awkward., guix-commits, 2024/05/02