Search Criteria
Package Details: digital_rf-git 2.6.3.r175.g4ff1d4f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/digital_rf-git.git (read-only, click to copy) |
---|---|
Package Base: | digital_rf-git |
Description: | Read, write, and interact with data in the Digital RF and Digital Metadata formats |
Upstream URL: | https://github.com/MITHaystack/digital_rf |
Licenses: | BSD |
Submitter: | imyxh |
Maintainer: | imyxh |
Last Packager: | imyxh |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-04-17 06:15 (UTC) |
Last Updated: | 2023-08-14 22:08 (UTC) |
Dependencies (23)
- hdf5 (hdf5-gitAUR, hdf5-openmpi)
- python-dateutil
- python-h5py (python-h5py-gitAUR, python-h5py-openmpi)
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR)
- python-packaging
- python-pytz
- python-six
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python-mako (make)
- python-pkgconfig (make)
- python-setuptools (make)
- python-pytest (check)
- gnuradio (gnuradio-gitAUR) (optional) – for gr_digital_rf
- gnuradio-osmosdr (gr-osmosdr-gitAUR) (optional) – for thorosmo
- libgnuradio-iio.so (gnuradio) (optional) – for thorpluto
- libgnuradio-uhd.so (gnuradio) (optional) – for thor
- matlabAUR (matlab-supportAUR) (optional) – for the MATLAB interface
- python-matplotlib (python-matplotlib-gitAUR) (optional) – for tools
- python-pandas (optional) – for digital_metadata
- python-scipy (python-scipy-mkl-binAUR, python-scipy-gitAUR, python-scipy-mklAUR) (optional) – for tools
- python-sounddevice (optional) – for tools
- python-watchdog (python-watchdog-gitAUR) (optional) – for mirror, ringbuffer, watchdog
Latest Comments
imyxh commented on 2023-08-14 22:05 (UTC)
@MarsSeed: thanks, fixed! And sorry for the delay. Was moving dorms.
MarsSeed commented on 2023-08-13 11:52 (UTC)
And
python-uhd
is not needed to be declared at all, since repo's libuhd already provides it, and it is a dependency of gnuradio.MarsSeed commented on 2023-08-13 11:48 (UTC)
Also
gnuradio-uhd
is provided by gnuradio in the form oflibgnuradio-uhd.so
.MarsSeed commented on 2023-08-13 11:45 (UTC)
gnuradio-iio
is included in repo's gnuradio, and it is declared as provides:libgnuradio-iio.so
. Please either remove the 'gnuradio-iio' from optdepends, or change it to 'libgnuradio-iio.so'. Thank you in advance.