mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: Add julia-sentinelarrays.
* gnu/packages/julia-xyz.scm (julia-sentinelarrays): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
c9ceb301c6
commit
373a625bd0
1 changed files with 21 additions and 0 deletions
|
@ -4797,6 +4797,27 @@ (define-public julia-scratch
|
|||
files that the user must interact with through a file browser.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-sentinelarrays
|
||||
(package
|
||||
(name "julia-sentinelarrays")
|
||||
(version "1.3.13")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/JuliaData/SentinelArrays.jl")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1h3vpz7xskbf2a60imdg0irwh9bybkahjpnb6b3wyk0j9a97nqkr"))))
|
||||
(build-system julia-build-system)
|
||||
(home-page "https://github.com/JuliaData/SentinelArrays.jl")
|
||||
(synopsis "Array types using sentinel values")
|
||||
(description "This package provides @code{SentinelArray{T}} that wraps an
|
||||
@code{AbstractArray} of type @code{T}, and accepts a sentinel and value
|
||||
argument.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-showoff
|
||||
(package
|
||||
(name "julia-showoff")
|
||||
|
|
Loading…
Reference in a new issue