Hi everyone,
I've created a branch of fosphor with the goal of making it compatible with GNU Radio 3.8 (specifically the maint-3.8 branch). I've branched fosphor from
My branch is located at
Development was performed in Ubuntu 18.04 with GNU Radio installed using pybombs and Python 3 support as described at
and using a prefix-based GNU Radio install. The updated fosphor branch has been tested with NVidia and Intel OpenCL. At this point GLFW works but QT does not.
To build and install the updated fosphor branch, install GNU Radio 3.8 from the maint-3.8 branch, install all dependencies as described at the fosphor wiki, then execute
cd gr-fosphor git checkout gr38-qt5-aero
mkdir build
cd build
cmake ..
make
make install
I'm interested in the process for merging my updates back to the official repository. For instance, additional testing using different platforms might be a good idea.
Best,