mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Add julia-aqua.
* gnu/packages/julia-xyz.scm (julia-aqua): New variable.
This commit is contained in:
parent
9e30f6590c
commit
130c13c877
1 changed files with 20 additions and 0 deletions
|
@ -101,6 +101,26 @@ (define-public julia-adapt
|
||||||
be GPU compatible without throwing away the wrapper.")
|
be GPU compatible without throwing away the wrapper.")
|
||||||
(license license:expat)))
|
(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
|
(define-public julia-benchmarktools
|
||||||
(package
|
(package
|
||||||
(name "julia-benchmarktools")
|
(name "julia-benchmarktools")
|
||||||
|
|
Loading…
Reference in a new issue