Skip to content

Commit

Permalink
Update TBB to 2021.4.0; remove upstreamed patches
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider committed Oct 8, 2021
1 parent 0b47006 commit 8288aff
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tbb.spec
@@ -1,21 +1,15 @@
### RPM external tbb v2021.3.0
### RPM external tbb v2021.4.0

%define tag %{realversion}
%define branch onetbb_2021
%define github_user oneapi-src
%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

0 comments on commit 8288aff

Please sign in to comment.