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

Update tbb to 2020 3 #2447

Merged
merged 12 commits into from
Mar 26, 2021
Merged
Changes from 1 commit
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
Next Next commit
update tbb script to change name from onetbb to tbb
  • Loading branch information
SteveBronder committed Mar 23, 2021
commit 1f48fe0b7d0c24ce45bcf2953a1d23d19793b456
2 changes: 1 addition & 1 deletion lib/upgrade-tbb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ git commit -m "upgrading to TBB version ${tbb_version}; modifying with new versi
fi
# 3. Unpack the new TBB version.
tar xvzf $tbb_filename
mv tbb-${tbb_version} tbb_${tbb_version}
mv oneTBB-${tbb_version} tbb_${tbb_version}
git add tbb_${tbb_version}
git commit -m "upgrading to TBB version ${tbb_version}; adding unmodified TBB library"

Expand Down