guix-patches
[Top][All Lists]
Advanced

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

[bug#56729] [RFC PATCH v2 16/29] gnu: Add python-lrcalc.


From: vicvbcun
Subject: [bug#56729] [RFC PATCH v2 16/29] gnu: Add python-lrcalc.
Date: Mon, 8 Aug 2022 17:45:51 +0200

* gnu/packages/sagemath.scm (python-lrcalc): New variable.
---
 gnu/packages/sagemath.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm
index d8b70e6f23..16810a2d2b 100644
--- a/gnu/packages/sagemath.scm
+++ b/gnu/packages/sagemath.scm
@@ -447,3 +447,21 @@ (define-public python-primecountpy
     (synopsis "Cython interface for C++ primecount library")
     (description "Cython interface for C++ primecount library")
     (license license:gpl3)))
+
+(define-public python-lrcalc
+  (package
+    (name "python-lrcalc")
+    (version "2.1")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "lrcalc" version))
+              (sha256
+               (base32
+                "1adassfjalsdsngy01c37835qsx3gj0jx9cinc9b91x4xnd51873"))))
+    (build-system python-build-system)
+    (inputs (list lrcalc))
+    (native-inputs (list python-cython))
+    (home-page "https://math.rutgers.edu/~asbuch/lrcalc";)
+    (synopsis "Littlewood-Richardson Calculator bindings")
+    (description "Littlewood-Richardson Calculator bindings")
+    (license license:gpl3+)))
-- 
2.37.0






reply via email to

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