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 c843b2a commit 6ff6eeeCopy full SHA for 6ff6eee
src/Makevars.in
@@ -101,7 +101,10 @@ ifdef TBB_LIB
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/
+ rm -Rf ../inst/include/tbb_local/; \
105
+ mkdir -p ../inst/include; \
106
+ cp -R $(TBB_INC)/serial ../inst/include/; \
107
+ cp -R $(TBB_INC)/tbb ../inst/include/
108
else
109
echo "Building TBB library from source code..."; \
110
mkdir -p ../inst/lib/$(ARCH_DIR); \
0 commit comments