gnu: Add rust-rayon-1.1.
* gnu/packages/crates-io.scm (rust-rayon-1.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									75076f6cb3
								
							
						
					
					
						commit
						cb190d93e7
					
				
					 1 changed files with 34 additions and 0 deletions
				
			
		|  | @ -4558,6 +4558,40 @@ and @code{ptrdistance}.") | |||
|     (license (list license:asl2.0 | ||||
|                    license:expat)))) | ||||
| 
 | ||||
| (define-public rust-rayon-1.1 | ||||
|   (package | ||||
|     (name "rust-rayon") | ||||
|     (version "1.1.0") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (crate-uri "rayon" version)) | ||||
|        (file-name | ||||
|         (string-append name "-" version ".tar.gz")) | ||||
|        (sha256 | ||||
|         (base32 | ||||
|          "190hkbcdfvcphyyzkdg52zdia2y9d9yanpm072bmnzbn49p1ic54")))) | ||||
|     (build-system cargo-build-system) | ||||
|     (arguments | ||||
|      `(#:skip-build? #t | ||||
|        #:cargo-inputs | ||||
|        (("rust-crossbeam-deque" ,rust-crossbeam-deque-0.6) | ||||
|         ("rust-either" ,rust-either-1.5) | ||||
|         ("rust-rayon-core" ,rust-rayon-core-1.5)) | ||||
|        #:cargo-development-inputs | ||||
|        (("rust-doc-comment" ,rust-doc-comment-0.3) | ||||
|         ("rust-docopt" ,rust-docopt-1.1) | ||||
|         ("rust-lazy-static" ,rust-lazy-static-1.3) | ||||
|         ("rust-rand" ,rust-rand-0.4) | ||||
|         ("rust-rand-xorshift" ,rust-rand-xorshift-0.2) | ||||
|         ("rust-serde" ,rust-serde-1.0) | ||||
|         ("rust-serde-derive" ,rust-serde-derive-1.0)))) | ||||
|     (home-page "https://github.com/rayon-rs/rayon") | ||||
|     (synopsis "Simple work-stealing parallelism for Rust") | ||||
|     (description | ||||
|      "Simple work-stealing parallelism for Rust.") | ||||
|     (license (list license:asl2.0 license:expat)))) | ||||
| 
 | ||||
| (define-public rust-rayon-core-1.5 | ||||
|   (package | ||||
|     (name "rust-rayon-core") | ||||
|  |  | |||
		Reference in a new issue