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] Use another repo/branch/tag for PPC #7051

Merged
merged 2 commits into from
Jun 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions tbb.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
### RPM external tbb v2021.2.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
Requires: hwloc
Expand Down