A quick look at the source reveals NumPy is used extensively in GNU Radio, but it is checked for by the gr-wxgui and grc modules only. So, most of GNU Radio can install properly even if NumPy is not installed or working. - MLD
On Mon, Jul 6, 2015, at 03:43 PM, Volker Schroer wrote: > That means,there is a bug in cmake. If numpy is required , then gnuradio > should not build if numpy is not found. > But if I remember well, in earlier days of gnuradio pmt was not required. > > Am 06.07.2015 um 18:27 schrieb Martin Braun: > > On 06.07.2015 08:54, Volker Schroer wrote: > > > >> I'm trying to build gnuradio for a system without numpy. > > Numpy should probably be a hard requirement -- Python blocks won't work > > properly without it, even disregarding this specific module. > > > >> How can I come around this problem without installing numpy ? > > Unless you want to disable Python support entirely, you can't. _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
