guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

47/57: gnu: julia-matrixfactorizations: Update to 0.9.3.


From: guix-commits
Subject: 47/57: gnu: julia-matrixfactorizations: Update to 0.9.3.
Date: Wed, 21 Dec 2022 12:41:26 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit bedb7311e10dc54c97c215266bbe12bb70b70ece
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 14 17:17:13 2022 +0200

    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.
---
 gnu/packages/julia-xyz.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 6a610a3268..f85be84ebf 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3634,7 +3634,7 @@ comes from the fact that @code{M == map(f, A)}.")
 (define-public julia-matrixfactorizations
   (package
     (name "julia-matrixfactorizations")
-    (version "0.8.4")
+    (version "0.9.3")
     (source
       (origin
         (method git-fetch)
@@ -3643,7 +3643,7 @@ comes from the fact that @code{M == map(f, A)}.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "15zvcv2l4iqmjpnqjyx2kry7a85p652nbjy9pj3wq0piksqcz4jb"))))
+         (base32 "0sqmig01irmvh617h2rsw44hl39qwv2913nlqjsdz9si5vli2hsl"))))
     (build-system julia-build-system)
     (arguments
      (list
@@ -3651,10 +3651,8 @@ comes from the fact that @code{M == map(f, A)}.")
       #~(modify-phases %standard-phases
           (add-after 'link-depot 'skip-failing-test
             (lambda _
-              ;; Tests with math functions are hard.
               (substitute* "test/test_ul.jl"
-                (("@test @inferred\\(logdet") "@test @test_nowarn(logdet")
-                ;; Also skip the REPL test.
+                ;; Don't warn on the REPL test.
                 (("test String") "test_nowarn String")))))))
     (propagated-inputs
      (list julia-arraylayouts))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]