me
/
guix
Archived
1
0
Fork 0

gnu: julia-interpolations: Don't ask to run tests when cross-compiling.

* gnu/packages/julia-xyz.scm
(julia-interpolations)[arguments]{#:tests?}: When cross-compiling,
set to #false.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
master
Maxime Devos 2022-08-28 16:47:38 +02:00 committed by Mathieu Othacehe
parent 55e88a2759
commit 5192bead32
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 1 deletions

View File

@ -2939,7 +2939,8 @@ each one has a fixed size. Currently support inline strings from 1 byte up to
;; Got exception outside of a @test ;; Got exception outside of a @test
;; OverflowError: 96908232 * 106943408 overflowed for type Int32 ;; OverflowError: 96908232 * 106943408 overflowed for type Int32
;; Disable as stopgap. ;; Disable as stopgap.
#:tests? (not (target-x86-32?)))) #:tests? (not (or (%current-target-system)
(target-x86-32?)))))
(propagated-inputs (propagated-inputs
(list julia-axisalgorithms (list julia-axisalgorithms
julia-offsetarrays julia-offsetarrays