File tree 6 files changed +9
-5
lines changed
6 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ rm -f config.log config.status confdefs.h \
17
17
vignettes/* ~ \
18
18
* /* ~ * ~ \
19
19
inst/include/RcppArmadilloLapack.h \
20
- inst/include/RcppArmadillo/internal /RcppArmadilloConfigGenerated.h \
20
+ inst/include/RcppArmadillo/config /RcppArmadilloConfigGenerated.h \
21
21
src/Makevars \
22
22
vignettes/jss.bst vignettes/pinp.cls
23
23
Original file line number Diff line number Diff line change @@ -3407,7 +3407,7 @@ ARMA_HAVE_OPENMP="${arma_have_openmp}"
3407
3407
3408
3408
OPENMP_FLAG=" ${openmp_flag} "
3409
3409
3410
- ac_config_files=" $ac_config_files inst/include/RcppArmadillo/internal /RcppArmadilloConfigGenerated.h src/Makevars"
3410
+ ac_config_files=" $ac_config_files inst/include/RcppArmadillo/config /RcppArmadilloConfigGenerated.h src/Makevars"
3411
3411
3412
3412
cat > confcache << \_ACEOF
3413
3413
# This file is a shell script that caches the results of configure
@@ -4109,7 +4109,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4109
4109
for ac_config_target in $ac_config_targets
4110
4110
do
4111
4111
case $ac_config_target in
4112
- " inst/include/RcppArmadillo/internal /RcppArmadilloConfigGenerated.h" ) CONFIG_FILES=" $CONFIG_FILES inst/include/RcppArmadillo/internal /RcppArmadilloConfigGenerated.h" ;;
4112
+ " inst/include/RcppArmadillo/config /RcppArmadilloConfigGenerated.h" ) CONFIG_FILES=" $CONFIG_FILES inst/include/RcppArmadillo/config /RcppArmadilloConfigGenerated.h" ;;
4113
4113
" src/Makevars" ) CONFIG_FILES=" $CONFIG_FILES src/Makevars" ;;
4114
4114
4115
4115
*) as_fn_error $? " invalid argument: \` $ac_config_target ' " "$LINENO" 5;;
Original file line number Diff line number Diff line change 207
207
AC_SUBST ( [ ARMA_LAPACK] ,[ "${arma_lapack}"] )
208
208
AC_SUBST ( [ ARMA_HAVE_OPENMP] , [ "${arma_have_openmp}"] )
209
209
AC_SUBST ( [ OPENMP_FLAG] , [ "${openmp_flag}"] )
210
- AC_CONFIG_FILES ( [ inst/include/RcppArmadillo/internal /RcppArmadilloConfigGenerated.h src/Makevars] )
210
+ AC_CONFIG_FILES ( [ inst/include/RcppArmadillo/config /RcppArmadilloConfigGenerated.h src/Makevars] )
211
211
AC_OUTPUT
Original file line number Diff line number Diff line change
1
+
2
+ // This file support the legacy location and includes from the new location
3
+
4
+ #include "RcppArmadillo/rng/Alt_R_RNG.h"
File renamed without changes.
Original file line number Diff line number Diff line change 106
106
#else
107
107
// on the other OSs we test via LAPACK_LIBS (in configure) which
108
108
// updates this include file
109
- #include < RcppArmadillo/internal /RcppArmadilloConfigGenerated.h>
109
+ #include < RcppArmadillo/config /RcppArmadilloConfigGenerated.h>
110
110
#endif
111
111
112
112
// Many client packages do not set the OpenMP compiler flag in their src/Makevars
You can’t perform that action at this time.
0 commit comments