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 beb1076 commit c071bdcCopy full SHA for c071bdc
configure
@@ -3422,7 +3422,7 @@ fi
3422
openmp_flag=""
3423
3424
## Set the fallback, by default it is nope
3425
-arma_have_openmp="#define ARMA_DONT_USE_OPENMP"
+arma_have_openmp="#define ARMA_DONT_USE_OPENMP 1"
3426
3427
if test x"${openmp_already_works}" = x"yes"; then
3428
arma_have_openmp="#define ARMA_USE_OPENMP"
configure.ac
@@ -188,7 +188,7 @@ fi
188
189
190
191
192
193
194
0 commit comments