Skip to content

Question about ARMA_CRIPPLED_LAPACK pragma message #482

@SpatLyu

Description

@SpatLyu

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:

  1. Is this message harmless or should I take any action?
  2. Is there a way to suppress this message cleanly without affecting functionality?

Thank you for your help!

Warm regards,
Wenbo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions