gnu: julia-genericschur: Update to 0.5.3.

* gnu/packages/julia-xyz.scm (julia-genericschur): Update to 0.5.3.
This commit is contained in:
Efraim Flashner 2022-12-08 19:46:50 +02:00
parent ca89740f3b
commit 600c8cec79
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2203,7 +2203,7 @@ (define-public julia-genericlinearalgebra
(define-public julia-genericschur
(package
(name "julia-genericschur")
(version "0.5.1")
(version "0.5.3")
(source
(origin
(method git-fetch)
@ -2212,7 +2212,7 @@ (define-public julia-genericschur
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "12x6lxzxm91y3k6s9dam46dq5hrby5sr0gy0fdfnp0xhjzdy2j0d"))))
(base32 "02f2azi6036ca8nlgyvvfagwbks8jxfz4k0d8a709ixr1n0ylwap"))))
(build-system julia-build-system)
(arguments
(list
@ -2221,7 +2221,7 @@ (define-public julia-genericschur
(add-after 'link-depot 'adjust-test-suite
(lambda _
(substitute* "test/complex.jl"
;; expected Array{Int32,1}, got a value of type Array{Int64,1}
;; expected Vector{Int32,1}, got a value of type Vector{Int64,1}
(("A = _example") "#A = _example")
(("schurtest\\(A,20\\)") ""))
(substitute* "test/runtests.jl"