me
/
guix
Archived
1
0
Fork 0

gnu: Add julia-earthorientation.

* gnu/packages/julia-xyz.scm (julia-earthorientation): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Sharlatan Hellseher 2023-02-19 00:04:47 +00:00 committed by Ludovic Courtès
parent a0ca88b1a6
commit b7804b473f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 25 additions and 0 deletions

View File

@ -1829,6 +1829,31 @@ them. Conversions and promotions are defined to allow performing operations on
combinations of dual numbers with predefined Julia numeric types.") combinations of dual numbers with predefined Julia numeric types.")
(license license:expat))) (license license:expat)))
(define-public julia-earthorientation
(package
(name "julia-earthorientation")
(version "0.7.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/JuliaAstro/EarthOrientation.jl")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1fschx4qmfd83q0ymgbzqi1dl0drbh45cd7hlcbqnm9lfmw2d847"))))
(build-system julia-build-system)
(propagated-inputs
(list julia-leapseconds
julia-optionaldata
julia-remotefiles))
(home-page "https://github.com/JuliaAstro/EarthOrientation.jl")
(synopsis "Calculate Earth orientation parameters from IERS tables in Julia")
(description
"This package provides a functionality to calculate Earth orientation parameters
with data retrieved from @acronym{IERS, International Earth Rotation Service}.")
(license license:expat)))
(define-public julia-ellipsisnotation (define-public julia-ellipsisnotation
(package (package
(name "julia-ellipsisnotation") (name "julia-ellipsisnotation")