guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: julia-forwarddiff: Update to 0.10.36.


From: guix-commits
Subject: branch master updated: gnu: julia-forwarddiff: Update to 0.10.36.
Date: Mon, 18 Sep 2023 08:43:54 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a749ae387d gnu: julia-forwarddiff: Update to 0.10.36.
a749ae387d is described below

commit a749ae387d308d998c5b44dc03a95ef87f66ebc3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Sep 18 13:05:01 2023 +0300

    gnu: julia-forwarddiff: Update to 0.10.36.
    
    * gnu/packages/julia-xyz.scm (julia-forwarddiff): Update to 0.10.36.
    [propagated-inputs]: Add julia-logexpfunctions.
---
 gnu/packages/julia-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index a1e65332fa..11feea7d46 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2353,7 +2353,7 @@ c-style numerical formatting.")
 (define-public julia-forwarddiff
   (package
     (name "julia-forwarddiff")
-    (version "0.10.34")
+    (version "0.10.36")
     (source
      (origin
        (method git-fetch)
@@ -2362,7 +2362,7 @@ c-style numerical formatting.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1lwjw2jzkffwk06hfc30vxhv36ng3gf12qjc43swmqiakkd3m5jx"))))
+        (base32 "0mg9b5p3farc05wdxzciykrlx9hy7ivm0dq50hwp0dgd600hdjxy"))))
     (build-system julia-build-system)
     (arguments
      ;; XXXX: Unexpected and non-deterministic failures for i686, e.g.,
@@ -2380,6 +2380,7 @@ c-style numerical formatting.")
            julia-diffresults
            julia-diffrules
            julia-difftests
+           julia-logexpfunctions
            julia-nanmath
            julia-specialfunctions
            julia-staticarrays))



reply via email to

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