[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71084] [PATCH 05/26] gnu: calceph: Update to 4.0.0.
From: |
Sharlatan Hellseher |
Subject: |
[bug#71084] [PATCH 05/26] gnu: calceph: Update to 4.0.0. |
Date: |
Mon, 20 May 2024 23:12:32 +0100 |
* gnu/packages/astronomy.scm (calceph): Update to 4.0.0.
[source]: Swap to git checkout.
[build-system]: Swap to cmake-build-system.
[properties]: Remove them.
Change-Id: Ic1559a1f956aa90200c911fbee057c55a7fb9874
---
gnu/packages/astronomy.scm | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index f7683f6d71..c3894c284a 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -191,20 +191,21 @@ (define-public aocommon
(define-public calceph
(package
(name "calceph")
- (version "3.5.5")
+ (version "4.0.0")
(source
(origin
- (method url-fetch)
- (uri (string-append
-
"https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/calceph-"
- version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.obspm.fr/imcce_calceph/calceph")
+ (commit (string-append name "_"
+ (string-replace-substring version "."
"_")))))
(sha256
- (base32 "1jiaqyir2qcxzjlhk7f9fhrf6snjsiwxznvzdl996xr6m4lzbb7p"))))
- (build-system gnu-build-system)
+ (base32 "1yabdq51plg3dijp68xajhsz395gi2fyp5qkvrj3dgv8d4qw52nw"))
+ (file-name (git-file-name name version))))
+ (build-system cmake-build-system)
(native-inputs
(list gfortran))
(home-page "https://www.imcce.fr/inpop/calceph")
- (properties `((release-monitoring-url . ,home-page)))
(synopsis "Astronomical library to access the binary planetary ephemeris
files")
(description
"The CALCEPH Library is designed to access the binary planetary ephemeris
files,
--
2.41.0
- [bug#71084] [PATCH 00/26] Astronomy update 2024/05., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 03/26] gnu: python-sgp4: Use pyproject-build-system., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 06/26] gnu: python-astropy-iers-data: Update to 0.2024.5.13.0.30.12., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 05/26] gnu: calceph: Update to 4.0.0.,
Sharlatan Hellseher <=
- [bug#71084] [PATCH 07/26] gnu: python-astropy: Update to 6.1.0., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 10/26] gnu: python-dust-extinction: Update to 1.4., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 13/26] gnu: python-crds: Update to 11.17.22., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 04/26] gnu: packages/astronomy: Minimize import from python build system., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 01/26] gnu: python-sep: Refresh package style., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 11/26] gnu: python-ccdproc: Update to 2.4.2., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 18/26] gnu: python-stsci-image: Update to 2.3.7., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 15/26] gnu: python-rad: Update to 0.20.0, Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 09/26] gnu: python-astroscrappy: Update to 1.2.0., Sharlatan Hellseher, 2024/05/20
- [bug#71084] [PATCH 16/26] gnu: python-roman-datamodels: Update to 0.20.0., Sharlatan Hellseher, 2024/05/20