-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for 3.9 #12
Comments
We're about to release some new funcionalities. Once that's up and running, we'll take a look at how to make it 3.9-compatible. |
The guide for porting from GNU Radio 3.8 to 3.9 is here: 3.10 has now been released, but most out-of-tree modules do not require changes to be compatible. |
Support for gnuradio 3.9 - 3.11 has been added via pr #16 |
@bkerler I'm having issues with the PR using gnuradio 3.9.5.0 (built from source, installed globally).
The lines look similar to ones in gnuradio's CMakeLists.txt that were introduced in version 3.10.
The path should be |
Yes, some lines were added for gnuradio 3.10. I might port it specifically to 3.9 if that is really needed. |
Current release is incompatible with GNU Radio 3.9 due to removal of GrSWIG. Any plans on supporting version 3.9? What would be required to port this to newer versions of GNU Radio?
The text was updated successfully, but these errors were encountered: