gnu: Add julia-leapseconds.
* gnu/packages/julia-xyz.scm (julia-leapseconds): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
58f20fa818
commit
e21c19b2ad
1 changed files with 25 additions and 0 deletions
|
@ -3576,6 +3576,31 @@ (define-public julia-lazyarrays
|
||||||
implementation of matrix-free methods for iterative solvers.")
|
implementation of matrix-free methods for iterative solvers.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public julia-leapseconds
|
||||||
|
(package
|
||||||
|
(name "julia-leapseconds")
|
||||||
|
(version "1.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/JuliaTime/LeapSeconds.jl")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "13xa49dx11n7ii77rw6300h1rfl4qlq05ypsprvfmvyww81angkp"))))
|
||||||
|
(build-system julia-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list julia-erfa))
|
||||||
|
(home-page "https://github.com/JuliaTime/LeapSeconds.jl")
|
||||||
|
(synopsis "Leap seconds in Julia")
|
||||||
|
(description
|
||||||
|
"@code{LeapSeconds} provides a functionality to return the difference
|
||||||
|
between @acronym{TAI, International Atomic Time} and @acronym{UTC, Coordinated
|
||||||
|
Universal Time} or vice versa for a given date. For dates after 1972-01-01, this
|
||||||
|
is the number of leap seconds.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public julia-linesearches
|
(define-public julia-linesearches
|
||||||
(package
|
(package
|
||||||
(name "julia-linesearches")
|
(name "julia-linesearches")
|
||||||
|
|
Loading…
Reference in a new issue