Intell Threading Building Blocks
https://www.threadingbuildingblocks.org/
Intel(r) Threading Building Blocks (TBB) offers a rich and complete
approach to expressing parallelism in a C++ program. It is a library
that helps you take advantage of multi-core processor performance
without having to be a threading expert. Threading Building Blocks is
not just a threads-replacement library. It represents a higher-level,
task-based parallelism that abstracts platform details and threading
mechanism for performance and scalability.
- Devel package for openSUSE:Factory
-
17
derived packages
- Links to openSUSE:Factory / tbb
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:libraries:c_c++/tbb && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
2019_U8.tar.gz | 0002580540 2.46 MB | |
_link | 0000000124 124 Bytes | |
cmake-remove-include-path.patch | 0000001507 1.47 KB | |
disable-irml.patch | 0000000872 872 Bytes | |
optflags.patch | 0000000507 507 Bytes | |
reproducible.patch | 0000002097 2.05 KB | |
tbb.changes | 0000011641 11.4 KB | |
tbb.spec | 0000006550 6.4 KB |
Revision 57 (latest revision is 98)
Ismail Dönmez (namtrac)
committed
(revision 57)
- Add cmake-remove-include-path.patch to remove setting include path since we already install under /usr/include and this fixes idiot OpenCV trying to do -isystem $TBB_INCLUDE_DIR
Comments 0