# Enable C++11
CXX_STD=CXX11

# Enable the header file and OpenMP
PKG_CXXFLAGS=-I../inst/include $(SHLIB_OPENMP_CXXFLAGS) 

# Specify the required linking setup
PKG_LIBS=$(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
