Hi all,
The 3.10.3.0 and 3.9.7.0 releases are now available as conda packages
through conda-forge [1], and 3.10.3.0 is now bundled into the radioconda
installer [2].
[1] https://wiki.gnuradio.org/index.php?title=CondaInstall
[2] https://github.com/ryanvolz/radioconda
One notable feature of 3.10.3.0 is the inclusion of a conda recipe in
the OOT template created by `gr_modtool newmod`, found in the .conda
directory. Beyond making it easier for anyone to bundle an OOT into a
conda package, this also makes it straightforward to add the ability to
build packages automatically through Github. Newly created modules will
come with this recipe (obviously), but it is also easy to add it to
existing modules by running `gr_modtool newmod OOT_NAME` and copying the
included .conda directory into the existing OOT. Further details about
what to do from that point can be found in a README in the .conda
directory. The above information is now also documented on the wiki at [3].
[3]
https://wiki.gnuradio.org/index.php?title=CondaInstall#Adding_conda_support_directly_to_an_OOT_module
Cheers,
Ryan