guix-commits
[Top][All Lists]
Advanced

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

15/16: gnu: julia-woodburymatrices: Update to 0.5.5.


From: guix-commits
Subject: 15/16: gnu: julia-woodburymatrices: Update to 0.5.5.
Date: Thu, 8 Dec 2022 13:31:18 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 6191d64f8aa2deca0d17e30a1aaab4ff84710ee2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Dec 8 20:03:37 2022 +0200

    gnu: julia-woodburymatrices: Update to 0.5.5.
    
    * gnu/packages/julia-xyz.scm (julia-woodburymatrices): Update to 0.5.5.
    [arguments]: Remove 'remove-failing-test-i686 phase.
---
 gnu/packages/julia-xyz.scm | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index f91a7ecf3c..3e2df5d648 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -5760,7 +5760,7 @@ allows for efficient string representation and transfer")
 (define-public julia-woodburymatrices
   (package
     (name "julia-woodburymatrices")
-    (version "0.5.3")
+    (version "0.5.5")
     (source
       (origin
         (method git-fetch)
@@ -5769,19 +5769,8 @@ allows for efficient string representation and transfer")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "04yykivi8zrbryxlmb0p5xa6lma8iq22r5s863117dnnqj5gaffd"))))
+         (base32 "1vwy8nlhvjh0ndia4ni40iq4pf2nhwy5iy3rmf4i2jff13vc6aqn"))))
     (build-system julia-build-system)
-    (arguments
-     (list
-      #:phases
-      (if (target-x86-32?)
-          #~(modify-phases %standard-phases
-              (add-after 'unpack 'remove-failing-test-i686
-                (lambda _
-                  (substitute* "test/woodbury.jl"
-                    (("@test logdet\\(W\\)")
-                     "@test_broken logdet(W)")))))
-          #~%standard-phases)))
     (home-page "https://github.com/timholy/WoodburyMatrices.jl";)
     (synopsis "Support for the Woodbury matrix identity for Julia")
     (description "This package provides support for the Woodbury matrix 
identity



reply via email to

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