Sat, 25 Mar 2023 08:47:42 CST | login

Information for build tbb-2020.3-13.rv64.fc37

ID28471
Package Nametbb
Version2020.3
Release13.rv64.fc37
Epoch
Sourcegit+https://github.com/fedora-riscv/tbb.git#caac3ba9e65d7fbf90f184208d985efc85f2cb13
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 byliuyang
State complete
Volume DEFAULT
StartedThu, 23 Feb 2023 23:34:13 CST
CompletedFri, 24 Feb 2023 06:23:09 CST
Taskbuild (f37-build-side-32-misc-devel, /fedora-riscv/tbb.git:caac3ba9e65d7fbf90f184208d985efc85f2cb13)
Extra{'source': {'original_url': 'git+https://github.com/fedora-riscv/tbb.git#caac3ba9e65d7fbf90f184208d985efc85f2cb13'}}
Tags
f37-build-side-32-misc-devel
RPMs
src
tbb-2020.3-13.rv64.fc37.src.rpm (info) (download)
riscv64
python3-tbb-2020.3-13.rv64.fc37.riscv64.rpm (info) (download)
tbb-2020.3-13.rv64.fc37.riscv64.rpm (info) (download)
tbb-devel-2020.3-13.rv64.fc37.riscv64.rpm (info) (download)
tbb-doc-2020.3-13.rv64.fc37.riscv64.rpm (info) (download)
python3-tbb-debuginfo-2020.3-13.rv64.fc37.riscv64.rpm (info) (download)
tbb-debuginfo-2020.3-13.rv64.fc37.riscv64.rpm (info) (download)
tbb-debugsource-2020.3-13.rv64.fc37.riscv64.rpm (info) (download)
Logs
riscv64
installed_pkgs.log
root.log
state.log
build.log
hw_info.log
mock_output.log
Changelog * Thu Feb 23 2023 Liu Yang <Yang.Liu.sn@gmail.com> - 2020.3-13.rv64 - Fix build on riscv64. * Thu Feb 16 2023 Jonathan Wakely <jwakely@redhat.com> - 2020.3-13 - Fix build failure with GCC13 (bz 2161412) * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2020.3-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2020.3-11 - Rebuilt for Python 3.11 * Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2020.3-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2020.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jun 09 2021 Thomas Rodgers <trodgers@redhat.com> - 2020.3-8 - Merge change to remove baseos-qe.koji-build.scratch-build.validation ahajkova * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2020.3-7 - Rebuilt for Python 3.10 * Thu Jun 03 2021 Thomas Rodgers <trodgers@redhat.com> - 2020.3-6 - Fix ABI regression in tbb::empty_task caused by switch to LTO