I have been trying to install tsne (https://github.com/danielfrg/tsne) on my ubuntu box. Error that it keeps giving me is :
/usr/bin/ld: cannot find -lcblas
collect2: ld returned 1 exit status
command g++ failed with exit status 1
here is the point where my installation stops:
I have two questions: 1. is it because i dont have proper g++ compiler? 2. How can i get libcblas on my ubuntu box?
I think both of the above questions will be able to solve my problem. I have all other dependencies mentioned on the page.