I'm trying to run the testblas.c example from this website:
http://www.seehuhn.de/pages/linear#installation
I installed liblapack3 and libblas-common, but I couldn't find anything for atlas in the repositories. Compiling it will result in:
gcc testblas.c -o testblas -lblas -lm
testblas.c:19:19: fatal error: cblas.h: Datei oder Verzeichnis nicht gefunden
compilation terminated.
Which basically translates to "cblas.h: file or folder could not be found"
What do I need to do to compile this program on my machine? Is there a bigger distribution (like tex-live eg.) which install all numerical or linear algebra related libraries?