File tree Expand file tree Collapse file tree 3 files changed +8
-16
lines changed
inst/include/RcppArmadillo/config Expand file tree Collapse file tree 3 files changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -612,7 +612,6 @@ ac_subst_vars='LTLIBOBJS
612612LIBOBJS
613613OPENMP_FLAG
614614ARMA_HAVE_OPENMP
615- ARMA_LAPACK
616615CXXCPP
617616OBJEXT
618617EXEEXT
@@ -3394,14 +3393,13 @@ if test x"${hasRlapack}" = x""; then
33943393 # # We are using a full Lapack and can use zgbsv -- so #undef remains
33953394 { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: system LAPACK found" >&5
33963395printf " %s\n" " system LAPACK found" >&6 ; }
3397- arma_lapack=" #undef ARMA_CRIPPLED_LAPACK"
3396+ # # arma_lapack="#undef ARMA_CRIPPLED_LAPACK"
33983397else
33993398 # # We are using R's subset of Lapack and CANNOT use zgbsv etc, so we mark it
34003399 { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: R-supplied partial LAPACK found" >&5
34013400printf " %s\n" " R-supplied partial LAPACK found" >&6 ; }
3402- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : WARNING: Some complex-valued LAPACK functions may not be available" >&5
3403- printf " %s\n" " $as_me : WARNING: Some complex-valued LAPACK functions may not be available" >&2 ; }
3404- arma_lapack=" #define ARMA_CRIPPLED_LAPACK 1"
3401+ # # AC_MSG_WARN([Some complex-valued LAPACK functions may not be available])
3402+ # # arma_lapack="#define ARMA_CRIPPLED_LAPACK 1"
34053403fi
34063404
34073405# # Default the OpenMP flag to the empty string.
34363434
34373435
34383436# # now use all these
3439- ARMA_LAPACK=" ${arma_lapack} "
3440-
3437+ # # AC_SUBST([ARMA_LAPACK],["${arma_lapack}"])
34413438ARMA_HAVE_OPENMP=" ${arma_have_openmp} "
34423439
34433440OPENMP_FLAG=" ${openmp_flag} "
Original file line number Diff line number Diff line change @@ -167,12 +167,12 @@ hasRlapack=$(echo ${lapack} | grep lRlapack)
167167if test x"${hasRlapack}" = x""; then
168168 # # We are using a full Lapack and can use zgbsv -- so #undef remains
169169 AC_MSG_RESULT ( [ system LAPACK found] )
170- arma_lapack="# undef ARMA_CRIPPLED_LAPACK"
170+ # # arma_lapack="#undef ARMA_CRIPPLED_LAPACK"
171171else
172172 # # We are using R's subset of Lapack and CANNOT use zgbsv etc, so we mark it
173173 AC_MSG_RESULT ( [ R-supplied partial LAPACK found] )
174- AC_MSG_WARN ( [ Some complex-valued LAPACK functions may not be available] )
175- arma_lapack="# define ARMA_CRIPPLED_LAPACK 1"
174+ # # AC_MSG_WARN([Some complex-valued LAPACK functions may not be available])
175+ # # arma_lapack="#define ARMA_CRIPPLED_LAPACK 1"
176176fi
177177
178178# # Default the OpenMP flag to the empty string.
204204
205205
206206# # now use all these
207- AC_SUBST ( [ ARMA_LAPACK] ,[ "${arma_lapack}"] )
207+ # # AC_SUBST([ARMA_LAPACK],["${arma_lapack}"])
208208AC_SUBST ( [ ARMA_HAVE_OPENMP] , [ "${arma_have_openmp}"] )
209209AC_SUBST ( [ OPENMP_FLAG] , [ "${openmp_flag}"] )
210210AC_CONFIG_FILES ( [ inst/include/RcppArmadillo/config/RcppArmadilloConfigGenerated.h src/Makevars] )
Original file line number Diff line number Diff line change 2121#ifndef RcppArmadillo__RcppArmadilloConfigGenerated__h
2222#define RcppArmadillo__RcppArmadilloConfigGenerated__h
2323
24- #ifndef ARMA_CRIPPLED_LAPACK
25- // value on next line may be changed between #undef and #define by the configure script
26- @ARMA_LAPACK @
27- #endif
28-
2924#ifndef ARMA_USE_OPENMP
3025// from configure test for OpenMP based on how R is configured, and whether g++ new enough
3126@ARMA_HAVE_OPENMP @
You can’t perform that action at this time.
0 commit comments