Skip to content

Commit 87508e8

Browse files
committed
Reword one DEFINE as discussed
1 parent e113120 commit 87508e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

inst/include/RcppArmadillo/config/RcppArmadilloConfigGenerated.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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

0 commit comments

Comments
 (0)