## Hey Emacs make this a -*- mode: makefile; -*- file 
##
## -- default
PKG_LIBS=$(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) $(SHLIB_OPENMP_CXXFLAGS)
##
## -- for Google Perftools profiling, add -lprofiler
## PKG_LIBS+= -lprofiler
##

PKG_CXXFLAGS=$(SHLIB_OPENMP_CXXFLAGS)

CXX_STD=CXX11
