[Buildroot] [PATCH v3 08/17] package/gnuradio: use the new fftw-single package

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Jan 1 13:07:27 UTC 2019


Hello,

On Tue, 1 Jan 2019 13:16:57 +0100, Yann E. MORIN wrote:

> >  config BR2_PACKAGE_GNURADIO_FFT
> >  	bool "gr-fft support"
> > +	select BR2_PACKAGE_FFTW
> > +	select BR2_PACKAGE_FFTW_SINGLE  
> 
> So, here we're selecting both fftw and fftw-single, yet...

Well that's how the whole thing is designed: if you want to use one of
the fftw-* packages, you need to select both BR2_PACKAGE_FFTW or
BR2_PACKAGE_FFTW_SINGLE. See what the package/fftw/Config.in file looks
like with the whole series applied.

Note: I am not saying this is the only solution to do that, and that's
it's the best, I'm just saying that doing both of those selects is
needed with the solution proposed in this series.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list