mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: wsjtx: Update to 2.5.2.
* gnu/packages/radio.scm (wsjtx-hamlib, wsjtx): Update to 2.5.2. [arguments]: Remove 'work-around-runtime-bug' phase.
This commit is contained in:
parent
a536173911
commit
3f2bb5ce64
1 changed files with 5 additions and 18 deletions
|
@ -1068,7 +1068,7 @@ (define wsjtx-hamlib
|
|||
(package
|
||||
(inherit hamlib)
|
||||
(name "wsjtx-hamlib")
|
||||
(version "2.3.1")
|
||||
(version "2.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1077,7 +1077,7 @@ (define wsjtx-hamlib
|
|||
(commit (string-append "wsjtx-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0m4yzjcqs7a1w4lghyyckpkiy96jxdjijddxarqr3a37cl2rz23j"))))
|
||||
(base32 "1bgf7bz2280739a7ip7lvpns0i7x6svryxfmsp32cff2dr146lz3"))))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
|
@ -1150,7 +1150,7 @@ (define-public tlf
|
|||
(define-public wsjtx
|
||||
(package
|
||||
(name "wsjtx")
|
||||
(version "2.3.1")
|
||||
(version "2.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1159,7 +1159,7 @@ (define-public wsjtx
|
|||
(commit (string-append "wsjtx-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0mdr4l7zii08615yn7z91spnvnqm5i9390bra9lz3aqyxrsiim91"))))
|
||||
(base32 "01346f2x3jc0gbzdi7ihzr9rxibnbzn31ix0879qfavrv8l31k1s"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list asciidoc gfortran pkg-config qttools ruby-asciidoctor))
|
||||
|
@ -1173,20 +1173,7 @@ (define-public wsjtx
|
|||
("qtmultimedia" ,qtmultimedia)
|
||||
("qtserialport" ,qtserialport)))
|
||||
(arguments
|
||||
`(#:tests? #f ; No test suite
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'work-around-runtime-bug
|
||||
(lambda _
|
||||
;; Some of the programs in this package fail to find symbols
|
||||
;; in libm at runtime. Adding libm manually at the end of the
|
||||
;; library lists when linking the programs seems to help.
|
||||
;; TODO: find exactly what is wrong in the way the programs
|
||||
;; are built.
|
||||
(substitute* "CMakeLists.txt"
|
||||
(("target_link_libraries \\((.*)\\)" all libs)
|
||||
(string-append "target_link_libraries (" libs " m)")))
|
||||
#t)))))
|
||||
`(#:tests? #f)) ; No test suite
|
||||
(synopsis "Weak-signal ham radio communication program")
|
||||
(description
|
||||
"WSJT-X implements communication protocols or modes called FT4, FT8,
|
||||
|
|
Loading…
Reference in a new issue