## With R 3.4.0, and RcppArmadillo 0.7.960.*, we turn C++11 on as OpenMP
## support within Armadillo prefers / requires it
CXX_STD = CXX11

# PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
# turned off the OPENMP flag, as it is only preferred, not required
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
