[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47350] [PATCH 19/29] gnu: Add julia-calculus.
From: |
zimoun |
Subject: |
[bug#47350] [PATCH 19/29] gnu: Add julia-calculus. |
Date: |
Tue, 23 Mar 2021 20:46:41 +0100 |
* gnu/packages/julia-xyz.scm (julia-calculus): New variable.
---
gnu/packages/julia-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index d14fa66fe5..dfab3c20af 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -121,6 +121,30 @@ operations. It can wrap any @code{IO} type automatically
making incremental
reading and writing faster.")
(license license:expat)))
+(define-public julia-calculus
+ (package
+ (name "julia-calculus")
+ (version "0.5.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaMath/Calculus.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0xh0ak2ycsjw2h86ja24ch3kn2d18zx3frrds78aimwdnqb1gdc2"))))
+ (build-system julia-build-system)
+ (home-page "https://github.com/JuliaMath/Calculus.jl")
+ (synopsis "Common utilities for automatic differentiation")
+ (description "This package provides tools for working with the basic
+calculus operations of differentiation and integration. The @code{Calculus}
+package produces approximate derivatives by several forms of finite
+differencing or produces exact derivative using symbolic differentiation. It
+can also be used to compute definite integrals by different numerical
+methods.")
+ (license license:expat)))
+
(define-public julia-chainrulescore
(package
(name "julia-chainrulescore")
--
2.28.0
- [bug#47350] [PATCH 07/29] gnu: Add julia-unitful., (continued)
- [bug#47350] [PATCH 10/29] gnu: Add julia-colors., zimoun, 2021/03/23
- [bug#47350] [PATCH 12/29] gnu: Add julia-requires., zimoun, 2021/03/23
- [bug#47350] [PATCH 15/29] gnu: Add julia-finitedifferences., zimoun, 2021/03/23
- [bug#47350] [PATCH 13/29] gnu: Add julia-chainrulescore., zimoun, 2021/03/23
- [bug#47350] [PATCH 11/29] gnu: Add julia-example., zimoun, 2021/03/23
- [bug#47350] [PATCH 17/29] gnu: Add julia-fillarrays., zimoun, 2021/03/23
- [bug#47350] [PATCH 18/29] gnu: Add julia-commonsubexpressions., zimoun, 2021/03/23
- [bug#47350] [PATCH 14/29] gnu: Add julia-richardson., zimoun, 2021/03/23
- [bug#47350] [PATCH 16/29] gnu: Add julia-chainrulestestutils., zimoun, 2021/03/23
- [bug#47350] [PATCH 19/29] gnu: Add julia-calculus.,
zimoun <=
- [bug#47350] [PATCH 20/29] gnu: Add julia-diffresults., zimoun, 2021/03/23
- [bug#47350] [PATCH 21/29] gnu: Add julia-difftests., zimoun, 2021/03/23
- [bug#47350] [PATCH 26/29] gnu: Add julia-chainrules., zimoun, 2021/03/23
- [bug#47350] [PATCH 27/29] gnu: Add julia-forwarddiff., zimoun, 2021/03/23
- [bug#47350] [PATCH 24/29] gnu: Add julia-specialfunctions., zimoun, 2021/03/23
- [bug#47350] [PATCH 23/29] gnu: Add julia-openspecfun-jll., zimoun, 2021/03/23
- [bug#47350] [PATCH 25/29] gnu: Add julia-diffrules., zimoun, 2021/03/23
- [bug#47350] [PATCH 29/29] gnu: Add julia-zygote., zimoun, 2021/03/23
- [bug#47350] [PATCH 28/29] gnu: Add julia-zygoterules., zimoun, 2021/03/23
- [bug#47350] [PATCH 22/29] gnu: Add julia-compilersupportlibraries-jll., zimoun, 2021/03/23