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 23dac21 commit f55e69aCopy full SHA for f55e69a
configure
@@ -126,6 +126,7 @@ detect_openmp () {
126
if CPPFLAGS="${CPPFLAGS} -fopenmp" "${R_HOME}/bin/R" CMD SHLIB test-omp.c >> config.log 2>&1; then
127
echo "yes"
128
export PKG_CFLAGS="${PKG_CFLAGS} -fopenmp"
129
+ export PKG_LIBS="${PKG_LIBS} -fopenmp"
130
export R_OPENMP_ENABLED=1
131
return
132
else
0 commit comments