We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5a87a commit d90bcccCopy full SHA for d90bccc
README.md
@@ -24,7 +24,7 @@ To build the development version of `RcppParallel` with [`oneTBB`](https://githu
24
For example, installing [`oneTBB`](https://github.com/oneapi-src/oneTBB) on Linux 64-bit (`x86_64`) to `$HOME` directory (change if needed!):
25
26
```bash
27
-TBB_VERSION="2021.1.1"
+TBB_VERSION="2021.2.0"
28
29
wget https://github.com/oneapi-src/oneTBB/releases/download/v$TBB_VERSION/oneapi-tbb-$TBB_VERSION-lin.tgz
30
tar zxvf oneapi-tbb-$TBB_VERSION-lin.tgz -C $HOME
0 commit comments