GNU bug report logs -
#73094
[PATCH 00/10] Add python-safetensors
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Sat, 7 Sep 2024 09:39:01 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-rayon-cond-0.3): New variable.
Change-Id: I2683b5cb5c698380cd9485b0a6f090f827678c4d
---
gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cebb27a408..36ecbe4430 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -61807,6 +61807,29 @@ (define-public rust-rawkey-0.1
"This package provides support for raw key input in terminals.")
(license license:expat)))
+(define-public rust-rayon-cond-0.3
+ (package
+ (name "rust-rayon-cond")
+ (version "0.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "rayon-cond" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1ybxppq84p3q60h9rng9j3dm79f6970hn4wljyf31lpgan5m77q5"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-either" ,rust-either-1)
+ ("rust-itertools" ,rust-itertools-0.11)
+ ("rust-rayon" ,rust-rayon-1))))
+ (home-page "https://github.com/cuviper/rayon-cond")
+ (synopsis "Experimental iterator wrapper")
+ (description
+ "This package provides a Rust experimental iterator wrapper that is
+conditionally parallel or serial.")
+ (license (list license:asl2.0 license:expat))))
+
(define-public rust-rayon-core-1
(package
(name "rust-rayon-core")
--
2.45.2
This bug report was last modified 136 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.