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>
This commit is contained in:
parent
55e88a2759
commit
5192bead32
@ -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
|
||||
;; OverflowError: 96908232 * 106943408 overflowed for type Int32
|
||||
;; Disable as stopgap.
|
||||
#:tests? (not (target-x86-32?))))
|
||||
#:tests? (not (or (%current-target-system)
|
||||
(target-x86-32?)))))
|
||||
(propagated-inputs
|
||||
(list julia-axisalgorithms
|
||||
julia-offsetarrays
|
||||
|
Loading…
Reference in New Issue
Block a user