me
/
guix
Archived
1
0
Fork 0

gnu: julia-matrixfactorizations: Delete trailing #t.

* gnu/packages/julia-xyz.scm (julia-matrixfactorizations): Delete trailing #t.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
zimoun 2022-02-23 14:47:16 +01:00 committed by Efraim Flashner
parent a4861904c7
commit d10e1de7d7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 2 deletions

View File

@ -3375,8 +3375,7 @@ comes from the fact that @code{M == map(f, A)}.")
(substitute* "test/test_ul.jl"
(("@test @inferred\\(logdet") "@test @test_nowarn(logdet")
;; Also skip the REPL test.
(("test String") "test_nowarn String"))
#t)))))
(("test String") "test_nowarn String")))))))
(propagated-inputs
(list julia-arraylayouts))
(home-page "https://github.com/JuliaMatrices/MatrixFactorizations.jl")