mbox series

[bug#61611,00/10] : gnu: Add julia-astrotime

Message ID 20230219000347.20469-1-sharlatanus@gmail.com
Headers show
Series : gnu: Add julia-astrotime | expand

Message

Sharlatan Hellseher Feb. 19, 2023, 12:03 a.m. UTC
Hi Guix!

Here is a bit longer patch series adding JuliaAstro/AstroTime.jl project with
all it's dependencies which are missed in Guix.

> ./pre-inst-env guix build --rounds=2 julia-leapseconds julia-optionaldata julia-remotefiles julia-earthorientation julia-inflate julia-arnoldimethod julia-lightgraphs julia-itemgraphs julia-muladdmacro julia-astrotime
> /gnu/store/xz9n4dmdc2cxbbaynqnkqc5scz1f65l1-julia-astrotime-0.7.0
> /gnu/store/a6r9i0y2c328q5w70ai3pyblw162d5sp-julia-muladdmacro-0.2.4
> /gnu/store/hhxk7nawskybgx9srcnja143jgxrm844-julia-itemgraphs-0.4.0
> /gnu/store/4gmvwb02r0z5qn0bv6ishl5jvrz4a2xm-julia-lightgraphs-1.3.5
> /gnu/store/zf6m8p02z9lsclpsyj8xgf4lc71fwvl8-julia-arnoldimethod-0.2.0
> /gnu/store/my607hbls2zv09lwn6k5w67dl2q9cw50-julia-inflate-0.1.2
> /gnu/store/7jf4kkjhhz4v2kl94yr1jclsff68vhm9-julia-earthorientation-0.7.1
> /gnu/store/qshdsa5rb8930lhp4zphs4d7qah6gccy-julia-remotefiles-0.5.0
> /gnu/store/nihf0zkndndym7c66gyrzy7ldqyyqgb7-julia-optionaldata-1.0.0
> /gnu/store/liggpbgi6ff4gyxxlwhbrc0vnknxi3fl-julia-leapseconds-1.1.0

Sharlatan Hellseher (10):
  gnu: Add julia-leapseconds.
  gnu: Add julia-optionaldata.
  gnu: Add julia-remotefiles.
  gnu: Add julia-earthorientation.
  gnu: Add julia-inflate.
  gnu: Add julia-arnoldimethod.
  gnu: Add julia-lightgraphs.
  gnu: Add julia-itemgraphs.
  gnu: Add julia-muladdmacro.
  gnu: Add julia-astrotime.

 gnu/packages/julia-xyz.scm | 312 +++++++++++++++++++++++++++++++++++++
 1 file changed, 312 insertions(+)


base-commit: 037c1b254a84d656b87b6bbb9c339bc04cfdb0a8
prerequisite-patch-id: b3ac2ffdff354e1ba34b14db9680bf5977d568e8
prerequisite-patch-id: 23fc0db8ba47376211c934f68f4ac0032bd49112
prerequisite-patch-id: d339a2d2bfa3c0287d429470bf947a6ede5403cf
prerequisite-patch-id: f1c2ccbbac909e47ae722c93b6c1634219f37ecf

Comments

Ludovic Courtès March 3, 2023, 1:24 p.m. UTC | #1
Hi,

Sharlatan Hellseher <sharlatanus@gmail.com> skribis:

>   gnu: Add julia-leapseconds.
>   gnu: Add julia-optionaldata.
>   gnu: Add julia-remotefiles.
>   gnu: Add julia-earthorientation.
>   gnu: Add julia-inflate.
>   gnu: Add julia-arnoldimethod.
>   gnu: Add julia-lightgraphs.
>   gnu: Add julia-itemgraphs.
>   gnu: Add julia-muladdmacro.
>   gnu: Add julia-astrotime.

Applied, thanks!

Ludo’.