mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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>
This commit is contained in:
parent
a4861904c7
commit
d10e1de7d7
1 changed files with 1 additions and 2 deletions
|
@ -3375,8 +3375,7 @@ (define-public julia-matrixfactorizations
|
||||||
(substitute* "test/test_ul.jl"
|
(substitute* "test/test_ul.jl"
|
||||||
(("@test @inferred\\(logdet") "@test @test_nowarn(logdet")
|
(("@test @inferred\\(logdet") "@test @test_nowarn(logdet")
|
||||||
;; Also skip the REPL test.
|
;; Also skip the REPL test.
|
||||||
(("test String") "test_nowarn String"))
|
(("test String") "test_nowarn String")))))))
|
||||||
#t)))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list julia-arraylayouts))
|
(list julia-arraylayouts))
|
||||||
(home-page "https://github.com/JuliaMatrices/MatrixFactorizations.jl")
|
(home-page "https://github.com/JuliaMatrices/MatrixFactorizations.jl")
|
||||||
|
|
Loading…
Reference in a new issue