me
/
guix
Archived
1
0
Fork 0

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.
Efraim Flashner 2022-12-13 13:23:39 +02:00
parent 0147f38df6
commit 66dda9a799
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 3 deletions

View File

@ -4830,7 +4830,7 @@ can be avoided.")
(define-public julia-reversediff (define-public julia-reversediff
(package (package
(name "julia-reversediff") (name "julia-reversediff")
(version "1.9.0") (version "1.14.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4839,7 +4839,7 @@ can be avoided.")
(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 "1wrr6sqj2xl9grkvdp88rw3manxy9vbx28zq2wssya5ns1xabsnl")))) (base32 "0hwsjmr4wiscqa5kaj4mw0i4agyyzdcmq4r1gp2i563nc1ziaylg"))))
(build-system julia-build-system) (build-system julia-build-system)
(arguments (arguments
;; XXXX: Test suite failing for i686, e.g., ;; XXXX: Test suite failing for i686, e.g.,
@ -4849,10 +4849,13 @@ can be avoided.")
(list #:tests? (not (or (%current-target-system) (list #:tests? (not (or (%current-target-system)
(target-x86-32?))))) (target-x86-32?)))))
(propagated-inputs (propagated-inputs
(list julia-diffresults (list julia-chainrulescore
julia-diffresults
julia-diffrules julia-diffrules
julia-difftests
julia-forwarddiff julia-forwarddiff
julia-functionwrappers julia-functionwrappers
julia-logexpfunctions
julia-macrotools julia-macrotools
julia-nanmath julia-nanmath
julia-specialfunctions julia-specialfunctions