Skip to content

Commit c6bedff

Browse files
committed
Copy TBB libs for reverse dependencies
1 parent f971883 commit c6bedff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Makevars.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ tbb:
9898
ifdef TBB_LIB
9999
echo "Using system (Intel/OneAPI) TBB library..."; \
100100
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; \
101103
rm -rf ../inst/include/serial/ ../inst/include/tbb/; \
102104
rm -rf ../inst/include/tbb_local/
103105
else

0 commit comments

Comments
 (0)