Wed, 01 May 2024 05:43:48 UTC | login

Information for build python33-tbb-4.1-7.20130314.sc1.el6

ID7470
Package Namepython33-tbb
Version4.1
Release7.20130314.sc1.el6
Epoch
SummaryThe Threading Building Blocks library abstracts low-level threading details
DescriptionThreading 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.
Built byhhorak
State complete
Volume DEFAULT
StartedFri, 13 Nov 2015 01:20:59 UTC
CompletedFri, 13 Nov 2015 01:23:34 UTC
Taskbuild (sclo6-python33-rh-el6, python33-tbb-4.1-7.20130314.sc1.el6.src.rpm)
Tags
sclo6-python33-rh-candidate
sclo6-python33-rh-release
sclo6-python33-rh-testing
RPMs
src
python33-tbb-4.1-7.20130314.sc1.el6.src.rpm (info) (download)
x86_64
python33-tbb-4.1-7.20130314.sc1.el6.x86_64.rpm (info) (download)
python33-tbb-devel-4.1-7.20130314.sc1.el6.x86_64.rpm (info) (download)
python33-tbb-doc-4.1-7.20130314.sc1.el6.x86_64.rpm (info) (download)
python33-tbb-debuginfo-4.1-7.20130314.sc1.el6.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
state.log
Changelog * Mon Mar 31 2014 Tomas Tomecek <ttomecek@redhat.com> - 4.1-7.20130314 - explicitly depend on SCL runtime * Thu Mar 20 2014 Tomas Tomecek <ttomecek@redhat.com> - 4.1-6.20130314 - rebuilt with latest scl-utils (dependencies problems) * Wed Nov 13 2013 Tomas Tomecek <ttomecek@redhat.com> - 4.1-5.20130314 - RHSCL-1.1 build * Thu Oct 03 2013 Petr Machata <pmachata@redhat.com> - 4.1-4.20130314 - Fix %install to also install include files that are not named *.h * Tue May 28 2013 Petr Machata <pmachata@redhat.com> - 4.1-3.20130314 - Enable ARM arches * Wed May 22 2013 Petr Machata <pmachata@redhat.com> - 4.1-2.20130314 - Fix mfence patch. Since the __TBB_full_memory_fence macro was function-call-like, it stole () intended for function invocation. * Wed May 22 2013 Petr Machata <pmachata@redhat.com> - 4.1-1.20130314 - Rebase to 4.1 update 3 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-7.20120408 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Tue Aug 28 2012 Petr Machata <pmachata@redhat.com> - 4.0-6.20120408 - Fix build on PowerPC * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-5.20120408 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Jun 07 2012 Petr Machata <pmachata@redhat.com> - 4.0-4.20120408 - Rebase to 4.0 update 4 - Refresh Getting_Started.pdf, Reference.pdf, Tutorial.pdf - Provide pkg-config files - Resolves: #825402 * Thu Apr 05 2012 Karsten Hopp <karsten@redhat.com> 4.0-3.20110809 - tbb builds now on PPC(64) * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-2.20110809 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Oct 18 2011 Petr Machata <pmachata@redhat.com> - 4.0-1.20110809 - Rebase to 4.0 - Port the mfence patch - Refresh the documentation bundle * Tue Jul 26 2011 Petr Machata <pmachata@redhat.com> - 3.0-1.20110419 - Rebase to 3.0-r6 - Port both patches - Package Design_Patterns.pdf - Thanks to Richard Shaw for initial rebase patch - Resolves: #723043 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-3.20090809 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Jun 10 2010 Petr Machata <pmachata@redhat.com> - 2.2-2.20090809 - Replace mfence instruction with xchg to make it run on ia32-class machines without SSE2. - Resolves: #600654 * Tue Nov 03 2009 Petr Machata <pmachata@redhat.com> - 2.2-1.20090809 - New upstream 2.2 - Resolves: #521571 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-3.20080605 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-2.20080605 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Fri Jun 13 2008 Petr Machata <pmachata@redhat.com> - 2.1-1.20080605 - New upstream 2.1 - Drop soname patch, parallel make patch, and GCC 4.3 patch * Wed Feb 13 2008 Petr Machata <pmachata@redhat.com> - 2.0-4.20070927 - Review fixes - Use updated URL - More timestamp preservation - Initial import into Fedora CVS * Mon Feb 11 2008 Petr Machata <pmachata@redhat.com> - 2.0-3.20070927 - Review fixes - Preserve timestamp of installed files - Fix soname not to contain "debug" * Tue Feb 05 2008 Petr Machata <pmachata@redhat.com> - 2.0-2.20070927 - Review fixes - GCC 4.3 patchset - Add BR util-linux net-tools - Add full URL to Source0 - Build in debug mode to work around problems with GCC 4.3 * Mon Dec 17 2007 Petr Machata <pmachata@redhat.com> - 2.0-1.20070927 - Initial package. - Using SONAME patch from Debian.