[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60075] [PATCH 11/58] gnu: Add julia-changesofvariables.
From: |
Efraim Flashner |
Subject: |
[bug#60075] [PATCH 11/58] gnu: Add julia-changesofvariables. |
Date: |
Wed, 14 Dec 2022 22:35:09 +0200 |
* gnu/packages/julia-xyz.scm (julia-changesofvariables): New variable.
---
gnu/packages/julia-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 90b2678815..c3b12ee90c 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -822,6 +822,33 @@ (define-public julia-chainrulestestutils
dependencies, while keeping @code{ChainRulesCore.jl} as light-weight as
possible.")
(license license:expat)))
+(define-public julia-changesofvariables
+ (package
+ (name "julia-changesofvariables")
+ (version "0.1.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaMath/ChangesOfVariables.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1migyhiqr1rq496302wlkb0s5l8zwqs97ajfkip0jzpvrk2s2xxy"))))
+ (build-system julia-build-system)
+ (arguments
+ ;; Pulls in ForwardDiff, would have a cyclical
+ ;; dependency with LogExpFunctions.
+ (list #:tests? #f))
+ (propagated-inputs
+ (list julia-chainrulescore))
+ (home-page "https://github.com/JuliaMath/ChangesOfVariables.jl")
+ (synopsis "Interface for transformation functions in Julia")
+ (description "ChangesOfVariables.jl defines functionality to calculate
+volume element changes for functions that perform a change of variables (like
+coordinate transformations).")
+ (license license:expat)))
+
(define-public julia-codeczlib
(package
(name "julia-codeczlib")
--
2.38.1
- [bug#60075] [PATCH 05/58] gnu: julia-imagecore: Update to 0.9.4., (continued)
- [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, 2022/12/14
- [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 <=
- [bug#60075] [PATCH 18/58] gnu: julia-invertedindices: Update to 1.1.0., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 17/58] gnu: Add julia-shiftedarrays., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 21/58] gnu: julia-dataapi: Update to 1.13.0., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 16/58] gnu: julia-safetestsets: Fix build., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 24/58] gnu: julia-reversediff: Update to 1.14.4., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 15/58] gnu: julia-forwarddiff: Update to 0.10.34., Efraim Flashner, 2022/12/14