# comment out the below line in order to enable ATLAS (step 1)
PKG_CFLAGS = -DRPRINT
PKG_CXXFLAGS = -DRPRINT
PKG_LIBS = ${LAPACK_LIBS} ${BLAS_LIBS} ${FLIBS}

# Uncomment and modify the two lines below (steps 1 & 2)
#PKG_CXXFLAGS = -DRPRINT
#PKG_CFLAGS = -DRPRINT -I/cse/grads/rbgramacy/atlas/OSX_PPCG5AltiVec_2/include
#PKG_LIBS = -L/cse/grads/rbgramacy/atlas/OSX_PPCG5AltiVec_2/lib -llapack -lcblas -latlas
