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: | rchmielarz |
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
1 2 Next › Last »
dreieck commented on 2024-05-17 13:13 (UTC)
Ahoj,
you still need to strip off the leading
v
from$pkgver
as required by the Arch Linux VCS packaging guidelines.Regards and thanks for maintaining!
dreieck commented on 2024-02-15 21:12 (UTC) (edited on 2024-02-15 21:26 (UTC) by dreieck)
Build fails for me while linking, even if I add
options+=('!lto')
to thePKGBUILD
:(As
rtl-sdr
provider I have installed the packagertl-sdr-blog-git
.)Using
rtl-sdr
from the Arch repositories makes it building.(↗ Comment at
rtl-sdr-blog-git
)Regards!
dreieck commented on 2024-02-15 20:57 (UTC)
Please strip off the leading
v
from$pkgver
as required by the Arch Linux VCS packaging guidelines.Regards and thanks for maintaining!
MarsSeed commented on 2023-08-13 13:21 (UTC)
I recommend to switch this to depend on the optimized
blas-openblas
instead of the slowblas
.Distag commented on 2022-03-20 10:34 (UTC) (edited on 2022-03-23 10:23 (UTC) by Distag)
Hello,
It seems not work correctly.
I installed the package. I followed the “Hello, world!” for GNSS-SDR from https://gnss-sdr.org/my-first-fix/ . But I obtain the following error:
EDIT: this works correctly in docker (github.com/carlesfernandez/docker-gnsssdr.git)
eimis commented on 2019-10-12 12:25 (UTC)
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 (UTC) (edited on 2019-09-05 20:13 (UTC) by rchmielarz)
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 (UTC)
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 (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.
1 2 Next › Last »