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.
2 parents f00255f + 70b1638 commit 538c491Copy full SHA for 538c491
configure
@@ -122,6 +122,7 @@ detect_openmp () {
122
if CPPFLAGS="${CPPFLAGS} -fopenmp" "${R_HOME}/bin/R" CMD SHLIB test-omp.c >> config.log 2>&1; then
123
echo "yes"
124
export PKG_CFLAGS="${PKG_CFLAGS} -fopenmp"
125
+ export PKG_LIBS="${PKG_LIBS} -fopenmp"
126
export R_OPENMP_ENABLED=1
127
return
128
else
0 commit comments