Robert X. Seger
Robert X. Seger
https://github.com/dholm/homebrew-sdr
GNU Radio has its own bundle system, Python Build Overlay Managed Bundle System: https://github.com/gnuradio/pybombs - should try it out and investigate how it compares versus these Homebrew formulae. Does it...
This manual step is needed to install the Cheetah egg from Python: ``` sh pip install Cheetah ``` because I can't figure out how to add it as a dependency...
gnuradio and librtlsdr are in [homebrew-core](https://github.com/homebrew/homebrew-core), would be ideal if these could be upstreamed, too (at least gr-osmosdr, which depends on gr-baz), so this separate tap is not needed. Need...
gr-baz installs duplicate blocks: Warning: Block with key "zeromq_sub_source" already exists. (etc.)
When `.gnuradio/config.conf` is configured with the local path gr-baz installs to: ``` [grc] local_blocks_path=/usr/local/share/gnuradio/grc/blocks ``` then gnuradio-companion complains about blocks that already exist in the "stock" GNU Radio distribution: ```...