mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -05:00
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>
This commit is contained in:
parent
7c8e9cbfa9
commit
e3c15b0bfc
1 changed files with 6 additions and 0 deletions
|
@ -158,6 +158,12 @@ (define-public julia-arrayinterface
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue