Name: | tbb |
---|---|
Version: | 4.1 |
Release: | 5.20130314.el7 |
Architecture: | i686 |
Group: | Development/Tools |
Size: | 328032 |
License: | GPLv2 with exceptions |
RPM: | tbb-4.1-5.20130314.el7.i686.rpm |
Source RPM: | tbb-4.1-5.20130314.el7.src.rpm |
Build Date: | Wed Apr 30 2014 |
Build Host: | ca-buildj3.us.oracle.com |
Vendor: | Oracle America |
URL: | http://threadingbuildingblocks.org/ |
Summary: | The Threading Building Blocks library abstracts low-level threading details |
Description: | Threading Building Blocks (TBB) is a C++ runtime library that abstracts the low-level threading details necessary for optimal multi-core performance. It uses common C++ templates and coding style to eliminate tedious threading implementation work. TBB requires fewer lines of code to achieve parallelism than other threading models. The applications you write are portable across platforms. Since the library is also inherently scalable, no code maintenance is required as more processor cores become available. |
- Mass rebuild 2013-12-27
- Fix %install to also install include files that are not named *.h
- Enable ARM arches
- Fix mfence patch. Since the __TBB_full_memory_fence macro was function-call-like, it stole () intended for function invocation.
- Rebase to 4.1 update 3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Fix build on PowerPC
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Rebase to 4.0 update 4 - Refresh Getting_Started.pdf, Reference.pdf, Tutorial.pdf - Provide pkg-config files - Resolves: #825402
- tbb builds now on PPC(64)