## Use the R_HOME indirection to support installations of multiple R version
##PKG_CXXFLAGS=`Rscript -e "Rcpp:::CxxFlags()"`
##PKG_LIBS=$(`Rscript -e "Rcpp:::LdFlags()"`)
PKG_LIBS=$(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
CXX_STD = CXX17
