mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -05:00
gnu: julia-reversediff: Disable tests on i686-linux.
* gnu/packages/julia-xyz (julia-reversediff)[arguments]<#:tests?>: Conditionally disable tests. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
28d530ea44
commit
29c0410086
1 changed files with 6 additions and 0 deletions
|
@ -4079,6 +4079,12 @@ (define-public julia-reversediff
|
|||
(sha256
|
||||
(base32 "1wrr6sqj2xl9grkvdp88rw3manxy9vbx28zq2wssya5ns1xabsnl"))))
|
||||
(build-system julia-build-system)
|
||||
(arguments
|
||||
;; XXXX: Test suite failing for i686, e.g.,
|
||||
;; Expression: hash(tr_float, hash(1)) === hash(v_float, hash(1))
|
||||
;; MethodError: no method matching decompose(::ReverseDiff.TrackedReal{Float64, Float64, Nothing})
|
||||
;; Disable as stopgap.
|
||||
`(#:tests? ,(not (target-x86-32?))))
|
||||
(propagated-inputs
|
||||
`(("julia-diffresults" ,julia-diffresults)
|
||||
("julia-diffrules" ,julia-diffrules)
|
||||
|
|
Loading…
Reference in a new issue