me
/
guix
Archived
1
0
Fork 0

gnu: sgp4: Update to 1.0-2.6a448b4.

* gnu/packages/astronomy.scm (sgp4): Update to 1.0-2.6a448b4.

Signed-off-by: Christopher Baines <mail@cbaines.net>
Sharlatan Hellseher 2022-11-29 21:15:58 +00:00 committed by Christopher Baines
parent d8c8a2987a
commit 4a9dd8607f
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 16 additions and 13 deletions

View File

@ -1891,12 +1891,12 @@ provide you with detailed information about each pass.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public sgp4 (define-public sgp4
;; No tagged releases, use commit directly. ;; Version tag v1.0 is dated to <2021-01-11>, use the lates commit instead.
(let ((commit "ca9d4d97af4ee62461de6f13e0c85d1dc6000040") (let ((commit "6a448b4850e5fbf8c1ca03bb5f6013a9fdc1fd91")
(revision "1")) (revision "2"))
(package (package
(name "sgp4") (name "sgp4")
(version (git-version "0.0.0" revision commit)) (version (git-version "1.0" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1905,17 +1905,20 @@ provide you with detailed information about each pass.")
(commit commit))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1xwfa6papmd2qz5w0hwzvijmzvp9np8dlw3q3qz4bmsippzjv8p7")))) (base32 "15q8sain87cbppmzq66y6gp6bvm3kdd1bcchrl59rcvjp0w51wl1"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:phases (list
(modify-phases %standard-phases ;; FIXME: Tests evaluated via runtest binary, but it's failing even
(replace 'check ;; when SGP4-VER.TLE file was copied next to it during install phase.
(lambda _ ;;
;; Tests fails, probably because of a few "(e <= -0.001)" errors. ;; There are 2 more binaries are created after build phase -
;; Or maybe this is not the right way to run the tests? ;; passpredict and sattrack which are failing to execute after
;; (invoke "runtest/runtest") ;; install, strace output:
#t))))) ;;
;; strace: exec: Exec format error
;;
#:tests? #f))
(home-page "https://github.com/dnwrnr/sgp4") (home-page "https://github.com/dnwrnr/sgp4")
(synopsis "Simplified perturbations models library") (synopsis "Simplified perturbations models library")
(description (description