mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: julia-reversediff: Update to 1.14.4.
* gnu/packages/julia-xyz.scm (julia-reversediff): Update to 1.14.4. [propagated-inputs]: Add julia-chainrulescore, julia-difftests, julia-logexpfunctions.
This commit is contained in:
parent
0147f38df6
commit
66dda9a799
1 changed files with 6 additions and 3 deletions
|
@ -4830,7 +4830,7 @@ (define-public julia-requires
|
|||
(define-public julia-reversediff
|
||||
(package
|
||||
(name "julia-reversediff")
|
||||
(version "1.9.0")
|
||||
(version "1.14.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4839,7 +4839,7 @@ (define-public julia-reversediff
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1wrr6sqj2xl9grkvdp88rw3manxy9vbx28zq2wssya5ns1xabsnl"))))
|
||||
(base32 "0hwsjmr4wiscqa5kaj4mw0i4agyyzdcmq4r1gp2i563nc1ziaylg"))))
|
||||
(build-system julia-build-system)
|
||||
(arguments
|
||||
;; XXXX: Test suite failing for i686, e.g.,
|
||||
|
@ -4849,10 +4849,13 @@ (define-public julia-reversediff
|
|||
(list #:tests? (not (or (%current-target-system)
|
||||
(target-x86-32?)))))
|
||||
(propagated-inputs
|
||||
(list julia-diffresults
|
||||
(list julia-chainrulescore
|
||||
julia-diffresults
|
||||
julia-diffrules
|
||||
julia-difftests
|
||||
julia-forwarddiff
|
||||
julia-functionwrappers
|
||||
julia-logexpfunctions
|
||||
julia-macrotools
|
||||
julia-nanmath
|
||||
julia-specialfunctions
|
||||
|
|
Loading…
Reference in a new issue