mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add rust-blas-0.22.
* gnu/packages/crates-io.scm (rust-blas-0.22): New variable. Change-Id: Ic7bcbde20b6552659255f4ff11adde8fb1eeea45
This commit is contained in:
parent
aed5e5965f
commit
6f71c4ab01
1 changed files with 21 additions and 0 deletions
|
@ -7306,6 +7306,27 @@ (define-public rust-blas-sys-0.7
|
|||
(description "The package provides bindings to BLAS (Fortran).")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-blas-0.22
|
||||
(package
|
||||
(name "rust-blas")
|
||||
(version "0.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "blas" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1p1rs9y8fpxmrh9jj1rf4q517x5h960v4jf30f1gwnr1qdshz65f"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-blas-sys" ,rust-blas-sys-0.7)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-num-complex" ,rust-num-complex-0.4))))
|
||||
(home-page "https://github.com/blas-lapack-rs/blas")
|
||||
(synopsis "Rust wrappers for BLAS (Fortran)")
|
||||
(description "The package provides wrappers for BLAS (Fortran).")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-blobby-0.3
|
||||
(package
|
||||
(name "rust-blobby")
|
||||
|
|
Loading…
Reference in a new issue