Skip to content

Commit ceb9ba1

Browse files
committed
Turn macOS support for OpenMP off
1 parent 149f695 commit ceb9ba1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ detect_openmp () {
107107
fi # uname=Linux
108108

109109
if [ "$(uname)" = "Darwin" ]; then
110+
export R_OPENMP_ENABLED=0
111+
return
110112

111113
# https://mac.r-project.org/openmp
112114
printf "%s" "* checking if R installation supports OpenMP with \"-Xclang -fopenmp\" ... "

0 commit comments

Comments
 (0)