From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 74729@debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus@gmail.com>,
Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#74729] [PATCH 4/4] gnu: Add rust-cdshealpix-0.7.
Date: Sat, 7 Dec 2024 20:19:50 +0000 [thread overview]
Message-ID: <41d03c1504551a5b3990b11c41360992a60bc1c4.1733602367.git.sharlatanus@gmail.com> (raw)
In-Reply-To: <cover.1733602367.git.sharlatanus@gmail.com>
* gnu/packages/crates-io.scm (rust-cdshealpix-0.7): New variable.
Change-Id: Iefc7ee7018725e3072bf7696445aab20f6f9bd32
---
gnu/packages/crates-io.scm | 49 ++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d2eeb5a71d..07893eaac7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12611,6 +12611,55 @@ (define-public rust-cc-1
(license (list license:asl2.0
license:expat))))
+(define-public rust-cdshealpix-0.7
+ (package
+ (name "rust-cdshealpix")
+ (version "0.7.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "cdshealpix" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0rxg2wsrnzfhm8pid1sv22zn1cly54zdbg2ffajx0i0dvyfpm1cc"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-test-flags
+ (list "--release" "--"
+ ;; Tests can't find FITS files:
+ ;; - test/resources/skymap/skymap.fits
+ ;; - test/resources/skymap/skymap.2mass.depth6.fits
+ "--skip=tests::test_skymap_to_mom_basic"
+ "--skip=tests::test_skymap_to_mom_chi2"
+ "--skip=tests::test_mom_diff_spec"
+ "--skip=tests::test_skymap_spec")
+ #:cargo-inputs
+ (("rust-base64" ,rust-base64-0.21)
+ ("rust-byteorder" ,rust-byteorder-1)
+ ("rust-colorous" ,rust-colorous-1)
+ ("rust-flate2" ,rust-flate2-1)
+ ("rust-itertools" ,rust-itertools-0.13)
+ ("rust-katex-doc" ,rust-katex-doc-0.1)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-mapproj" ,rust-mapproj-0.3)
+ ("rust-num" ,rust-num-0.4)
+ ("rust-num-traits" ,rust-num-traits-0.2)
+ ("rust-png" ,rust-png-0.17)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-thiserror" ,rust-thiserror-1))
+ #:cargo-development-inputs
+ (("rust-criterion" ,rust-criterion-0.4)
+ ("rust-rand" ,rust-rand-0.8))))
+ (home-page "https://github.com/cds-astro/cds-healpix-rust/")
+ (synopsis "HEALPix tesselation")
+ (description
+ "This library is an implementation in Rust of the HEALPix tesselation.
+This implementation has been made by the Strasbourg astronomical Data
+Centre (Centre de Données astronomique de Strasbourg,
+@url{http://cdsweb.u-strasbg.fr/,CDS}).")
+ (license (list license:asl2.0
+ license:expat))))
+
(define-public rust-cesu8-1
(package
(name "rust-cesu8")
--
2.46.0
next prev parent reply other threads:[~2024-12-07 20:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-07 20:18 [bug#74729] [PATCH 0/4] Astro update 2024-12 - Rust packages Sharlatan Hellseher
2024-12-07 20:19 ` [bug#74729] [PATCH 1/4] gnu: Add rust-stc-s-0.1 Sharlatan Hellseher
2024-12-07 20:19 ` [bug#74729] [PATCH 2/4] gnu: Add rust-mapproj-0.3 Sharlatan Hellseher
2024-12-07 20:19 ` [bug#74729] [PATCH 3/4] gnu: Add rust-katex-doc-0.1 Sharlatan Hellseher
2024-12-07 20:19 ` Sharlatan Hellseher [this message]
2024-12-08 7:58 ` [bug#74729] [PATCH 0/4] Astro update 2024-12 - Rust packages Efraim Flashner
2024-12-08 12:00 ` bug#74729: " Sharlatan Hellseher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=41d03c1504551a5b3990b11c41360992a60bc1c4.1733602367.git.sharlatanus@gmail.com \
--to=sharlatanus@gmail.com \
--cc=74729@debbugs.gnu.org \
--cc=efraim@flashner.co.il \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).