# OMP_NUM_THREADS is a natural number between 1 and the number of cores
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) -DOMP_NUM_THREADS=1
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

# Debugging
# PKG_CPPFLAGS = -UDEBUG -g
# USE -O0 for debugging
# USE -O3 for production code
# PKG_CXXFLAGS = -Wall -O0 -pedantic
