Skip to content

Commit d90bccc

Browse files
committed
README: example: Update to oneTBB 2021.2.0
1 parent 4c5a87a commit d90bccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To build the development version of `RcppParallel` with [`oneTBB`](https://githu
2424
For example, installing [`oneTBB`](https://github.com/oneapi-src/oneTBB) on Linux 64-bit (`x86_64`) to `$HOME` directory (change if needed!):
2525

2626
```bash
27-
TBB_VERSION="2021.1.1"
27+
TBB_VERSION="2021.2.0"
2828

2929
wget https://github.com/oneapi-src/oneTBB/releases/download/v$TBB_VERSION/oneapi-tbb-$TBB_VERSION-lin.tgz
3030
tar zxvf oneapi-tbb-$TBB_VERSION-lin.tgz -C $HOME

0 commit comments

Comments
 (0)