Search Criteria
Package Details: gr-fosphor 3.8-3
Git Clone URL: | https://aur.archlinux.org/gr-fosphor.git (read-only, click to copy) |
---|---|
Package Base: | gr-fosphor |
Description: | GNU Radio block for RTSA-like spectrum visualization; repackaged from Ubuntu |
Upstream URL: | http://sdr.osmocom.org/trac/wiki/fosphor |
Licenses: | GPL |
Submitter: | Qyriad |
Maintainer: | Qyriad |
Last Packager: | Qyriad |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-11-15 04:52 (UTC) |
Last Updated: | 2019-11-16 21:11 (UTC) |
Dependencies (11)
- boost (boost-git, boost174)
- gnuradio (gnuradio-maint38-git, gnuradio38, gnuradio-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- log4cpp (log4cpp-rc)
- opencl-driver (intel-opencl, opencl-nvidia-410xx, amdapp-sdk, opencl-nvidia-340xx, opencl-nvidia-440xx, vc4cl-git, mesa-minimal+-git, intel-opencl-runtime, opencl-nvidia-430xx, opencl-legacy-amdgpu-pro, beignet, opencl-nvidia-merged, opencl-510xx-nvidia, mesa-d3d12, opencl-mesa-panfork-git, intel-cpu-runtime, mesa-git, mesa-git-adreno, opencl-nvidia-390xx, opencl-nvidia-470xx, mesa-rusticl-git, intel-compute-runtime-git, mesa-amdonly-gaming-git, beignet-git, opencl-nvidia-vulkan, opencl-amd, opencl-mesa-steamos, intel-compute-runtime-bin, rusticl-mesa-minimal-git, opencl-nvidia-beta, intel-compute-runtime, opencl-mesa, opencl-nvidia, rocm-opencl-runtime)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312)
- qt5-base (qt5-base-git, qt5-base-headless)
- boost (boost-git, boost174) (make)
- cmake (cmake-git) (make)
- ocl-icd (khronos-ocl-icd, khronos-ocl-icd-git) (make)
- opencl-headers (opencl-headers-git) (make)
Latest Comments
dreieck commented on 2021-09-30 16:35 (UTC)
Fails to build for me with
Installed is the currently latest
gnuradio
from the community repository, version 3.9.2.0-3.I suspect that you need to update the source to a gnuradio 3.9-branch.
Full
build()
output:Thanks for maintaining!
falbani commented on 2021-02-06 22:23 (UTC)
Hi!
I'm having this error:
testphor.py is a minimal example containing a QT Fosphor Sink.
Machine is a Thinkpad T495.
clinfo runs with no problems (its output its too long)
I tried many different setups with opencl-amd and amdgpu (and pro) and I get the same -59 error (CL_INVALID_OPERATION).
I'm using gnuradio 3.8.2.0-1 in an up-to-date Arch.
How can I test opencl independently of fosphor? How can I continue debugging?
Many many thanks for your help!
ikarus commented on 2020-04-07 07:49 (UTC)
Since the last updates of gnuradio and gnuradio-osmosdr this gr-fosphor packet started to work! Great! Please add
swig
to the PKGBUILD dependencies and we are good to go.ikarus commented on 2020-02-24 20:59 (UTC)
Thanks @raitech for the
swig
tip. Unfortunately I'm no stuck with the following error message, when I try to use the fosphor sink:raitech commented on 2020-01-15 02:40 (UTC) (edited on 2020-01-15 02:47 (UTC) by raitech)
I did solve the
ModuleNotFoundError: No module named 'gnuradio.fosphor.fosphor_swig'
problem by addingswig
into the PKGBUILD dependency list.ikarus commented on 2019-11-21 20:59 (UTC)
Did some testing. I get the error from https://aur.archlinux.org/packages/gr-fosphor#comment-716471 even when I build it directly from https://github.com/bastibl/gr-fosphor. Not sure what is causing this.
Although this will not fix my error, but why not build it directly from https://github.com/bastibl/gr-fosphor? Is the debian stuff really needed?
Qyriad commented on 2019-11-16 21:12 (UTC)
Thank you; I added
cmake
,opencl-headers
, andocl-icd
as makedepends. I'm not sure what's up with the ModuleNotFoundError, but I almost definitely still don't have all the dependencies marked correctly. I'll play with it.ikarus commented on 2019-11-15 18:47 (UTC)
Gnuradio is complaining:
ikarus commented on 2019-11-15 18:42 (UTC) (edited on 2019-11-15 18:47 (UTC) by ikarus)
Thanks for trying to make gr-fosphor available for Arch again. For now it is not working for me, but this might be an issue specific to my system. However,
cmake
,opencl-headers
andocl-icd
were missing as dependency to compile it.