Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d2a3012

Browse filesBrowse files
committed
only copy relevant header directories
1 parent 3522d04 commit d2a3012
Copy full SHA for d2a3012

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎src/Makevars.in

Copy file name to clipboardExpand all lines: src/Makevars.in
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@ ifdef TBB_LIB
137137
@echo "(tbb) TBB_LIB = $(TBB_LIB)"
138138
@echo "(tbb) TBB_INC = $(TBB_INC)"
139139
@mkdir -p ../inst/include
140-
@cp -R $(TBB_INC)/* ../inst/include/
140+
@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 || :
141143
else
142144
@echo "(tbb) Building TBB using bundled sources ..."
143145
@mkdir -p ../inst/include

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.