[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/65: gnu: Add rust-rustc-rayon-core-0.3.
From: |
guix-commits |
Subject: |
28/65: gnu: Add rust-rustc-rayon-core-0.3. |
Date: |
Thu, 9 Jul 2020 10:02:07 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit cb123dad5e36b208572ea5acfcaa93c201215e4d
Author: John Soo <jsoo1@asu.edu>
AuthorDate: Tue Jun 16 20:43:55 2020 -0700
gnu: Add rust-rustc-rayon-core-0.3.
* gnu/packages/crates-io.scm (rust-rustc-rayon-core-0.3): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/crates-io.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index aea5ebe..1dad5d1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -20353,6 +20353,42 @@ It is automatically published using the compiler
repository at
"This package provides a speedy, non-cryptographic hash used in rustc.")
(license (list license:asl2.0 license:expat))))
+(define-public rust-rustc-rayon-core-0.3
+ (package
+ (name "rust-rustc-rayon-core")
+ (version "0.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "rustc-rayon-core" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1cwc50mcclzfmhmi87953fjk6cc9ppmchn9mlwzfllq03y1jf97a"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:tests? #f
+ #:cargo-inputs
+ (("rust-crossbeam-deque" ,rust-crossbeam-deque-0.7)
+ ("rust-crossbeam-queue" ,rust-crossbeam-queue-0.1)
+ ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6)
+ ("rust-lazy-static" ,rust-lazy-static-1)
+ ("rust-num-cpus" ,rust-num-cpus-1))
+ #:cargo-development-inputs
+ (("rust-libc" ,rust-libc-0.2)
+ ("rust-rand" ,rust-rand-0.6)
+ ("rust-rand-xorshift" ,rust-rand-xorshift-0.1)
+ ("rust-scoped-tls" ,rust-scoped-tls-1.0))))
+ (home-page "https://github.com/rust-lang/rustc-rayon")
+ (synopsis "Core APIs for Rayon - fork for rustc")
+ (description
+ "Note: This package is an unstable fork made for use in rustc
+
+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-serialize-0.3
(package
(name "rust-rustc-serialize")
- 14/65: gnu: rust-colored-1.9: Don't skip build., (continued)
- 14/65: gnu: rust-colored-1.9: Don't skip build., guix-commits, 2020/07/09
- 16/65: gnu: rust-afl-0.4: Inherit from rust-afl-0.5., guix-commits, 2020/07/09
- 19/65: gnu: rust-ctor-0.1: Update to 0.1.15., guix-commits, 2020/07/09
- 21/65: gnu: rust-line-wrap-0.1: Don't skip build., guix-commits, 2020/07/09
- 24/65: gnu: Add rust-rustc-ap-rustc-arena-654., guix-commits, 2020/07/09
- 27/65: gnu: Add rust-rustc-ap-graphviz-654., guix-commits, 2020/07/09
- 29/65: gnu: Add rust-rustc-rayon-0.3., guix-commits, 2020/07/09
- 15/65: gnu: Add rust-afl-0.8., guix-commits, 2020/07/09
- 23/65: gnu: Add rust-measureme-0.7., guix-commits, 2020/07/09
- 26/65: gnu: Add rust-rustc-ap-rustc-lexer-654., guix-commits, 2020/07/09
- 28/65: gnu: Add rust-rustc-rayon-core-0.3.,
guix-commits <=
- 30/65: gnu: Add rust-rustc-ap-serialize-654., guix-commits, 2020/07/09
- 31/65: gnu: Add rust-rustc-ap-rustc-index-654., guix-commits, 2020/07/09
- 33/65: gnu: rust-smallvec-1: Update to 1.4.1., guix-commits, 2020/07/09
- 10/65: gnu: rust-cfg-if-0.1: Don't skip build., guix-commits, 2020/07/09
- 36/65: gnu: rust-unindent-0.1: Update to 0.1.6., guix-commits, 2020/07/09
- 38/65: gnu: rust-urlocator-0.1: Update to 0.1.3., guix-commits, 2020/07/09
- 43/65: gnu: rust-winapi-util-0.1: Update to 0.1.5., guix-commits, 2020/07/09
- 25/65: gnu: Add rust-rustc-ap-rustc-macros-654., guix-commits, 2020/07/09
- 40/65: gnu: rust-vec-map-0.8: Update to 0.8.2., guix-commits, 2020/07/09
- 13/65: gnu: rust-cmake-0.1: Update to 0.1.44., guix-commits, 2020/07/09