onetbb https://oneapi-src.github.io/oneTBB/ Kamil Atlı suvari@pisilinux.org Apache library onetbb oneAPI Threading Building Blocks (oneTBB) oneTBB is a flexible C++ library that simplifies the work of adding parallelism to complex applications, even if you are not a threading expert. The library lets you easily write parallel programs that take full advantage of the multi-core performance. Such programs are portable, composable and have a future-proof scalability. oneTBB provides you with functions, interfaces, and classes to parallelize and scale the code. All you have to do is to use the templates. https://github.com/oneapi-src/oneTBB/archive/refs/tags/v2021.10.0.tar.gz swig ninja cmake hwloc-devel python3-devel onetbb hwloc libgcc /usr/share/doc /usr/lib/libtbbbind* /usr/lib/libtbb.so* /usr/lib/libtbbmalloc* /usr/lib/libirml.so* /usr/lib/python3.11/site-packages intel-tbb intel-tbb onetbb-devel Development files for onetbb onetbb /usr/include /usr/lib/pkgconfig /usr/lib/cmake/TBB intel-tbb-devel intel-tbb-devel 2023-10-22 2021.10.0 First release Kamil Atlı suvari@pisilinux.org