[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/64: gnu: Add rust-blas-sys-0.7.
From: |
guix-commits |
Subject: |
07/64: gnu: Add rust-blas-sys-0.7. |
Date: |
Thu, 2 May 2024 10:52:14 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit d3cd25963c5c86f9e62f662b98a7bf13c8bffc9b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 29 10:09:51 2024 +0200
gnu: Add rust-blas-sys-0.7.
* gnu/packages/crates-io.scm (rust-blas-sys-0.7): New variable.
Change-Id: Ibfa2ab61256527e34e9ff9a8f7d871990ffbeda7
---
gnu/packages/crates-io.scm | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e82575aa98..1d8f6cd41a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -20,7 +20,7 @@
;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2021 muradm <mail@muradm.net>
;;; Copyright © 2021, 2022 Petr Hodina <phodina@protonmail.com>
-;;; Copyright © 2021-2023 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2021-2024 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2021 Jacob Hrbek <kreyren@rixotstudio.cz>
;;; Copyright © 2021, 2022 Nicolas Graves <ngraves@ngraves.fr>
;;; Copyright © 2022 Aleksandr Vityazev <avityazev@posteo.org>
@@ -7287,6 +7287,25 @@ streams in big-endian and little-endian formats.")
("rust-serde-test" ,rust-serde-test-1)
("rust-static-assertions" ,rust-static-assertions-1))))))
+(define-public rust-blas-sys-0.7
+ (package
+ (name "rust-blas-sys")
+ (version "0.7.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "blas-sys" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0h14zjycwc76v15h8qll9z1xiryvmpvsb5gam97pqpdjrrwv5c8k"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-libc" ,rust-libc-0.2))))
+ (home-page "https://github.com/blas-lapack-rs/blas-sys")
+ (synopsis "Rust bindings to BLAS (Fortran)")
+ (description "The package provides bindings to BLAS (Fortran).")
+ (license (list license:asl2.0 license:expat))))
+
(define-public rust-blobby-0.3
(package
(name "rust-blobby")
- 54/64: gnu: python-dask: Disable all tokenize tests., (continued)
- 54/64: gnu: python-dask: Disable all tokenize tests., guix-commits, 2024/05/02
- 56/64: gnu: python-umap-learn: Update to 0.5.6., guix-commits, 2024/05/02
- 59/64: gnu: python-dask: Disable some tests., guix-commits, 2024/05/02
- 58/64: gnu: python-dask: Propagate python-dask-expr., guix-commits, 2024/05/02
- 62/64: gnu: tadbit: Update to 1.0.1-2.2838129., guix-commits, 2024/05/02
- 57/64: gnu: python-umap-learn: Disable failing test., guix-commits, 2024/05/02
- 61/64: gnu: python-cooler: Update to 0.9.3., guix-commits, 2024/05/02
- 25/64: gnu: python-pandas: Default to version 2.x., guix-commits, 2024/05/02
- 40/64: gnu: python-partd: Update to 1.4.1., guix-commits, 2024/05/02
- 38/64: gnu: python-tables: Update to 3.7.0., guix-commits, 2024/05/02
- 07/64: gnu: Add rust-blas-sys-0.7.,
guix-commits <=
- 12/64: gnu: Add python-multiscale-spatial-image., guix-commits, 2024/05/02
- 14/64: gnu: Add rust-amd-0.2., guix-commits, 2024/05/02
- 34/64: gnu: python-pandas-stub: Update to 2.1.1.230928., guix-commits, 2024/05/02
- 37/64: gnu: python-pyarrow: Build with ORC support., guix-commits, 2024/05/02
- 64/64: gnu: tadbit: Add R to inputs., guix-commits, 2024/05/02
- 60/64: gnu: python-dask: Do not reference pyarrow_hotfix., guix-commits, 2024/05/02
- 63/64: gnu: tadbit: Patch for compatibility with latest scipy., guix-commits, 2024/05/02
- 55/64: gnu: python-pandas-stubs: Accept numpy 1.23., guix-commits, 2024/05/02