[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: Add julia-suppressor.
From: |
guix-commits |
Subject: |
05/06: gnu: Add julia-suppressor. |
Date: |
Sun, 16 May 2021 11:04:32 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit ef9a5521823c7d8c6fe954189d6feb312a3be6fa
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun May 16 16:44:14 2021 +0300
gnu: Add julia-suppressor.
* gnu/packages/julia-xyz.scm (julia-suppressor): 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 0ca4326..f8d51f2 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1276,6 +1276,26 @@ statically sized arrays in Julia, using the abstract type
linear algebra operations.")
(license license:expat)))
+(define-public julia-suppressor
+ (package
+ (name "julia-suppressor")
+ (version "0.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaIO/Suppressor.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0v6pxvf8lzrqjc676snvlszh14ridl442g2h6syfjiy75pk7mdyc"))))
+ (build-system julia-build-system)
+ (home-page "https://github.com/JuliaIO/Suppressor.jl")
+ (synopsis "Capture stdout and sterr")
+ (description "Julia macros for suppressing and/or capturing output
(stdout),
+warnings (stderr) or both streams at the same time.")
+ (license license:expat)))
+
(define-public julia-uris
(package
(name "julia-uris")
- branch master updated (7c4c781 -> 860ca28), guix-commits, 2021/05/16
- 02/06: gnu: Add julia-zipfile., guix-commits, 2021/05/16
- 06/06: gnu: Add julia-msgpack., guix-commits, 2021/05/16
- 04/06: gnu: Add julia-docstringextensions., guix-commits, 2021/05/16
- 03/06: gnu: Add julia-iocapture., guix-commits, 2021/05/16
- 01/06: gnu: Add julia-zlib-jll., guix-commits, 2021/05/16
- 05/06: gnu: Add julia-suppressor.,
guix-commits <=