1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 12:01:49 +02:00

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.
This commit is contained in:
Efraim Flashner
2023-09-18 13:05:01 +03:00
parent 273709932f
commit a749ae387d
+3 -2
View File
@@ -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))