[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/11: gnu: Add wcslib-7.12.
From: |
guix-commits |
Subject: |
06/11: gnu: Add wcslib-7.12. |
Date: |
Thu, 28 Sep 2023 07:37:39 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 23bf7cba07e091831fec9c17898b3248bda95c33
Author: Simon Tournier <zimon.toutoune@gmail.com>
AuthorDate: Sun Sep 17 21:12:39 2023 +0200
gnu: Add wcslib-7.12.
* gnu/packages/astronomy.scm (wcslib-7.12): New variable.
---
gnu/packages/astronomy.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index fc61baa92b..4afde96a8c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -11,6 +11,7 @@
;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@hotmail.com>
;;; Copyright © 2023 Iliya Tikhonenko <tikhonenko@mpe.mpg.de>
;;; Copyright © 2023 Andreas Enge <andreas@enge.fr>
+;;; Copyright © 2023 Simon Tournier <zimon.toutoune@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -738,6 +739,21 @@ coordinate systems in a @dfn{FITS} (Flexible Image
Transport System) image
header.")
(license license:lgpl3+)))
+;;; The version is required for julia-wcs-jll and julia-wcs. They do not
+;;; support version higher than 7.x.
+(define-public wcslib-7.12
+ (package
+ (inherit wcslib)
+ (version "7.12")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://www.atnf.csiro.au/people/mcalabre/WCS/"
+ "wcslib-" version ".tar.bz2"))
+ (sha256
+ (base32 "1m3bx6gh5w3c7vvsqcki0x20mg8lilg13m0i8nh7za89w58dxy4w"))))
+ (properties '((hidden? . #t)))))
+
(define-public weightwatcher
(package
(name "weightwatcher")
- branch master updated (6fa85076ae -> 3963fa1a46), guix-commits, 2023/09/28
- 01/11: gnu: emacs-elfeed: Patch curl executable., guix-commits, 2023/09/28
- 02/11: gnu: openblas-ilp64: Add symbol suffix., guix-commits, 2023/09/28
- 04/11: gnu: julia-arraylayouts: Fix tests., guix-commits, 2023/09/28
- 07/11: gnu: julia-wcslib-jll: Downgrade wcslib version., guix-commits, 2023/09/28
- 09/11: gnu: julia-arraylayouts: Update to 0.8.18., guix-commits, 2023/09/28
- 03/11: gnu: julia: Conditionally use openblas with ILP64 support., guix-commits, 2023/09/28
- 11/11: gnu: julia-arraylayouts: Fix building on more architectures., guix-commits, 2023/09/28
- 08/11: gnu: julia-genericlinearalgebra: Update to 0.3.0., guix-commits, 2023/09/28
- 10/11: gnu: julia-bandedmatrices: Fix compatibility with openblas64., guix-commits, 2023/09/28
- 06/11: gnu: Add wcslib-7.12.,
guix-commits <=
- 05/11: gnu: julia-scanbyte: Update to 0.4.0., guix-commits, 2023/09/28