unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67591] [PATCH] gnu: Add julia-astrolib.
@ 2023-12-03  0:26 Sharlatan Hellseher
  2023-12-04  9:54 ` bug#67591: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Sharlatan Hellseher @ 2023-12-03  0:26 UTC (permalink / raw)
  To: 67591; +Cc: Sharlatan Hellseher, Efraim Flashner, Simon Tournier

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

Change-Id: I41fc21728b3bc2d20c2e6c83a6ea1185086a015e
---
 gnu/packages/julia-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 82df28d9b5..196108bcea 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -265,6 +265,28 @@ (define-public julia-arraylayouts
 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")

base-commit: 06ebc45e15f2a1bd4526a5a716eed657c902a0c1
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67591: [PATCH] gnu: Add julia-astrolib.
  2023-12-03  0:26 [bug#67591] [PATCH] gnu: Add julia-astrolib Sharlatan Hellseher
@ 2023-12-04  9:54 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2023-12-04  9:54 UTC (permalink / raw)
  To: Sharlatan Hellseher; +Cc: 67591-done, Simon Tournier

[-- Attachment #1: Type: text/plain, Size: 238 bytes --]

Thanks. Package pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-04  9:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-03  0:26 [bug#67591] [PATCH] gnu: Add julia-astrolib Sharlatan Hellseher
2023-12-04  9:54 ` bug#67591: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).