Fri, 19 Apr 2024 08:35:05 UTC | login

Information for build tbb-2020.3-5.el9

ID2010
Package Nametbb
Version2020.3
Release5.el9
Epoch
DraftFalse
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/tbb#11f3ddff599ae31b94e52cb7051f99033181a778
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 bytdawson
State complete
Volume DEFAULT
StartedSat, 13 Mar 2021 01:24:44 UTC
CompletedSat, 13 Mar 2021 02:38:12 UTC
Taskbuild (c9s-candidate, /redhat/centos-stream/rpms/tbb:11f3ddff599ae31b94e52cb7051f99033181a778)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/tbb#11f3ddff599ae31b94e52cb7051f99033181a778'}}
Tags
c9s-gate
c9s-pending
c9s-pending-signed
RPMs
src
tbb-2020.3-5.el9.src.rpm (info) (download)
aarch64
python3-tbb-2020.3-5.el9.aarch64.rpm (info) (download)
tbb-2020.3-5.el9.aarch64.rpm (info) (download)
tbb-devel-2020.3-5.el9.aarch64.rpm (info) (download)
tbb-doc-2020.3-5.el9.aarch64.rpm (info) (download)
python3-tbb-debuginfo-2020.3-5.el9.aarch64.rpm (info) (download)
tbb-debuginfo-2020.3-5.el9.aarch64.rpm (info) (download)
tbb-debugsource-2020.3-5.el9.aarch64.rpm (info) (download)
i686
python3-tbb-2020.3-5.el9.i686.rpm (info) (download)
tbb-2020.3-5.el9.i686.rpm (info) (download)
tbb-devel-2020.3-5.el9.i686.rpm (info) (download)
tbb-doc-2020.3-5.el9.i686.rpm (info) (download)
python3-tbb-debuginfo-2020.3-5.el9.i686.rpm (info) (download)
tbb-debuginfo-2020.3-5.el9.i686.rpm (info) (download)
tbb-debugsource-2020.3-5.el9.i686.rpm (info) (download)
ppc64le
python3-tbb-2020.3-5.el9.ppc64le.rpm (info) (download)
tbb-2020.3-5.el9.ppc64le.rpm (info) (download)
tbb-devel-2020.3-5.el9.ppc64le.rpm (info) (download)
tbb-doc-2020.3-5.el9.ppc64le.rpm (info) (download)
python3-tbb-debuginfo-2020.3-5.el9.ppc64le.rpm (info) (download)
tbb-debuginfo-2020.3-5.el9.ppc64le.rpm (info) (download)
tbb-debugsource-2020.3-5.el9.ppc64le.rpm (info) (download)
s390x
python3-tbb-2020.3-5.el9.s390x.rpm (info) (download)
tbb-2020.3-5.el9.s390x.rpm (info) (download)
tbb-devel-2020.3-5.el9.s390x.rpm (info) (download)
tbb-doc-2020.3-5.el9.s390x.rpm (info) (download)
python3-tbb-debuginfo-2020.3-5.el9.s390x.rpm (info) (download)
tbb-debuginfo-2020.3-5.el9.s390x.rpm (info) (download)
tbb-debugsource-2020.3-5.el9.s390x.rpm (info) (download)
x86_64
python3-tbb-2020.3-5.el9.x86_64.rpm (info) (download)
tbb-2020.3-5.el9.x86_64.rpm (info) (download)
tbb-devel-2020.3-5.el9.x86_64.rpm (info) (download)
tbb-doc-2020.3-5.el9.x86_64.rpm (info) (download)
python3-tbb-debuginfo-2020.3-5.el9.x86_64.rpm (info) (download)
tbb-debuginfo-2020.3-5.el9.x86_64.rpm (info) (download)
tbb-debugsource-2020.3-5.el9.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
i686
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
ppc64le
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
s390x
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
Changelog * Mon Feb 22 2021 Jerry James <loganjerry@gmail.com> - 2020.3-5 - Fix cmake file installation some more (bz 1930389) * Thu Feb 18 2021 Jerry James <loganjerry@gmail.com> - 2020.3-4 - Fix cmake file installation (bz 1930389) - Allow use of RTM instructions when available - At upstream's suggestion, do not force ITT_NOTIFY support - Drop -fetchadd64 patch, only needed for forced ITT_NOTIFY support * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2020.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2020.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 27 2020 Jerry James <loganjerry@gmail.com> - 2020.3-1 - Rebase to version 2020.3 * Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 2020.2-4 - Use make macros - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2020.2-3 - Rebuilt for Python 3.9 * Mon Apr 27 2020 Timm Baeder <tbaeder@redhat.com> - 2020.2-2 - Pass the compiler to when building - Update the tbb-2019-test-thread-monitor.patch to use std::atomic * Tue Mar 31 2020 Jerry James <loganjerry@gmail.com> - 2020.2-1 - Rebase to version 2020.2 * Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2020.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Jan 22 2020 Jerry James <loganjerry@gmail.com> - 2020.1-1 - Rebase to version 2020.1 * Tue Dec 31 2019 Jerry James <loganjerry@gmail.com> - 2020-1 - Rebase to version 2020 * Sat Oct 12 2019 Jerry James <loganjerry@gmail.com> - 2019.9-1 - Rebase to 2019 update 9 * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2019.8-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Tue Aug 27 2019 Jerry James <loganjerry@gmail.com> - 2019.8-3 - Add -test-thread-monitor and -test-task-scheduler-init patches to fix FTBFS * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2019.8-3 - Rebuilt for Python 3.8 * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2019.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Jun 08 2019 Jerry James <loganjerry@gmail.com> - 2019.8-1 - Rebase to 2019 update 8 * Thu May 23 2019 Jerry James <loganjerry@gmail.com> - 2019.7-1 - Rebase to 2019 update 7 * Thu May 09 2019 Jerry James <loganjerry@gmail.com> - 2019.6-1 - Rebase to 2019 update 6 - Add -attributes patch to silence gcc warnings * Mon Mar 25 2019 Jerry James <loganjerry@gmail.com> - 2019.5-1 - Rebase to 2019 update 5 * Mon Mar 04 2019 Jerry James <loganjerry@gmail.com> - 2019.4-1 - Rebase to 2019 update 4