build fails due to softmax dependency issue
Created by: putcn
In file included from /paddle/paddle/fluid/operators/math/softmax.cu:17:0:
[05:04:40] /paddle/paddle/fluid/operators/math/math_function.h:36:19: fatal error: cblas.h: No such file or directory
[05:04:40] #include <cblas.h>
[05:04:40] ^
[05:04:40] compilation terminated.
looks either softmax or math_function is missing the dependency declaration of the cblas