[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60075] [PATCH 12/58] gnu: julia-logexpfunctions: Update to 0.3.17.
From: |
Efraim Flashner |
Subject: |
[bug#60075] [PATCH 12/58] gnu: julia-logexpfunctions: Update to 0.3.17. |
Date: |
Wed, 14 Dec 2022 22:35:10 +0200 |
* gnu/packages/julia-xyz.scm (julia-logexpfunctions): Update to 0.3.17.
[propagated-inputs]: Add julia-chainrulescore, julia-changesofvariables,
julia-inversefunctions and julia-irrationalcontants.
[native-inputs]: Add julia-chainrulestestutils.
---
gnu/packages/julia-xyz.scm | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index c3b12ee90c..2fc1786c71 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3441,7 +3441,7 @@ (define-public julia-linesearches
(define-public julia-logexpfunctions
(package
(name "julia-logexpfunctions")
- (version "0.2.4")
+ (version "0.3.17")
(source
(origin
(method git-fetch)
@@ -3450,12 +3450,17 @@ (define-public julia-logexpfunctions
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0rvms3mmq8a1viqlyzdgs2ccddcy6j0c677dlb8m5nk6hkiwr16n"))))
+ (base32 "0272c1256r42y6g4wsjmgpwcl5s7z98b8sfmyycckqf0zp5dzxg4"))))
(build-system julia-build-system)
(propagated-inputs
- (list julia-docstringextensions))
+ (list julia-chainrulescore
+ julia-changesofvariables
+ julia-docstringextensions
+ julia-inversefunctions
+ julia-irrationalconstants))
(native-inputs
- (list julia-offsetarrays))
+ (list julia-chainrulestestutils
+ julia-offsetarrays))
(home-page "https://github.com/JuliaStats/LogExpFunctions.jl")
(synopsis "Special functions based on @code{log} and @code{exp}")
(description "Various special functions based on log and exp moved from
--
2.38.1
- [bug#60075] [PATCH 01/58] gnu: julia-fillarrays: Update to 0.13.6., (continued)
- [bug#60075] [PATCH 01/58] gnu: julia-fillarrays: Update to 0.13.6., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 06/58] gnu: julia-imagebase: Update to 0.1.5., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 04/58] gnu: julia-mappedarrays: Update to 0.4.1., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 05/58] gnu: julia-imagecore: Update to 0.9.4., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 02/58] gnu: julia-arraylayouts: Update to 0.8.16., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 03/58] gnu: julia-coordinatetransformations: Update to 0.6.2-1.78f5a5c., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 12/58] gnu: julia-logexpfunctions: Update to 0.3.17.,
Efraim Flashner <=
- [bug#60075] [PATCH 10/58] gnu: Add julia-inversefunctions., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 09/58] gnu: Add julia-irrationalconstants., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 11/58] gnu: Add julia-changesofvariables., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 18/58] gnu: julia-invertedindices: Update to 1.1.0., Efraim Flashner, 2022/12/14