me
/
guix
Archived
1
0
Fork 0

gnu: julia-arrayinterface: Disable tests for i686.

* gnu/packages/julia-xyz.scm (julia-arrayinterface)[arguments]<#:tests?>:
Conditionally disable tests.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
zimoun 2021-12-01 16:53:55 +01:00 committed by Efraim Flashner
parent 7c8e9cbfa9
commit e3c15b0bfc
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 0 deletions

View File

@ -158,6 +158,12 @@ provides functions to run a few automatable checks for Julia packages.")
(sha256
(base32 "0cmldnzvdgmfnrnrzgj6v1mfr2rvk5096392rwmhd3iyx7v0pq33"))))
(build-system julia-build-system)
(arguments
;; XXXX: Unexpected failures for i686, e.g.,
;; Expression: @inferred(ArrayInterface.size(Rnr)) === (StaticInt(4),)
;; Evaluated: (static(2),) === (static(4),)
;; Disable as stopgap.
`(#:tests? ,(not (target-x86-32?))))
(propagated-inputs
`(("julia-ifelse" ,julia-ifelse)
("julia-requires" ,julia-requires)