[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
393/472: gnu: Add rust-rustc-rayon-core-0.5.
From: |
guix-commits |
Subject: |
393/472: gnu: Add rust-rustc-rayon-core-0.5. |
Date: |
Tue, 18 Jul 2023 14:09:46 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 5b6811932e061da3a5649a48c50dad9509a3d2fa
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 13 12:34:53 2023 +0300
gnu: Add rust-rustc-rayon-core-0.5.
* gnu/packages/crates-io.scm (rust-rustc-rayon-core-0.5): New variable.
(rust-rustc-rayon-core-0.4): Inherit from rust-rustc-rayon-core-0.5.
---
gnu/packages/crates-io.scm | 36 ++++++++++++++++++++++++++++++------
1 file changed, 30 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 787e6f2ac4..12175d3f64 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -54109,25 +54109,29 @@ 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-core-0.4
+(define-public rust-rustc-rayon-core-0.5
(package
(name "rust-rustc-rayon-core")
- (version "0.4.1")
+ (version "0.5.0")
(source (origin
(method url-fetch)
(uri (crate-uri "rustc-rayon-core" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0c4cf58056ya3282c24bnyq39cwm1rd1m96lymfbb6yvl12929h2"))))
+ "0zqbr87x58j2g9rgm2lc0254b6yqabb41jvddw99qd8fy2m8srk7"))))
(build-system cargo-build-system)
(arguments
- `(#:tests? #f ;XXX cannot find rayon_core?
- #:cargo-inputs
+ `(#:cargo-inputs
(("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5)
("rust-crossbeam-deque" ,rust-crossbeam-deque-0.8)
("rust-crossbeam-utils" ,rust-crossbeam-utils-0.8)
- ("rust-num-cpus" ,rust-num-cpus-1))))
+ ("rust-num-cpus" ,rust-num-cpus-1))
+ #:cargo-development-inputs
+ (("rust-libc" ,rust-libc-0.2)
+ ("rust-rand" ,rust-rand-0.8)
+ ("rust-rand-xorshift" ,rust-rand-xorshift-0.3)
+ ("rust-scoped-tls" ,rust-scoped-tls-1))))
(home-page "https://github.com/rust-lang/rustc-rayon")
(synopsis "Core APIs for Rayon - fork for rustc")
(description
@@ -54137,6 +54141,26 @@ Rayon-core represents the \"core, stable\" APIs of
Rayon: join, scope, and so
forth, as well as the ability to create custom thread-pools with ThreadPool.")
(license (list license:asl2.0 license:expat))))
+(define-public rust-rustc-rayon-core-0.4
+ (package
+ (inherit rust-rustc-rayon-core-0.5)
+ (name "rust-rustc-rayon-core")
+ (version "0.4.1")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "rustc-rayon-core" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0c4cf58056ya3282c24bnyq39cwm1rd1m96lymfbb6yvl12929h2"))))
+ (arguments
+ `(#:tests? #f ;XXX cannot find rayon_core?
+ #:cargo-inputs
+ (("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5)
+ ("rust-crossbeam-deque" ,rust-crossbeam-deque-0.8)
+ ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.8)
+ ("rust-num-cpus" ,rust-num-cpus-1))))))
+
(define-public rust-rustc-serialize-0.3
(package
(name "rust-rustc-serialize")
- 353/472: gnu: Add rust-colorchoice-1., (continued)
- 353/472: gnu: Add rust-colorchoice-1., guix-commits, 2023/07/18
- 351/472: gnu: Add rust-cvt-0.1., guix-commits, 2023/07/18
- 347/472: gnu: Add rust-fehler-1., guix-commits, 2023/07/18
- 350/472: gnu: Add rust-dot-writer-0.1., guix-commits, 2023/07/18
- 348/472: gnu: Add rust-enumber-0.3., guix-commits, 2023/07/18
- 360/472: gnu: Add rust-cast5-0.11., guix-commits, 2023/07/18
- 374/472: gnu: rust-xdg-2: Update to 2.5.0., guix-commits, 2023/07/18
- 377/472: gnu: rust-form-urlencoded-1: Update to 1.2.0., guix-commits, 2023/07/18
- 389/472: gnu: rust-proc-macro2-1: Update to 1.0.64., guix-commits, 2023/07/18
- 384/472: gnu: rust-bytecheck-0.6: Update to 0.6.11., guix-commits, 2023/07/18
- 393/472: gnu: Add rust-rustc-rayon-core-0.5.,
guix-commits <=
- 396/472: gnu: rust-rkyv-0.7: Update to 0.7.42., guix-commits, 2023/07/18
- 397/472: gnu: rust-rkyv-derive-0.7: Update to 0.7.42., guix-commits, 2023/07/18
- 398/472: gnu: rust-serde-1: Update to 1.0.171., guix-commits, 2023/07/18
- 408/472: gnu: rust-trybuild-1: Update to 1.0.81., guix-commits, 2023/07/18
- 407/472: gnu: rust-target-lexicon-0.12: Update to 0.12.9., guix-commits, 2023/07/18
- 411/472: gnu: Add rust-cfg-expr-0.15., guix-commits, 2023/07/18
- 413/472: gnu: Add rust-build-context-0.1., guix-commits, 2023/07/18
- 429/472: gnu: rust-futures-executor-0.3: Update to 0.3.28., guix-commits, 2023/07/18
- 418/472: gnu: Add rust-platform-info-2., guix-commits, 2023/07/18
- 219/472: gnu: Remove rust-sct-0.3., guix-commits, 2023/07/18