mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: gnss-sdr: Update to 0.0.15.
* gnu/packages/radio.scm (gnss-sdr): Update to 0.0.15. [arguments]: Remove 'fix-tests phase. Tests pass regardless.
This commit is contained in:
parent
620bce2573
commit
6cd33f855c
2 changed files with 4 additions and 12 deletions
|
@ -2375,7 +2375,7 @@ (define-public rx-tools
|
|||
(define-public gnss-sdr
|
||||
(package
|
||||
(name "gnss-sdr")
|
||||
(version "0.0.14")
|
||||
(version "0.0.15")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2384,7 +2384,7 @@ (define-public gnss-sdr
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1kjh9bnf6h9q71bnn8nrwlc80wcnkib97ylzvb102acii4p0fm08"))))
|
||||
(base32 "1m41rnlfr1nrzbg382jfsk5x0by2ym48v3innd2rbc6phd85q223"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("gfortran" ,gfortran)
|
||||
|
@ -2422,14 +2422,6 @@ (define-public gnss-sdr
|
|||
(assoc-ref %build-inputs "googletest-source")))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-tests
|
||||
(lambda _
|
||||
;; Some tests fail to compile when the FILESYSTEM package is
|
||||
;; available, so we disable it (and the tests will use Boost
|
||||
;; Filesystem instead).
|
||||
(substitute* "CMakeLists.txt"
|
||||
(("find_package\\(FILESYSTEM COMPONENTS Final Experimental\\)")
|
||||
""))))
|
||||
(add-before 'check 'set-home
|
||||
(lambda _
|
||||
(setenv "HOME" "/tmp"))))))
|
||||
|
|
|
@ -74,14 +74,14 @@ (define-module (gnu packages security-token)
|
|||
(define-public ccid
|
||||
(package
|
||||
(name "ccid")
|
||||
(version "1.4.34")
|
||||
(version "1.4.36")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://ccid.apdu.fr/files/ccid-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"02mlbpnsvy6jgwpz0jk5lh27y3cn2bsyz9xini7898m9b5dn9xz6"))))
|
||||
"1ha9cwxkadx4rs4jj114qzh42qj02x6r8y1mvhcvijhvby4aqwrb"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list (string-append "--enable-usbdropdir=" %output
|
||||
|
|
Loading…
Reference in a new issue