mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +01:00
gnu: Add julia-erfa.
* gnu/packages/julia-xyz.scm (julia-erfa): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
c4cd6560d3
commit
86237323d2
1 changed files with 21 additions and 0 deletions
|
@ -1852,6 +1852,27 @@ (define-public julia-ellipsisnotation
|
|||
before (or after)\".")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-erfa
|
||||
(package
|
||||
(name "julia-erfa")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/JuliaAstro/ERFA.jl")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1f63kyqpsx9n4dh54hzy1bvm3fpl4vf8wi1279vfiza3vhh2ggx5"))))
|
||||
(build-system julia-build-system)
|
||||
(propagated-inputs
|
||||
(list julia-erfa-jll julia-staticarrays))
|
||||
(home-page "https://github.com/JuliaAstro/ERFA.jl")
|
||||
(synopsis "Julia wrapper for liberfa")
|
||||
(description "This package provides a Julia wrapper for astronomical library ERFA.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-example
|
||||
(let ((commit "f968c69dea24f851d0c7e686db23fa55826b5388"))
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue