From a2f7a37a982a04f4a49eb549050da8df08ce6c63 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 3 Dec 2023 00:26:35 +0000 Subject: gnu: Add julia-astrolib. * gnu/packages/julia-xyz.scm (julia-astrolib): New variable. Change-Id: I41fc21728b3bc2d20c2e6c83a6ea1185086a015e Signed-off-by: Efraim Flashner --- gnu/packages/julia-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 82df28d9b5..3974bbdd2a 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -265,6 +265,28 @@ appropriate BLAS or optimised Julia linear algebra routines. This supports a 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") -- cgit v1.2.3 ion value='committer'>committer
AgeCommit message (Expand)Author
2023-05-01.patman: Remove get_maintainer_script option....Maxim Cournoyer
2023-02-25.patman: Ignore bad tags....Maxim Cournoyer
2022-12-28.patman: New configuration file....Maxim Cournoyer