To clear this up: pmt_to_python is a "only" a convenience file, but all Python blocks require numpy. So, if you're building GNU Radio with Python enabled, CMake should fail without Numpy installed. As you point out, this is a bug in our CMake.
M On 06.07.2015 13:21, Michael Dickens wrote: > Yes, pmt_to_python.py does use numpy. But, it looks like none of the > actual build for gnuradio-runtime (including pmt) requires numpy to be > installed. So, it's just used post-install. Hence, maybe why it's not > listed as a direct dependency? - MLD > > On Mon, Jul 6, 2015, at 04:16 PM, Volker Schroer wrote: >> To be more specific: >> Is pmt_to_python.py required as that's the place wher numpy is called. >> >> But if this is required gnuradio should not compile without numpy. _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
