因为blei的code是在mac写的,在ubuntu上,我们需要对Makefile 进行如下修改,


1. CFLAGS_MAC中的-fast 删除


2. MAC_LDFLAGS = -lgsl -lgslcblas 后面加上 -lm