Search Criteria
Package Details: gnss-sdr-git v0.0.6.4935-1
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: | |
Conflicts: | |
Provides: | |
Submitter: | rchmielarz |
Maintainer: | rchmielarz |
Last Packager: | rchmielarz |
Votes: | 3 |
Popularity: | 0.000079 |
First Submitted: | 2015-10-09 16:14 |
Last Updated: | 2019-09-05 20:12 |
Dependencies (23)
- armadillo
- blas (openblas-lapack-git, openblas-git, blas-tmg, flexiblas, openblas-lapack-static, openblas-cblas-git, atlas-lapack, blis-cblas-openmp, blis-cblas, blas-git, openblas-lapack, armpl, openblas)
- gflags (gflags-static, gflags-git)
- gnuradio (gnuradio-git, gnuradio-maint38-git)
- gnutls (gnutls-tiny-git, gnutls-git, gnutls-next, gnutls-openssl, gnutls-nodocs-git)
- google-glog (google-glog-static, glog-git)
- hdf5 (hdf5-git, hdf5-openmpi-java, hdf5-java, hdf5-openmpi)
- lapack (openblas-lapack-git, lapack-tmg, flexiblas, openblas-lapack-static, atlas-lapack, lapack-git, openblas-lapack, armpl)
- libmatio (libmatio-git)
- libpcap (libpcap-git)
- libvolk (libvolk-git)
- protobuf (protobuf3-git, protobuf-git, protobuf-static)
- pugixml (pugixml-shared, pugixml-git)
- python-mako
- python-six
- boost (boost-git) (make)
- boost-libs (boost171, boost-libs-git) (make)
- cmake (cmake-git) (make)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- git (git-git) (make)
- gnuradio-osmosdr (gr-osmosdr-nonfree-git, gnuradio-osmosdr-gqrx-git, gr-osmosdr-xtrx-git, gr-osmosdr-git) (make)
- log4cpp (log4cpp-rc) (make)
- make (make3, make-git, make-without-guile) (make)
Latest Comments
eimis commented on 2019-10-12 12:25
Thank you rchmielarz, it does work fine now with hackrf (which also depends on the same). but I had to run
for f in /usr/lib/libboost_*.so; do ln -s $f $f.1.69.0; done
as boost had updated (recompiling this package didn't help).rchmielarz commented on 2019-09-05 20:13
This is what You get for doing a commit late at night.. @eimis: please check if it works for You now, I've deleted the unit test binaries and added dongle support by default.
eimis commented on 2019-09-05 17:42
I had to change line 22 to
cmake -D CMAKE_INSTALL_PREFIX=/usr -DENABLE_OSMOSDR=ON -DENABLE_UNIT_TESTING=OFF ..
for my cheapo rtl sdr to workrchmielarz commented on 2019-09-03 21:54
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
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
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
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
requires python2-mako to build
plushvoxel commented on 2017-03-29 18:17
==> ERROR: url should not be an array
url="http://gnss-sdr.org"