Package Details: gr-adapt-git r4.3cbe154-1

Git Clone URL: https://aur.archlinux.org/gr-adapt-git.git (read-only, click to copy)
Package Base: gr-adapt-git
Description: Adaptive filters for GNU Radio
Upstream URL: https://github.com/karel/gr-adapt
Keywords: adaptive gnuradio sdr
Licenses: GPLv3
Conflicts: gr-adapt
Provides: gr-adapt
Submitter: karel
Maintainer: karel
Last Packager: karel
Votes: 0
Popularity: 0.000000
First Submitted: 2018-06-23 16:40 (UTC)
Last Updated: 2018-06-23 16:40 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

cyberpunkrocker commented on 2021-06-21 19:42 (UTC)

- source=(${pkgname}::"git+https://github.com/karel/gr-adapt.git")
+ source=(${pkgname}::"git+https://github.com/karel/gr-adapt.git#branch=maint-3.8")

for compiling with gnuradio-3.8

karel commented on 2019-03-05 12:15 (UTC)

The compilation issue has been resolved upstream. Note that the QR decomposition based filters do not work without Armadillo.

drws commented on 2019-03-05 11:48 (UTC) (edited on 2019-03-05 11:49 (UTC) by drws)

The package does not build on updated Arch with GNURadio v3.7.13.4-5:

[ 26%] Building CXX object lib/CMakeFiles/gnuradio-adapt.dir/qrd_rls_filter_cc_impl.cc.o
~/.cache/pacaur/gr-adapt-git/src/gr-adapt-git/lib/qrd_rls_filter_cc_impl.cc: In member function ‘virtual int gr::adapt::qrd_rls_filter_cc_impl::work(int, gr_vector_const_void_star&, gr_vector_void_star&)’:
~/.cache/pacaur/gr-adapt-git/src/gr-adapt-git/lib/qrd_rls_filter_cc_impl.cc:249:9: error: ‘volk_32f_x2_conjugate_dot_prod_32f’ was not declared in this scope
         volk_32f_x2_conjugate_dot_prod_32f(&out[i], &input[k], &d_taps[0], N);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~/.cache/pacaur/gr-adapt-git/src/gr-adapt-git/lib/qrd_rls_filter_cc_impl.cc:249:9: note: suggested alternative: ‘volk_32fc_x2_conjugate_dot_prod_32fc’
         volk_32f_x2_conjugate_dot_prod_32f(&out[i], &input[k], &d_taps[0], N);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         volk_32fc_x2_conjugate_dot_prod_32fc
make[2]: *** [lib/CMakeFiles/gnuradio-adapt.dir/build.make:154: lib/CMakeFiles/gnuradio-adapt.dir/qrd_rls_filter_cc_impl.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:180: lib/CMakeFiles/gnuradio-adapt.dir/all] Error 2
make: *** [Makefile:141: all] Error 2