Package Details: gnuradio-git v3.11.0.0git.501.g86cde54a7-1

Git Clone URL: https://aur.archlinux.org/gnuradio-git.git (read-only, click to copy)
Package Base: gnuradio-git
Description: General purpose DSP and SDR toolkit, with drivers for usrp and fcd.
Upstream URL: https://github.com/gnuradio/gnuradio
Keywords: sdr
Licenses: GPL
Conflicts: gnuradio, gnuradio-companion
Provides: gnuradio, gnuradio-companion
Submitter: None
Maintainer: karel
Last Packager: karel
Votes: 25
Popularity: 0.000000
First Submitted: 2010-08-05 12:14 (UTC)
Last Updated: 2023-08-01 07:43 (UTC)

Required by (50)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

adampolski commented on 2013-01-20 17:36 (UTC)

I think cmake needs to be added to the list of dependencies for this package

<deleted-account> commented on 2012-12-20 21:15 (UTC)

I believe python2-lxml needs adding to the dependencies! It is in extra.

asdil12 commented on 2012-11-18 18:15 (UTC)

gnuradio-compantion and all other tools using the python-interface are currently broken, because of https://bbs.archlinux.org/viewtopic.php?id=147452 This can be fixed by using this cmake line in the PKGBUILD: cmake -DPYTHON_EXECUTABLE=$(which python2) -DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) -DCMAKE_INSTALL_PREFIX=/usr ../

rumpelsepp commented on 2012-10-22 14:05 (UTC)

Missing dependencies: https://aur.archlinux.org/packages.php?ID=54924 https://www.archlinux.org/packages/extra/x86_64/cmake/ After installing it works.

Limoto commented on 2012-09-12 12:48 (UTC)

Missing dependency: -- Python checking for Cheetah >= 2.0.0 -- Python checking for Cheetah >= 2.0.0 - not found CMake Error at volk/CMakeLists.txt:66 (message): Cheetah templates required to build VOLK (python2-cheetah

Malvineous commented on 2012-08-26 02:50 (UTC)

FYI it looks like this is a bug in the current git version. For the moment (until it is fixed in git) there is a workaround posted in the forum thread which involves changing the cmake command in the PKGBUILD. The issue stems from partially linking with Python3 instead of completely linking with Python2.

Malvineous commented on 2012-08-22 13:34 (UTC)

Has anyone gotten this to work recently? It seems to compile fine but won't run any more: https://bbs.archlinux.org/viewtopic.php?id=147452

int0x80 commented on 2012-08-04 04:41 (UTC)

Can we get an official package added to the repos? This is a pretty big/official project, and in the repos of many other distros(debian and gentoo come to mind.)

n17ikh commented on 2012-08-02 18:54 (UTC)

I was banging my head against the wall trying to get this to build, getting boost errors left and right.. However, I figured out my problem: the version of libboost I had installed had been linked against boost 1.49 and was now looking for .so files that don't exist anymore. Rebuilding libuhd from the AUR took care of my problems building gnuradio.

Gringo commented on 2012-07-26 13:32 (UTC)

GNU Radio's C++ manual at [1] supplies a list of the specific dependencies for each module. For the GNU Radio Companion (grc), you need to install Cheetah (python2-cheetah in AUR) and pygtk (available in the extra repository). The configure script will detect these dependencies and will build the grc module automatically. [1] http://gnuradio.org/doc/doxygen/page_build.html