mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: Add python-blis-for-thinc.
* gnu/packages/maths.scm (python-blis-for-thinc): New variable.
This commit is contained in:
parent
db8cf18517
commit
c3f7823670
1 changed files with 12 additions and 0 deletions
|
@ -4803,6 +4803,18 @@ (define-public python-blis
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue