[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/33: gnu: Add julia-diffrules.
From: |
guix-commits |
Subject: |
26/33: gnu: Add julia-diffrules. |
Date: |
Mon, 29 Mar 2021 10:48:24 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 33e5152aeb1ae6d7dc4da792173492e92875a8d7
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Mar 25 02:05:12 2021 +0100
gnu: Add julia-diffrules.
* gnu/packages/julia-xyz.scm (julia-diffrules): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/julia-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 4bd5a1f..fe1ecf0 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -411,6 +411,31 @@ including, @code{CircularBuffer}, @code{Queue},
@code{Stack},
be passed to in-place differentiation methods instead of an output buffer.")
(license license:expat)))
+(define-public julia-diffrules
+ (package
+ (name "julia-diffrules")
+ (version "1.0.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaDiff/DiffRules.jl";)
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0cwjvj4gma7924fm3yas0nf0jlnwwx4v7fi79ii3s290lkdldzfl"))))
+ (propagated-inputs
+ `(("julia-nanmath" ,julia-nanmath)
+ ("julia-specialfunctions" ,julia-specialfunctions)))
+ (build-system julia-build-system)
+ (home-page "https://github.com/JuliaDiff/DiffRules.jl";)
+ (synopsis "Primitive differentiation rules")
+ (description "This package provides primitive differentiation rules that
+can be composed via various formulations of the chain rule. Using
+@code{DiffRules}, new differentiation rules can defined, query whether or not
+a given rule exists, and symbolically apply rules to simple Julia
expressions.")
+ (license license:expat)))
+
(define-public julia-difftests
(package
(name "julia-difftests")
- 04/33: gnu: Add julia-nanmath., (continued)
- 04/33: gnu: Add julia-nanmath., guix-commits, 2021/03/29
- 02/33: gnu: Add julia-constructionbase., guix-commits, 2021/03/29
- 08/33: gnu: Add julia-unitful., guix-commits, 2021/03/29
- 06/33: gnu: Add julia-irtools., guix-commits, 2021/03/29
- 07/33: gnu: Add julia-staticarrays., guix-commits, 2021/03/29
- 14/33: gnu: Add julia-chainrulescore., guix-commits, 2021/03/29
- 11/33: gnu: Add julia-colors., guix-commits, 2021/03/29
- 03/33: gnu: Add julia-macrotools., guix-commits, 2021/03/29
- 13/33: gnu: Add julia-requires., guix-commits, 2021/03/29
- 05/33: gnu: Add julia-reexport., guix-commits, 2021/03/29
- 26/33: gnu: Add julia-diffrules.,
guix-commits <=
- 20/33: gnu: Add julia-calculus., guix-commits, 2021/03/29
- 21/33: gnu: Add julia-diffresults., guix-commits, 2021/03/29
- 31/33: gexp: 'imported+compiled-modules' fully honors #:guile., guix-commits, 2021/03/29
- 12/33: gnu: Add julia-example., guix-commits, 2021/03/29
- 19/33: gnu: Add julia-commonsubexpressions., guix-commits, 2021/03/29
- 28/33: gnu: Add julia-forwarddiff., guix-commits, 2021/03/29
- 10/33: gnu: Add julia-colortypes., guix-commits, 2021/03/29
- 16/33: gnu: Add julia-finitedifferences., guix-commits, 2021/03/29
- 15/33: gnu: Add julia-richardson., guix-commits, 2021/03/29
- 33/33: gexp: 'gexp->script' uses #:guile also as the guile-for-build., guix-commits, 2021/03/29