[Buildroot] [PATCH 1/2] tbb: new package

Samuel Martin s.martin49 at gmail.com
Wed Sep 27 15:36:44 UTC 2017


Hi,

On Tue, Sep 26, 2017 at 10:35 PM, Bradford Barr <bradford at density.io> wrote:
> From: bradford barr <bradford at density.io>
>
> Intel Threading Building Blocks (TBB), is a C++ library to help developers
> write highly parallelized applications. OpenCV uses it to accelerate some of
> it's more heavy weight procedures.
>
> Signed-off-by: bradford barr <bradford at density.io>
[...]
> --- /dev/null
> +++ b/package/tbb/Config.in
> @@ -0,0 +1,13 @@
> +config BR2_PACKAGE_TBB
> +       bool "tbb"
> +       depends on BR2_TOOLCHAIN_HAS_THREADS
> +       help
> +         Intel(R) Threading Building Blocks (Intel(R) TBB) lets you easily
> +         write parallel C++ programs that take full advantage of multicore
> +         performance, that are portable, composable and have future-proof
> +         scalability.
> +
> +         https://www.threadingbuildingblocks.org/
> +
> +comment "tbb needs a toolchain w/ threads"
> +       depends on !BR2_TOOLCHAIN_HAS_THREADS

I wonder whether TBB is available for all architecture supported by BR.

Regards,

-- 
Samuel


More information about the buildroot mailing list