# Use Armadillo with the compiler's C++ standard.
PKG_CPPFLAGS = -DARMA_USE_CURRENT

# Armadillo-backed linear algebra uses R's BLAS/LAPACK libraries.
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
