[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/16: gnu: Add julia-aqua.
From: |
guix-commits |
Subject: |
14/16: gnu: Add julia-aqua. |
Date: |
Thu, 20 May 2021 10:13:07 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 130c13c877db9252a9c578a66f65483a32fecd64
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu May 20 16:56:58 2021 +0300
gnu: Add julia-aqua.
* gnu/packages/julia-xyz.scm (julia-aqua): 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 4d2b68e..aea1173 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -101,6 +101,26 @@ acts like @code{convert(T, x)}, but without the
restriction of returning a
be GPU compatible without throwing away the wrapper.")
(license license:expat)))
+(define-public julia-aqua
+ (package
+ (name "julia-aqua")
+ (version "0.5.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaTesting/Aqua.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0zcvrwnyhh2kr4d2xv7ps8dh7byw78dx6yb1m9m4dblgscn5kypb"))))
+ (build-system julia-build-system)
+ (home-page "https://github.com/JuliaTesting/Aqua.jl")
+ (synopsis "Automated quality assurance for Julia packages")
+ (description "@acronym{Aqua.jl, Auto QUality Assurance for Julia packages},
+provides functions to run a few automatable checks for Julia packages.")
+ (license license:expat)))
+
(define-public julia-benchmarktools
(package
(name "julia-benchmarktools")
- branch master updated (2b425cf -> 28afc9b), guix-commits, 2021/05/20
- 01/16: gnu: Add julia-jpegturbo-jll., guix-commits, 2021/05/20
- 04/16: gnu: Add julia-libtiff-jll., guix-commits, 2021/05/20
- 02/16: gnu: Add julia-zstd-jll., guix-commits, 2021/05/20
- 05/16: gnu: Add julia-imagemagick-jll., guix-commits, 2021/05/20
- 09/16: gnu: Add julia-unpack., guix-commits, 2021/05/20
- 06/16: gnu: Add julia-ifelse., guix-commits, 2021/05/20
- 10/16: gnu: Add julia-parameters., guix-commits, 2021/05/20
- 07/16: gnu: Add julia-sortingalgorithms., guix-commits, 2021/05/20
- 14/16: gnu: Add julia-aqua.,
guix-commits <=
- 03/16: gnu: Add julia-libpng-jll., guix-commits, 2021/05/20
- 08/16: gnu: Add julia-safetestsets., guix-commits, 2021/05/20
- 11/16: gnu: Add julia-crayons., guix-commits, 2021/05/20
- 13/16: gnu: Add julia-pdmats., guix-commits, 2021/05/20
- 15/16: gnu: Add julia-static., guix-commits, 2021/05/20
- 16/16: gnu: Add julia-recipesbase., guix-commits, 2021/05/20
- 12/16: gnu: Add julia-stablerngs., guix-commits, 2021/05/20