guix-commits
[Top][All Lists]
Advanced

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

11/14: gnu: Add python-blis-for-thinc.


From: guix-commits
Subject: 11/14: gnu: Add python-blis-for-thinc.
Date: Thu, 8 Jun 2023 04:38:18 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c3f78236707edb1f7e648574387dc5c7c8c9dfe4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 8 10:11:10 2023 +0200

    gnu: Add python-blis-for-thinc.
    
    * gnu/packages/maths.scm (python-blis-for-thinc): New variable.
---
 gnu/packages/maths.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index a1a051c52e..f89e70c0bb 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4803,6 +4803,18 @@ access to BLIS implementations via traditional BLAS 
routine calls.")
 self-contained C-extension for Python.")
     (license license:bsd-3)))
 
+(define-public python-blis-for-thinc
+  (package
+    (inherit python-blis)
+    (name "python-blis")
+    (version "0.7.8")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "blis" version))
+              (sha256
+               (base32
+                "0mvcif9g69424bk8xiflacxzpvz802ns791v2r8a6fij0sxl3mgp"))))))
+
 (define-public openlibm
   (package
     (name "openlibm")



reply via email to

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