File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 66 * configure: Idem
77
88 * inst/include/current/: Sync with Armadillo 15.2
9+ 2025-10-18 Dirk Eddelbuettel <
[email protected] >
10+
11+ * configure.ac: Simplified OpenMP setup
12+ * configure: Idem
913
10142025-10-17 Dirk Eddelbuettel <
[email protected] >
1115
Original file line number Diff line number Diff line change @@ -3411,6 +3411,9 @@ printf "%s\n" "found" >&6; }
34113411printf " %s\n" " $as_me : WARNING: OpenMP unavailable and turned off." >&2 ; }
34123412 can_use_openmp=" no"
34133413 fi
3414+ else
3415+ { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: not found" >&5
3416+ printf " %s\n" " not found" >&6 ; }
34143417fi
34153418
34163419if test x" ${can_use_openmp} " = x" yes" ; then
Original file line number Diff line number Diff line change @@ -204,6 +204,8 @@ if test x"${RSysinfoName}" = x"Darwin"; then
204204 AC_MSG_WARN ( [ OpenMP unavailable and turned off.] )
205205 can_use_openmp="no"
206206 fi
207+ else
208+ AC_MSG_RESULT ( [ not found] )
207209fi
208210
209211if test x"${can_use_openmp}" = x"yes"; then
You can’t perform that action at this time.
0 commit comments