Archived
1
0
Fork 0

gnu: calceph: Update to 4.0.0.

* 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
Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
Sharlatan Hellseher 2024-05-20 23:12:32 +01:00 committed by Andrew Tropin
parent ab0af70306
commit f5642e7e7c
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -191,20 +191,21 @@ reused in several astronomical applications, such as @code{wsclean},
(define-public calceph (define-public calceph
(package (package
(name "calceph") (name "calceph")
(version "3.5.5") (version "4.0.0")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/calceph-" (url "https://gitlab.obspm.fr/imcce_calceph/calceph")
version ".tar.gz")) (commit (string-append name "_"
(string-replace-substring version "." "_")))))
(sha256 (sha256
(base32 "1jiaqyir2qcxzjlhk7f9fhrf6snjsiwxznvzdl996xr6m4lzbb7p")))) (base32 "1yabdq51plg3dijp68xajhsz395gi2fyp5qkvrj3dgv8d4qw52nw"))
(build-system gnu-build-system) (file-name (git-file-name name version))))
(build-system cmake-build-system)
(native-inputs (native-inputs
(list gfortran)) (list gfortran))
(home-page "https://www.imcce.fr/inpop/calceph") (home-page "https://www.imcce.fr/inpop/calceph")
(properties `((release-monitoring-url . ,home-page)))
(synopsis "Astronomical library to access the binary planetary ephemeris files") (synopsis "Astronomical library to access the binary planetary ephemeris files")
(description (description
"The CALCEPH Library is designed to access the binary planetary ephemeris files, "The CALCEPH Library is designed to access the binary planetary ephemeris files,