GNU bug report logs -
#67591
[PATCH] gnu: Add julia-astrolib.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67591 in the body.
You can then email your comments to 67591 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
efraim <at> flashner.co.il, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org
:
bug#67591
; Package
guix-patches
.
(Sat, 02 Dec 2023 21:28:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
efraim <at> flashner.co.il, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org
.
(Sat, 02 Dec 2023 21:28:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Efraim Flashner <efraim <at> flashner.co.il>
:
You have taken responsibility.
(Mon, 04 Dec 2023 09:55:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
bug acknowledged by developer.
(Mon, 04 Dec 2023 09:55:04 GMT)
Full text and
rfc822 format available.
Message #10 received at 67591-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Thanks. Package pushed!
--
Efraim Flashner <efraim <at> 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
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 01 Jan 2024 12:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 129 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.