Skip to content

Commit 913bd64

Browse files
committed
README: Minor update
Download TBB release using `$TBB_VERSION`.
1 parent 00e82e3 commit 913bd64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ directory `/path/to/math/lib/tbb` as absolute path to the system-wide
111111
Intel TBB
112112
---------
113113

114-
`math` now supports the new interface of Intel TBB and allows using external library (e.g., with [`oneTBB`](https://github.com/oneapi-src/oneTBB) or the system TBB library), using `TBB_LIB` and `TBB_INC` environment variables.
114+
`math` supports the new interface of Intel TBB, can be configured to use an external copy of TBB (e.g., with [`oneTBB`](https://github.com/oneapi-src/oneTBB) or the system TBB library), using the `TBB_LIB` and `TBB_INC` environment variables.
115115

116116
To build the development version of `math` with [`oneTBB`](https://github.com/oneapi-src/oneTBB):
117117

@@ -121,7 +121,7 @@ For example, installing [`oneTBB`](https://github.com/oneapi-src/oneTBB) on Linu
121121
```bash
122122
TBB_VERSION="2021.1.1"
123123

124-
wget https://github.com/oneapi-src/oneTBB/releases/download/v2021.1.1/oneapi-tbb-$TBB_VERSION-lin.tgz
124+
wget https://github.com/oneapi-src/oneTBB/releases/download/v$TBB_VERSION/oneapi-tbb-$TBB_VERSION-lin.tgz
125125
tar zxvf oneapi-tbb-$TBB_VERSION-lin.tgz -C $HOME
126126

127127
export TBB="$HOME/oneapi-tbb-$TBB_VERSION"

0 commit comments

Comments
 (0)