File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
inst/include/RcppArmadillo/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 OpenMP but rely on "$(SHLIB_OPENMP_CFLAGS)" as everywhere else
55
66 * inst/include/RcppArmadillo/config/RcppArmadilloConfigGenerated.h.in:
7- Refine macOS OpenMP detection, respect RCPPARMA_MACOS_DISABLE_OPENMP
7+ Refine macOS OpenMP detection, respect RCPPARMADILLO_MACOS_DISABLE_OPENMP
88
99 * inst/include/RcppArmadillo/config/RcppArmadilloConfig.h:
1010 ARMA_CRIPPLED_LAPACK is only defined if 'LEGACY' Armadillo selected
Original file line number Diff line number Diff line change 2626#if !defined(ARMA_USE_OPENMP )
2727 #if defined(__APPLE__ ) && defined(_OPENMP )
2828 // User has OpenMP available, but check if they want it disabled
29- #ifndef RCPPARMA_MACOS_DISABLE_OPENMP
29+ #ifndef RCPPARMADILLO_MACOS_DISABLE_OPENMP
3030 #define ARMA_USE_OPENMP 1
3131 #else
3232 #define ARMA_DONT_USE_OPENMP 1
You can’t perform that action at this time.
0 commit comments