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.
parent
273709932f
commit
a749ae387d
|
@ -2353,7 +2353,7 @@ c-style numerical formatting.")
|
||||||
(define-public julia-forwarddiff
|
(define-public julia-forwarddiff
|
||||||
(package
|
(package
|
||||||
(name "julia-forwarddiff")
|
(name "julia-forwarddiff")
|
||||||
(version "0.10.34")
|
(version "0.10.36")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2362,7 +2362,7 @@ c-style numerical formatting.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1lwjw2jzkffwk06hfc30vxhv36ng3gf12qjc43swmqiakkd3m5jx"))))
|
(base32 "0mg9b5p3farc05wdxzciykrlx9hy7ivm0dq50hwp0dgd600hdjxy"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; XXXX: Unexpected and non-deterministic failures for i686, e.g.,
|
;; XXXX: Unexpected and non-deterministic failures for i686, e.g.,
|
||||||
|
@ -2380,6 +2380,7 @@ c-style numerical formatting.")
|
||||||
julia-diffresults
|
julia-diffresults
|
||||||
julia-diffrules
|
julia-diffrules
|
||||||
julia-difftests
|
julia-difftests
|
||||||
|
julia-logexpfunctions
|
||||||
julia-nanmath
|
julia-nanmath
|
||||||
julia-specialfunctions
|
julia-specialfunctions
|
||||||
julia-staticarrays))
|
julia-staticarrays))
|
||||||
|
|
Reference in New Issue