Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TBB] Updated to version v2021.3.0 with patches for ASAN and PPC #7184

Merged
merged 1 commit into from Jul 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions tbb.spec
@@ -1,21 +1,21 @@
### RPM external tbb v2021.2.0
### RPM external tbb v2021.3.0

%ifarch x86_64
%define tag %{realversion}
%define branch onetbb_2021
%define github_user oneapi-src
%else
%define tag b5b7f777b26124d67554171763d891d27aa0749a
%define branch master+fix
%define github_user mrodozov
%endif
%define github_repo oneTBB
Source: git+https://github.com/%{github_user}/%{github_repo}.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{branch}-%{tag}.tgz
# ASAN: Use after scope in conformance_concurrent_queue
Source1: https://patch-diff.githubusercontent.com/raw/oneapi-src/oneTBB/pull/435.patch
# Remove arch macros checks for getSmallObjectIndex
Source2: https://patch-diff.githubusercontent.com/raw/oneapi-src/oneTBB/pull/461.patch
Requires: hwloc
BuildRequires: cmake

%prep
%setup -n %{n}-%{realversion}
patch -p1 < %{_sourcedir}/435.patch
patch -p1 < %{_sourcedir}/461.patch

%build
rm -rf %{_builddir}/build
Expand Down