[Buildroot] [PATCH v2 1/1] gnuradio: fix compilation with cmake-3.5

gwenhael.goavec gwenj at trabucayre.com
Wed Mar 23 07:57:08 UTC 2016


On Tue, 22 Mar 2016 18:25:24 +0100
Bernd Kuhls <bernd.kuhls at t-online.de> wrote:

> Am Tue, 22 Mar 2016 18:11:59 +0100 schrieb gwenhael.goavec:
> 
> > according to FindBoost.cmake boost_threads depends on atomic &
> > chrono. I think (I'm test before sent a patch) it's better to add
> > the missing dependencies. No ?  
> 
> Hi,
> 
> I have no idea about the internal dependencies of boost. According to
> the commit message CMake now recognizes "indirect dependencies", with
> them gnuradio compiles without problems, like it did with cmake
> 3.4.3. So we have too choices:
> - add dependencies to gnuradio without being sure they are really
> needed
> - live with "indirect dependencies" in boost without knowing whether
> they cause harm or not.
> 
I have maybe wrong but if these "indirect dependencies" are present it's
not for the fun.
It's okay, with the patch mentioned above, gnuradio build successfully,
but don't take care about this dependencies (maybe useless) may
produces problem in a future (or not). I think it's more secure to add
missing modules.

Regards, Gwen


More information about the buildroot mailing list