gnu: julia-woodburymatrices: Update to 0.5.5.

* gnu/packages/julia-xyz.scm (julia-woodburymatrices): Update to 0.5.5.
[arguments]: Remove 'remove-failing-test-i686 phase.
This commit is contained in:
Efraim Flashner 2022-12-08 20:03:37 +02:00
parent 480a39ada7
commit 6191d64f8a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -5760,7 +5760,7 @@ allows for efficient string representation and transfer")
(define-public julia-woodburymatrices (define-public julia-woodburymatrices
(package (package
(name "julia-woodburymatrices") (name "julia-woodburymatrices")
(version "0.5.3") (version "0.5.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -5769,19 +5769,8 @@ allows for efficient string representation and transfer")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "04yykivi8zrbryxlmb0p5xa6lma8iq22r5s863117dnnqj5gaffd")))) (base32 "1vwy8nlhvjh0ndia4ni40iq4pf2nhwy5iy3rmf4i2jff13vc6aqn"))))
(build-system julia-build-system) (build-system julia-build-system)
(arguments
(list
#:phases
(if (target-x86-32?)
#~(modify-phases %standard-phases
(add-after 'unpack 'remove-failing-test-i686
(lambda _
(substitute* "test/woodbury.jl"
(("@test logdet\\(W\\)")
"@test_broken logdet(W)")))))
#~%standard-phases)))
(home-page "https://github.com/timholy/WoodburyMatrices.jl") (home-page "https://github.com/timholy/WoodburyMatrices.jl")
(synopsis "Support for the Woodbury matrix identity for Julia") (synopsis "Support for the Woodbury matrix identity for Julia")
(description "This package provides support for the Woodbury matrix identity (description "This package provides support for the Woodbury matrix identity