Skip to content

Commit 1f602da

Browse files
committed
README: Cleanup Intel oneTBB checks
1 parent 010fb60 commit 1f602da

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ For example, installing [oneTBB](https://github.com/oneapi-src/oneTBB) on Linux
3636
3737
export TBB_INC="$TBB/include"
3838
export TBB_LIB="$TBB/lib/intel64/gcc4.8"
39-
#export LD_LIBRARY_PATH="$TBB_LIB:$LD_LIBRARY_PATH"
40-
41-
# Checks:
42-
ls -lAh $TBB_INC
43-
# should list `oneapi` and `tbb` directories that include the headers
44-
ls -lAh $TBB_LIB
45-
# should list the TBB libraries, including `libtbb.so`
4639
```
4740

4841
- Build the development version of `RcppParallel`:

0 commit comments

Comments
 (0)