[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47350] [PATCH v2 29/30] gnu: Add julia-zygoterules.
From: |
zimoun |
Subject: |
[bug#47350] [PATCH v2 29/30] gnu: Add julia-zygoterules. |
Date: |
Thu, 25 Mar 2021 02:05:15 +0100 |
* gnu/packages/julia-xyz.scm (julia-zygoterules): New variable.
---
gnu/packages/julia-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 9a414fc739..af8b41e82b 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1199,3 +1199,25 @@ working with @acronym{URIs,Uniform Resource
Identifiers}, as defined in RFC
(description "This package supports SI units and also many other unit
system.")
(license license:expat)))
+
+(define-public julia-zygoterules
+ (package
+ (name "julia-zygoterules")
+ (version "0.2.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/FluxML/ZygoteRules.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "07i2mf6rr5b8i6l82qgwl5arsb5pwyyzyfasgnszhdqllk9501bs"))))
+ (build-system julia-build-system)
+ (propagated-inputs
+ `(("julia-macrotools" ,julia-macrotools)))
+ (home-page "https://github.com/FluxML/ZygoteRules.jl")
+ (synopsis "Add minimal custom gradients to Zygote")
+ (description "Minimal package which enables to add custom gradients to
+Zygote, without depending on Zygote itself.")
+ (license license:expat)))
--
2.28.0
- [bug#47350] [PATCH v2 24/30] gnu: Add julia-openspecfun-jll., (continued)
- [bug#47350] [PATCH v2 24/30] gnu: Add julia-openspecfun-jll., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 27/30] gnu: Add julia-chainrules., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 19/30] gnu: Add julia-commonsubexpressions., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 21/30] gnu: Add julia-diffresults., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 23/30] gnu: Add julia-compilersupportlibraries-jll., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 26/30] gnu: Add julia-diffrules., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 18/30] gnu: Add julia-fillarrays., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 22/30] gnu: Add julia-difftests., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 25/30] gnu: Add julia-specialfunctions., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 28/30] gnu: Add julia-forwarddiff., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 29/30] gnu: Add julia-zygoterules.,
zimoun <=
- [bug#47350] [PATCH v2 30/30] gnu: Add julia-zygote., zimoun, 2021/03/24