gnu: julia-matrixfactorizations: Update to 0.9.3.
* gnu/packages/julia-xyz.scm (julia-matrixfactorizations): Update to 0.9.3. [arguments]: Re-enable one of the skipped tests.
This commit is contained in:
parent
53436955c4
commit
bedb7311e1
1 changed files with 3 additions and 5 deletions
|
|
@ -3634,7 +3634,7 @@ comes from the fact that @code{M == map(f, A)}.")
|
||||||
(define-public julia-matrixfactorizations
|
(define-public julia-matrixfactorizations
|
||||||
(package
|
(package
|
||||||
(name "julia-matrixfactorizations")
|
(name "julia-matrixfactorizations")
|
||||||
(version "0.8.4")
|
(version "0.9.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -3643,7 +3643,7 @@ comes from the fact that @code{M == map(f, A)}.")
|
||||||
(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 "15zvcv2l4iqmjpnqjyx2kry7a85p652nbjy9pj3wq0piksqcz4jb"))))
|
(base32 "0sqmig01irmvh617h2rsw44hl39qwv2913nlqjsdz9si5vli2hsl"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
@ -3651,10 +3651,8 @@ comes from the fact that @code{M == map(f, A)}.")
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'link-depot 'skip-failing-test
|
(add-after 'link-depot 'skip-failing-test
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Tests with math functions are hard.
|
|
||||||
(substitute* "test/test_ul.jl"
|
(substitute* "test/test_ul.jl"
|
||||||
(("@test @inferred\\(logdet") "@test @test_nowarn(logdet")
|
;; Don't warn on the REPL test.
|
||||||
;; Also skip the REPL test.
|
|
||||||
(("test String") "test_nowarn String")))))))
|
(("test String") "test_nowarn String")))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list julia-arraylayouts))
|
(list julia-arraylayouts))
|
||||||
|
|
|
||||||
Reference in a new issue