mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: julia-reversediff: Don't ask to run tests when cross-compiling.
* gnu/packages/julia-xyz.scm (julia-reversediff)[arguments]{#:tests?}: When cross-compiling, set to #false. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
d38a002471
commit
55e88a2759
1 changed files with 2 additions and 1 deletions
|
@ -4660,7 +4660,8 @@ (define-public julia-reversediff
|
||||||
;; Expression: hash(tr_float, hash(1)) === hash(v_float, hash(1))
|
;; Expression: hash(tr_float, hash(1)) === hash(v_float, hash(1))
|
||||||
;; MethodError: no method matching decompose(::ReverseDiff.TrackedReal{Float64, Float64, Nothing})
|
;; MethodError: no method matching decompose(::ReverseDiff.TrackedReal{Float64, Float64, Nothing})
|
||||||
;; Disable as stopgap.
|
;; Disable as stopgap.
|
||||||
(list #:tests? (not (target-x86-32?))))
|
(list #:tests? (not (or (%current-target-system)
|
||||||
|
(target-x86-32?)))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list julia-diffresults
|
(list julia-diffresults
|
||||||
julia-diffrules
|
julia-diffrules
|
||||||
|
|
Loading…
Reference in a new issue