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 39303ec commit d60c9b0Copy full SHA for d60c9b0
src/Makevars.in
@@ -104,6 +104,7 @@ ifdef TBB_LIB
104
rm -Rf ../inst/include/tbb_local/; \
105
mkdir -p ../inst/include; \
106
cp -R $(TBB_INC)/serial ../inst/include/ 2>/dev/null || :; \
107
+ cp -R $(TBB_INC)/oneapi ../inst/include/ 2>/dev/null || :; \
108
cp -R $(TBB_INC)/tbb ../inst/include/ 2>/dev/null || :
109
else
110
echo "Building TBB library from source code..."; \
0 commit comments