Search Criteria
Package Details: gnss-sdr-git 0.0.19.1+591.r9843.20250315.b0b41b194-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-03-29 22:36 (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
1 2 Next › Last »
simona commented on 2025-02-11 01:09 (UTC)
/home/simona/.cache/yay/gnss-sdr-git/src/gnss-sdr/src/algorithms/PVT/libs/monitor_ephemeris_udp_sink.cc: In constructor ‘Monitor_Ephemeris_Udp_Sink::Monitor_Ephemeris_Udp_Sink(const std::vector<std::__cxx11::basic_string\<char> >&, const uint16_t&, bool)’:
/home/simona/.cache/yay/gnss-sdr-git/src/gnss-sdr/src/algorithms/PVT/libs/monitor_ephemeris_udp_sink.cc:31:79: error: ‘from_string’ is not a member of ‘boost::asio::ip::address’
31 | boost::asio::ip::udp::endpoint endpoint(boost::asio::ip::address::from_string(address, error), port);
| ^
~~make[2]: *** [src/algorithms/PVT/libs/CMakeFiles/pvt_libs.dir/build.make:229: src/algorithms/PVT/libs/CMakeFiles/pvt_libs.dir/monitor_ephemeris_udp_sink.cc.o] Error 1
simona commented on 2025-01-11 21:11 (UTC)
I can compile.
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 work1 2 Next › Last »