Search Criteria
Package Details: gnss-sdr-git 0.0.20+6.r9861.20250410.2e1f24ee7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnss-sdr-git.git (read-only, click to copy) |
---|---|
Package Base: | gnss-sdr-git |
Description: | GNSS (Global Navigation Satellite System) software receiver |
Upstream URL: | http://gnss-sdr.org |
Licenses: | GPL-3.0-or-later |
Conflicts: | gnss-sdr |
Provides: | gnss-sdr |
Submitter: | rchmielarz |
Maintainer: | dreieck |
Last Packager: | dreieck |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-09 16:14 (UTC) |
Last Updated: | 2025-04-13 11:01 (UTC) |
Dependencies (56)
- abseil-cpp (abseil-cpp-gitAUR)
- armadilloAUR
- boost-libs
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gmp (gmp-hgAUR)
- gnuradio (gnuradio-gitAUR)
- gnutls (gnutls-gitAUR)
- gr-limesdr (gr-limesdr-gitAUR)
- libad9361 (libad9361-gitAUR)
- libfmt.so (fmt-gitAUR, fmt9AUR, fmt10AUR, fmt)
- libgnuradio-osmosdr.so (gnuradio-osmosdr)
- libiio.so (libiio)
- libmatio (libmatio-gitAUR)
- libpcap.so (libpcap-gitAUR, lib32-libpcap, libpcap)
- libspdlog.so (spdlog-gitAUR, spdlog)
- libuhd.so (libuhd)
- libvolk.so (libvolk)
- openblas (openblas-lapackAUR)
- opencl-icd-loaderAUR (khronos-ocl-icd-gitAUR, ocl-icd)
- Show 36 more dependencies...
Latest Comments
« First ‹ Previous 1 2
rchmielarz commented on 2019-09-03 21:54 (UTC)
Hi,
Package has been updated and at least it is building. I'm not a very active maintainer by this point so if anybody wants to take over feel free.
jdsnape commented on 2019-09-03 13:53 (UTC)
I also had to change the dependency from gnutls-openssl to gnutls. I also had to install some missing libraries (pacman -S boost hdf5) and apply the below patch to stop it complaining about an 'in-tree' build.
diff --unified --recursive --text gnss-sdr.orig/CMakeLists.txt gnss-sdr.new/CMakeLists.txt --- gnss-sdr.orig/CMakeLists.txt 2019-09-03 14:35:15.070725342 +0100 +++ gnss-sdr.new/CMakeLists.txt 2019-09-03 14:35:38.484112585 +0100 @@ -19,9 +19,9 @@ ################################################################################ # Project setup ################################################################################ -if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR}) - message(FATAL_ERROR "Prevented in-tree build, it is bad practice.\nTry 'cd build && cmake ..' instead.") -endif() +# if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR}) +# message(FATAL_ERROR "Prevented in-tree build, it is bad practice.\nTry 'cd build && cmake ..' instead.") +# endif()
cmake_minimum_required(VERSION 2.8.12...3.15) project(gnss-sdr CXX C)
usererror commented on 2018-05-15 01:09 (UTC)
I found that gnutls-openssl is unnecessary (and the package doesn't want to download for me anyway) and requires removal of gnutls (gnutls currently is a newer version anyway), which a lot of other things depend on. I modified the dependency from gnutls-openssl to gnutls and everything went smooth during the install. I'm no pro so perhaps there is a reason behind the requirement as it is, but I have not run into any so far.
rchmielarz commented on 2017-12-16 19:10 (UTC)
Hi,
It's been long overdue but I have updated the package to current PKGBUILD format and added python2-mako as commented. Sorry for the delay!
plushvoxel commented on 2017-03-29 18:45 (UTC)
plushvoxel commented on 2017-03-29 18:17 (UTC) (edited on 2017-03-29 18:29 (UTC) by plushvoxel)
« First ‹ Previous 1 2