[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/57: gnu: julia-reversediff: Update to 1.14.4.
From: |
guix-commits |
Subject: |
24/57: gnu: julia-reversediff: Update to 1.14.4. |
Date: |
Wed, 21 Dec 2022 12:41:23 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 66dda9a799dee971b76e8bcfd648d4acfb761d5f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 13 13:23:39 2022 +0200
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.
---
gnu/packages/julia-xyz.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 3c6658baf6..666be6093d 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4830,7 +4830,7 @@ can be avoided.")
(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 @@ can be avoided.")
(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 @@ can be avoided.")
(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
- 42/57: gnu: julia-plotutils: Update to 1.2.0., (continued)
- 42/57: gnu: julia-plotutils: Update to 1.2.0., guix-commits, 2022/12/21
- 43/57: gnu: julia-indexablebitvectors: Limit to 64-bit systems., guix-commits, 2022/12/21
- 51/57: gnu: julia-blockbandedmatrices: Update to 0.11.9., guix-commits, 2022/12/21
- 33/57: gnu: Add julia-optimisers., guix-commits, 2022/12/21
- 47/57: gnu: julia-matrixfactorizations: Update to 0.9.3., guix-commits, 2022/12/21
- 40/57: gnu: julia-colors: Update to 0.12.9., guix-commits, 2022/12/21
- 45/57: gnu: julia-scanbyte: Update to 0.3.2., guix-commits, 2022/12/21
- 12/57: gnu: julia-logexpfunctions: Update to 0.3.17., guix-commits, 2022/12/21
- 17/57: gnu: Add julia-shiftedarrays., guix-commits, 2022/12/21
- 18/57: gnu: julia-invertedindices: Update to 1.1.0., guix-commits, 2022/12/21
- 24/57: gnu: julia-reversediff: Update to 1.14.4.,
guix-commits <=
- 29/57: gnu: julia-chainrulescore: Update to 1.12.2., guix-commits, 2022/12/21
- 46/57: gnu: julia-scanbyte: Limit to x86_64-linux., guix-commits, 2022/12/21
- 48/57: gnu: Add julia-static-0.6., guix-commits, 2022/12/21
- 54/57: gnu: julia-graphics: Update to 1.1.2., guix-commits, 2022/12/21
- 55/57: gnu: julia-imageaxes: Update to 0.6.10., guix-commits, 2022/12/21
- 56/57: gnu: julia-paddedviews: Update to 0.5.11., guix-commits, 2022/12/21
- 03/57: gnu: julia-coordinatetransformations: Update to 0.6.2-1.78f5a5c., guix-commits, 2022/12/21
- 06/57: gnu: julia-imagebase: Update to 0.1.5., guix-commits, 2022/12/21
- 04/57: gnu: julia-mappedarrays: Update to 0.4.1., guix-commits, 2022/12/21
- 11/57: gnu: Add julia-changesofvariables., guix-commits, 2022/12/21