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 3522d04 commit d2a3012Copy full SHA for d2a3012
src/Makevars.in
@@ -137,7 +137,9 @@ ifdef TBB_LIB
137
@echo "(tbb) TBB_LIB = $(TBB_LIB)"
138
@echo "(tbb) TBB_INC = $(TBB_INC)"
139
@mkdir -p ../inst/include
140
- @cp -R $(TBB_INC)/* ../inst/include/
+ @cp -R $(TBB_INC)/oneapi ../inst/include/ 2> /dev/null || :
141
+ @cp -R $(TBB_INC)/serial ../inst/include/ 2> /dev/null || :
142
+ @cp -R $(TBB_INC)/tbb ../inst/include/ 2> /dev/null || :
143
else
144
@echo "(tbb) Building TBB using bundled sources ..."
145
0 commit comments