It seems I can install gnuradio from fedora and it pulls in several dependencies.
Before I actually install it please tell us how you installed it, and explicitly what errors you may be seeing as well as what you are trying when the error occurs.
How are you determining that the needed gr-iio is not already included?
when you installed gnuradio you missed gnuradio-doc, gnuradio-examples, and at least one devel package (gnuradio-devel).
Installing with sudo dnf install gnuradio* pulls in those 3 as well as sdl12-compat-devel and volk-devel as dependencies.
I suspect that gr-iio is included in the base package since it is not available separately on fedora and the docs say that version 3.10+ requires that function. Fedora provides 3.10.9.2.
I also see that pluto is available both as source and sink (soapy_pluto_…) under the /usr/share/gnuradio/grc/blocks/ directory.
I really don’t see why I should install the documentation, examples and the devel package to get support for my hardware. But anyway I installed it and the Pluto SDR Block is still not there.
This is the Soapy Pluto Block, which doesn’t work on my installation btw. I assume there is a library missing.
The real Pluto SDR Block can be found under Industrial IO/Pluto SDR:
And looks like this:
Screenshots taken from an Ubuntu 23.10 VM after installing only the gnuradio paket.
Root cause is that libad9361-iio is not packaged by Fedora. This is a dependency for gr-iio to build. So GNURadio is built and packaged without gr-iio.
Pretty confident that this is not going to work for PlutoSDR until libad9361 is packaged for Fedora and libad9361-devel is made a build dependency of gnuradio. That PR does not address the root cause of the issue.
I manually built and installed libad9361, then rebuilt the RPM from SRPM. This left me with a working gr-iio (and working pluto source/sink) but with a broken package dependency system as RPM does not know about the libad9361-devel and libiio-devel dependency. And libad9361 is not installed via RPM. It would be trivial to package it though, were I so inclined. There is an SRPM here to start from: libad9361-0-0.7.20170207git6027674.fc32 | Build Info | koji