gnu: julia-forwarddiff: Don't ask to run tests when cross-compiling.
* gnu/packages/julia-xyz.scm
(julia-forwarddiff)[arguments]{#:tests?}: When cross-compiling,
set to #false.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
			
			
This commit is contained in:
		
							parent
							
								
									a282c9844c
								
							
						
					
					
						commit
						d38a002471
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -2049,7 +2049,8 @@ c-style numerical formatting.") | |||
|      ;; Expression: dual_isapprox(FDNUM ^ PRIMAL, exp(PRIMAL * log(FDNUM))) | ||||
|      ;; ERROR: LoadError: LoadError: There was an error during testing | ||||
|      ;; Disable as stopgap. | ||||
|      (list #:tests? (not (target-x86-32?)))) | ||||
|      (list #:tests? (not (or (%current-target-system) | ||||
|                              (target-x86-32?))))) | ||||
|     (inputs                             ;required for tests | ||||
|      (list julia-calculus | ||||
|            julia-difftests)) | ||||
|  |  | |||
		Reference in a new issue