[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47350] [PATCH v2 21/30] gnu: Add julia-diffresults.
From: |
zimoun |
Subject: |
[bug#47350] [PATCH v2 21/30] gnu: Add julia-diffresults. |
Date: |
Thu, 25 Mar 2021 02:05:07 +0100 |
* gnu/packages/julia-xyz.scm (julia-diffresults): 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 75b46a1c7c..885a851375 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -343,6 +343,28 @@ including, @code{CircularBuffer}, @code{Queue},
@code{Stack},
@code{Accumulators}, @code{LinkedLists}, @code{SortedDicts} and many others.")
(license license:expat)))
+(define-public julia-diffresults
+ (package
+ (name "julia-diffresults")
+ (version "1.0.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaDiff/DiffResults.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1w6p3yxajvclax5b9g7cr2jmbc7lvr5nk4gq0aljxdycdq1d2y3v"))))
+ (propagated-inputs
+ `(("julia-staticarrays" ,julia-staticarrays)))
+ (build-system julia-build-system)
+ (home-page "https://github.com/JuliaDiff/DiffResults.jl")
+ (synopsis "In-place differentiation methods of primal values at
multi-order")
+ (description "This package provides the @code{DiffResult} type, which can
+be passed to in-place differentiation methods instead of an output buffer.")
+ (license license:expat)))
+
(define-public julia-example
(let ((commit "f968c69dea24f851d0c7e686db23fa55826b5388"))
(package
--
2.28.0
- [bug#47350] [PATCH v2 16/30] gnu: Add julia-finitedifferences., (continued)
- [bug#47350] [PATCH v2 16/30] gnu: Add julia-finitedifferences., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 02/30] gnu: Add julia-constructionbase., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 15/30] gnu: Add julia-richardson., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 12/30] gnu: Add julia-example., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 09/30] gnu: Add julia-abstractffts., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 14/30] gnu: Add julia-chainrulescore., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 17/30] gnu: Add julia-chainrulestestutils., zimoun, 2021/03/24
- [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 <=
- [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, 2021/03/24
- [bug#47350] [PATCH v2 30/30] gnu: Add julia-zygote., zimoun, 2021/03/24