lapack/blas/openblas proper installation from source - replace system libraries with new ones
I wanted to install BLAS, CBLAS, LAPACK and OpenBLAS libraries from source using available packages you can download here openblas and lapack , blas/cblas . Firstly I removed my system blas/cblas and lapack libraries, but unfortunately atlas library couldn't be uninstalled (I can either have both blas and lapack or atlas - can't remove them all). I didn't bother and started compiling downloaded libraries cause I thought that after installation I would be able to remove atlas. Building process was based on this tutorial. For completeness I will list the steps: OpenBLAS . After editing Makefile