-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Description
Hi @eddelbuettel,
I'm building my package tEDM
with RcppArmadillo
15.0.1 on Windows (R 4.5.1).
When compiling, I see the following note:
D:/application/R/pkgR/RcppArmadillo/include/current/armadillo_bits/config.hpp:373:72: note:
#pragma message: NOTE: option ARMA_CRIPPLED_LAPACK is not supported
My current Makevars
includes:
PKG_CXXFLAGS = -DARMA_USE_CURRENT
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) \
`"$(R_HOME)/bin/Rscript" -e "RcppThread::LdFlags()"`
Questions:
- Is this message harmless or should I take any action?
- Is there a way to suppress this message cleanly without affecting functionality?
Thank you for your help!
Warm regards,
Wenbo
Metadata
Metadata
Assignees
Labels
No labels