[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47350] [PATCH v2 25/30] gnu: Add julia-specialfunctions.
From: |
zimoun |
Subject: |
[bug#47350] [PATCH v2 25/30] gnu: Add julia-specialfunctions. |
Date: |
Thu, 25 Mar 2021 02:05:11 +0100 |
* gnu/packages/julia-xyz.scm (julia-specialfunctions): 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 d99eadcfd4..4bd5a1f9a3 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1004,6 +1004,33 @@ high-order accuracy, assuming that @code{f(x0+h)} has a
Taylor series or some
other power series in @code{h}.")
(license license:expat)))
+(define-public julia-specialfunctions
+ (package
+ (name "julia-specialfunctions")
+ (version "1.3.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaMath/SpecialFunctions.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1rfhrrkzi3ils7fklbn35ki1yp5x88fi71qknfwqyw4pk8cf8p80"))))
+ (build-system julia-build-system)
+ (inputs
+ `(("julia-chainrulestestutils" ,julia-chainrulestestutils)))
+ (propagated-inputs
+ `(("julia-chainrulescore" ,julia-chainrulescore)
+ ("julia-openspecfun-jll" ,julia-openspecfun-jll)))
+ (home-page "https://github.com/JuliaMath/SpecialFunctions.jl")
+ (synopsis "Special mathematical functions")
+ (description "This package provides special mathematical functions,
+including Bessel, Hankel, Airy, error, Dawson, exponential (or sine and
+cosine) integrals, eta, zeta, digamma, inverse digamma, trigamma, and
+polygamma functions.")
+ (license license:expat)))
+
(define-public julia-staticarrays
(package
(name "julia-staticarrays")
--
2.28.0
- [bug#47350] [PATCH v2 14/30] gnu: Add julia-chainrulescore., (continued)
- [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, 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 <=
- [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