Package Details: libuhd-antsdr-git 4.1.0-1

Git Clone URL: https://aur.archlinux.org/libuhd-antsdr-git.git (read-only, click to copy)
Package Base: libuhd-antsdr-git
Description: Universal Software Radio Peripheral (USRP) userspace driver with support for AntSDR E200, E310v2 and U220
Upstream URL: https://github.com/MicroPhase/antsdr_uhd
Licenses: GPL
Conflicts: libuhd
Provides: libuhd
Submitter: szymon_j
Maintainer: szymon_j
Last Packager: szymon_j
Votes: 0
Popularity: 0.000000
First Submitted: 2024-08-20 17:06 (UTC)
Last Updated: 2024-08-20 17:06 (UTC)

Required by (20)

Sources (1)

Latest Comments

Lazy commented on 2024-10-09 03:06 (UTC)

As of boost 1.85.0, can't compile since it needs boost/filesystem/convenient.hpp Boost seems to be hard to keep up with. Can't even get a complete compile with just the straight clone from github.

szymon_j commented on 2024-08-20 17:51 (UTC) (edited on 2024-08-20 17:51 (UTC) by szymon_j)

For gnuradio to work, you'll have to build it from source with this package installed and gnuradio uninstalled:

Eg:

sudo pacman -R gnuradio

git clone -b [current version]  https://gitlab.archlinux.org/archlinux/packaging/packages/gnuradio

cd gnuradio && makepkg

sudo pacman -U gnuradio-[version]-x86_64.pkg.tar.zst