gnu: julia-indexablebitvectors: Limit to 64-bit systems.
* gnu/packages/julia-xyz.scm (julia-indexablebitvectors) [supported-systems]: New field.
This commit is contained in:
		
							parent
							
								
									d0d99aa75c
								
							
						
					
					
						commit
						2c838a6fc7
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -2903,6 +2903,9 @@ number of occurrences of bit @code{b} in @code{bv[1:i]}
 | 
				
			||||||
index of i-th occurrence of @code{b} in @code{bv}.
 | 
					index of i-th occurrence of @code{b} in @code{bv}.
 | 
				
			||||||
@end itemize
 | 
					@end itemize
 | 
				
			||||||
and other shortcuts or types.")
 | 
					and other shortcuts or types.")
 | 
				
			||||||
 | 
					    ;; There are plenty of places in the code which rely on the
 | 
				
			||||||
 | 
					    ;; length of an Integer in a 64-bit system.
 | 
				
			||||||
 | 
					    (supported-systems %64bit-supported-systems)
 | 
				
			||||||
    (license license:expat)))
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public julia-indexing
 | 
					(define-public julia-indexing
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue