[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/33: gnu: Add julia-nanmath.
From: |
guix-commits |
Subject: |
04/33: gnu: Add julia-nanmath. |
Date: |
Mon, 29 Mar 2021 10:48:17 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit a5edd83ddb3aec9a896848b6a8b40e8aefbf2f68
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Mar 25 02:04:52 2021 +0100
gnu: Add julia-nanmath.
* gnu/packages/julia-xyz.scm (julia-nanmath): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 5ba85f8..6508fa5 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")
- branch master updated (5dbc2e3 -> 19c6ea9), guix-commits, 2021/03/29
- 01/33: build-system/julia: Turn on deprecation warnings., guix-commits, 2021/03/29
- 04/33: gnu: Add julia-nanmath.,
guix-commits <=
- 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, 2021/03/29