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 26daf02 commit f3fcdfdCopy full SHA for f3fcdfd
src/install.libs.R
@@ -103,7 +103,7 @@ useBundledTbb <- function() {
103
stop("error building tbb (status code ", status, ")")
104
}
105
106
- tbbFiles <- list.files(pattern = "libtbb.so", recursive = TRUE)
+ tbbFiles <- list.files(pattern = "^libtbb\\.(so|dylib)", recursive = TRUE)
107
tbbDir <- dirname(tbbFiles[[1L]])
108
109
dir.create("tbb/build", showWarnings = FALSE)
0 commit comments