[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
394/472: gnu: Add rust-rustc-rayon-0.5.
From: |
guix-commits |
Subject: |
394/472: gnu: Add rust-rustc-rayon-0.5. |
Date: |
Tue, 18 Jul 2023 14:09:47 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 59d7641886cc152234f8b398eaf4e222a1bd6e7e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 13 12:35:21 2023 +0300
gnu: Add rust-rustc-rayon-0.5.
* gnu/packages/crates-io.scm (rust-rustc-rayon-0.5): New variable.
(rust-rustc-rayon-0.4): Inherit from rust-rustc-rayon-0.5.
---
gnu/packages/crates-io.scm | 43 +++++++++++++++++++++++++++++++------------
1 file changed, 31 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 12175d3f64..1ca8c4057f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -54077,30 +54077,27 @@ It is automatically published using the compiler
repository at
hex conversion traits.")
(license (list license:expat license:asl2.0))))
-(define-public rust-rustc-rayon-0.4
+(define-public rust-rustc-rayon-0.5
(package
(name "rust-rustc-rayon")
- (version "0.4.0")
+ (version "0.5.0")
(source (origin
(method url-fetch)
(uri (crate-uri "rustc-rayon" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0ykjr1i56jmi8ykkcr7x555wnxki1vsi703mz6n2x7k0naqg0y8s"))))
+ "040p2am25g3isnpsixrcrjrv70yz2lzkbq8gpv76xjipi3fam0gb"))))
(build-system cargo-build-system)
(arguments
- `(#:tests? #f ;XXX can not find rayon?
- #:cargo-inputs
- (("rust-autocfg" ,rust-autocfg-1)
- ("rust-crossbeam-deque" ,rust-crossbeam-deque-0.7)
- ("rust-either" ,rust-either-1)
- ("rust-rustc-rayon-core" ,rust-rustc-rayon-core-0.4))
+ `(#:cargo-inputs
+ (("rust-either" ,rust-either-1)
+ ("rust-rustc-rayon-core" ,rust-rustc-rayon-core-0.5))
#:cargo-development-inputs
- (("rust-docopt" ,rust-docopt-1))))
+ (("rust-rand" ,rust-rand-0.8)
+ ("rust-rand-xorshift" ,rust-rand-xorshift-0.3))))
(home-page "https://github.com/rust-lang/rustc-rayon")
- (synopsis
- "Simple work-stealing parallelism for Rust - fork for rustc")
+ (synopsis "Simple work-stealing parallelism for Rust - fork for rustc")
(description
"Rustc-rayon is a fork of the Rayon crate. It adds a few \"in progress\"
features that rustc is using, mostly around deadlock detection. These features
@@ -54109,6 +54106,28 @@ way into rayon proper at some point. In general, if
you are not rustc, you
should be using the real rayon crate, not rustc-rayon.")
(license (list license:asl2.0 license:expat))))
+(define-public rust-rustc-rayon-0.4
+ (package
+ (inherit rust-rustc-rayon-0.5)
+ (name "rust-rustc-rayon")
+ (version "0.4.0")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "rustc-rayon" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0ykjr1i56jmi8ykkcr7x555wnxki1vsi703mz6n2x7k0naqg0y8s"))))
+ (arguments
+ `(#:tests? #f ;XXX can not find rayon?
+ #:cargo-inputs
+ (("rust-autocfg" ,rust-autocfg-1)
+ ("rust-crossbeam-deque" ,rust-crossbeam-deque-0.7)
+ ("rust-either" ,rust-either-1)
+ ("rust-rustc-rayon-core" ,rust-rustc-rayon-core-0.4))
+ #:cargo-development-inputs
+ (("rust-docopt" ,rust-docopt-1))))))
+
(define-public rust-rustc-rayon-core-0.5
(package
(name "rust-rustc-rayon-core")
- 226/472: gnu: Remove rust-users-0.10., (continued)
- 226/472: gnu: Remove rust-users-0.10., guix-commits, 2023/07/18
- 371/472: gnu: rust-once-cell-1: Update to 1.18.0., guix-commits, 2023/07/18
- 386/472: gnu: Add rust-hashbrown-0.14., guix-commits, 2023/07/18
- 362/472: gnu: Add rust-anstream-0.3., guix-commits, 2023/07/18
- 390/472: gnu: rust-quote-1: Update to 1.0.29., guix-commits, 2023/07/18
- 404/472: gnu: rust-shell-escape-0.1: Update to 0.1.5., guix-commits, 2023/07/18
- 455/472: gnu: Add rust-pyo3-macros-0.19., guix-commits, 2023/07/18
- 467/472: gnu: Add rust-rfc2047-decoder-0.2., guix-commits, 2023/07/18
- 378/472: gnu: rust-percent-encoding-2: Update to 2.3.0., guix-commits, 2023/07/18
- 383/472: gnu: rust-bumpalo-3: Update to 3.13.0., guix-commits, 2023/07/18
- 394/472: gnu: Add rust-rustc-rayon-0.5.,
guix-commits <=
- 405/472: gnu: rust-stacker-0.1: Update to 0.1.15., guix-commits, 2023/07/18
- 210/472: gnu: Remove rust-proptest-0.8., guix-commits, 2023/07/18
- 246/472: gnu: Add rust-anstyle-parse-0.2., guix-commits, 2023/07/18
- 341/472: gnu: Add rust-is-ci-1., guix-commits, 2023/07/18
- 372/472: gnu: rust-unicode-bidi-0.3: Update to 0.3.22., guix-commits, 2023/07/18
- 385/472: gnu: rust-bytecheck-derive-0.6: Update to 0.6.11., guix-commits, 2023/07/18
- 392/472: gnu: rust-ref-cast-impl-1: Update to 1.0.18., guix-commits, 2023/07/18
- 406/472: gnu: rust-syn-2: Update to 2.0.25., guix-commits, 2023/07/18
- 424/472: gnu: Add rust-bstr-1., guix-commits, 2023/07/18
- 426/472: gnu: rust-futures-0.3: Update to 0.3.28., guix-commits, 2023/07/18