Search Criteria
Package Details: gnss-sdr-git v0.0.6.4935-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: | GPL3 |
Conflicts: | gnss-sdr |
Provides: | gnss-sdr |
Submitter: | rchmielarz |
Maintainer: | None |
Last Packager: | rchmielarz |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-09 16:14 (UTC) |
Last Updated: | 2019-09-05 20:12 (UTC) |
Dependencies (23)
- armadilloAUR
- blas (blis-cblas-openmpAUR, blis-cblasAUR, aocl-blis-aoccAUR, blas-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blis-gitAUR, blisAUR, openblas-lapackAUR, blas-mklAUR, aocl-blisAUR, blas-openblas)
- gflags (gflags-gitAUR)
- gnuradio (gnuradio-gitAUR)
- gnutls (gnutls-gitAUR)
- google-glog (glog-gitAUR)
- hdf5 (hdf5-gitAUR, hdf5-openmpi)
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas)
- libmatio (libmatio-gitAUR)
- libpcap (libpcap-gitAUR)
- libvolk (libvolk-gitAUR)
- protobuf (protobuf-gitAUR)
- pugixml (pugixml-gitAUR)
- python-mako
- python-six
- boost (boost-gitAUR) (make)
- boost-libs (make)
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- Show 3 more dependencies...
Latest Comments
« First ‹ Previous 1 2
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