# Uncomment -fopenmp and -lgomp to get openMP parallelization with gcc > 4.2. 
PKG_CFLAGS = -DRPRINT #-fopenmp
PKG_LIBS =  ${LAPACK_LIBS} ${BLAS_LIBS} ${FLIBS} #-lgomp
