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 9bba9bd commit 193b3b6Copy full SHA for 193b3b6
src/Makevars.in
@@ -3,7 +3,7 @@ PKG_CPPFLAGS = -I../inst/include
3
PKG_CXXFLAGS = @CXX11STD@
4
5
ifdef TBB_LIBRARY_FILE
6
- PKG_LIBS = -ltbb
+PKG_LIBS = -ltbb
7
endif
8
9
ifeq ($(OS), Windows_NT)
@@ -90,10 +90,11 @@ endif
90
all: tbb $(SHLIB)
91
92
tbb:
93
- mkdir -p ../inst/lib/$(ARCH_DIR); \
94
+ mkdir -p ../inst/lib/$(ARCH_DIR); \
95
echo "Use system (Intel/OneAPI) TBB."
96
else
97
98
cd tbb/src; \
99
if [ -n "$(shell echo $(CC) | grep clang)" ]; then \
100
$(MAKE_CMD) stdver=@STDVER@ compiler=clang $(MAKE_ARGS); \
0 commit comments