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 f971883 commit c6bedffCopy full SHA for c6bedff
src/Makevars.in
@@ -98,6 +98,8 @@ tbb:
98
ifdef TBB_LIB
99
echo "Using system (Intel/OneAPI) TBB library..."; \
100
mkdir -p ../inst/lib/$(ARCH_DIR); \
101
+ cp $(TBB_LIB)/libtbb.so ../inst/lib/$(ARCH_DIR)/libtbb.so; \
102
+ cp $(TBB_LIB)/libtbbmalloc.so ../inst/lib/$(ARCH_DIR)/libtbbmalloc.so; \
103
rm -rf ../inst/include/serial/ ../inst/include/tbb/; \
104
rm -rf ../inst/include/tbb_local/
105
else
0 commit comments