gnu: Add rust-simba-0.5.
* gnu/packages/crates-io.scm (rust-simba-0.5): New variable.
This commit is contained in:
		
							parent
							
								
									723ff70e21
								
							
						
					
					
						commit
						97ead3fbf3
					
				
					 1 changed files with 30 additions and 0 deletions
				
			
		|  | @ -47193,6 +47193,36 @@ facilitate the use of SIMD-based @dfn{Array of Struct of Array} (AoSoA) storage | |||
| pattern in Rust.") | ||||
|     (license license:bsd-3))) | ||||
| 
 | ||||
| (define-public rust-simba-0.5 | ||||
|   (package | ||||
|     (inherit rust-simba-0.1) | ||||
|     (name "rust-simba") | ||||
|     (version "0.5.1") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (crate-uri "simba" version)) | ||||
|        (file-name (string-append name "-" version ".tar.gz")) | ||||
|        (sha256 | ||||
|         (base32 "0p1x1ndajy4j3dr9zbh79cz5k0hbj4p9bagd7cj00gc5aws0d0lf")))) | ||||
|     (build-system cargo-build-system) | ||||
|     (arguments | ||||
|      `(#:skip-build? #t | ||||
|        #:cargo-inputs | ||||
|        (("rust-approx" ,rust-approx-0.5) | ||||
|         ("rust-cordic" ,rust-cordic-0.1) | ||||
|         ("rust-decimal" ,rust-decimal-2) | ||||
|         ("rust-fixed" ,rust-fixed-1) | ||||
|         ("rust-libm" ,rust-libm-0.2) | ||||
|         ("rust-num-complex" ,rust-num-complex-0.4) | ||||
|         ("rust-num-traits" ,rust-num-traits-0.2) | ||||
|         ("rust-packed-simd-2" ,rust-packed-simd-2-0.3) | ||||
|         ("rust-paste" ,rust-paste-1) | ||||
|         ("rust-rand" ,rust-rand-0.8) | ||||
|         ("rust-serde" ,rust-serde-1) | ||||
|         ("rust-wide" ,rust-wide-0.6)))) | ||||
|     (license license:asl2.0))) | ||||
| 
 | ||||
| (define-public rust-simd-0.2 | ||||
|   (package | ||||
|     (name "rust-simd") | ||||
|  |  | |||
		Reference in a new issue