me
/
guix
Archived
1
0
Fork 0

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>
master
zimoun 2021-12-01 16:54:36 +01:00 committed by Efraim Flashner
parent 28d530ea44
commit 29c0410086
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 0 deletions

View File

@ -4079,6 +4079,12 @@ can be avoided.")
(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)