[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47350] [PATCH v2 04/30] gnu: Add julia-nanmath.
From: |
zimoun |
Subject: |
[bug#47350] [PATCH v2 04/30] gnu: Add julia-nanmath. |
Date: |
Thu, 25 Mar 2021 02:04:52 +0100 |
* gnu/packages/julia-xyz.scm (julia-nanmath): New variable.
---
gnu/packages/julia-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 5ba85f8bc0..6508fa52af 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -435,6 +435,26 @@ TLS} and cryptography C libary for Julia.")
wrappers.")
(license license:expat)))
+(define-public julia-nanmath
+ (package
+ (name "julia-nanmath")
+ (version "0.3.5")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mlubin/NaNMath.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1hczhz00qj99w63vp627kwk02l2sr2qmzc2rkwwkdwvzy670p25q"))))
+ (build-system julia-build-system)
+ (home-page "https://github.com/mlubin/NaNMath.jl")
+ (synopsis "Implementations of basic math functions")
+ (description "Implementations of basic math functions which return
+@code{NaN} instead of throwing a @code{DomainError}.")
+ (license license:expat)))
+
(define-public julia-orderedcollections
(package
(name "julia-orderedcollections")
--
2.28.0
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), (continued)
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), Nicolò Balzarotti, 2021/03/24
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), zimoun, 2021/03/24
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), zimoun, 2021/03/24
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), Nicolò Balzarotti, 2021/03/25
- [bug#47350] [PATCH 00/29] Add Zygote (piece for Machine Learning with Julia), zimoun, 2021/03/25
[bug#47350] [PATCH v2 01/30] build: julia-build-system: Turn on depreciation warnings., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 03/30] gnu: Add julia-macrotools., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 06/30] gnu: Add julia-irtools., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 05/30] gnu: Add julia-reexport., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 08/30] gnu: Add julia-unitful., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 04/30] gnu: Add julia-nanmath.,
zimoun <=
- [bug#47350] [PATCH v2 07/30] gnu: Add julia-staticarrays., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 11/30] gnu: Add julia-colors., zimoun, 2021/03/24
- [bug#47350] [PATCH v2 13/30] gnu: Add julia-requires., zimoun, 2021/03/24
- [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