mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add julia-astrolib.
* gnu/packages/julia-xyz.scm (julia-astrolib): New variable. Change-Id: I41fc21728b3bc2d20c2e6c83a6ea1185086a015e Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
0a4b6fd51a
commit
a2f7a37a98
1 changed files with 22 additions and 0 deletions
|
@ -265,6 +265,28 @@ (define-public julia-arraylayouts
|
|||
much wider class of matrix types than Julia's in-built @code{StridedArray}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-astrolib
|
||||
(package
|
||||
(name "julia-astrolib")
|
||||
(version "0.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/JuliaAstro/AstroLib.jl")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1zbivs79cw7qazrl9c8rz2n2kifxw3adwjf22nn24dp5i34fkw5d"))))
|
||||
(build-system julia-build-system)
|
||||
(native-inputs (list julia-staticarrays))
|
||||
(home-page "https://github.com/JuliaAstro/AstroLib.jl")
|
||||
(synopsis "Bundle of small astronomical and astrophysical routines")
|
||||
(description "The aim of this package is to provide users with a set of small
|
||||
generic routines useful above all in astronomical and astrophysical context,
|
||||
written in Julia.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-astrotime
|
||||
(package
|
||||
(name "julia-astrotime")
|
||||
|
|
Loading…
Reference in a new issue