bastibl / gr-ieee802-15-4

IEEE 802.15.4 ZigBee Transceiver
https://www.wime-project.net
GNU General Public License v3.0
270 stars 87 forks source link

Add a conda recipe based on the `gr_modtool` template #72

Closed ryanvolz closed 1 year ago

ryanvolz commented 1 year ago

I created this recipe so that I could include a gnuradio-ieee802_15_4 package in radioconda following a user request. I'm submitting it upstream in case you find it useful so that users can build their own packages more easily or you can set up builds that run as a GitHub Action (see .conda/README.md for more information). The PR also includes a few incidental enhancements/bug fixes.

bastibl commented 1 year ago

Thanks!