I've been trying to install CVXOPT, which requires LAPACK/BLAS and to be honest it's killing me!
Context:
I am experimenting with an SVM and so need a QP solver. CVXOPT seems to be the best. The problem is the LAPACK/BLAS (or ATLAS) dependency.
I've tried installing ATLAS, which I thought worked, but when trying the CVXOPT install I still got "cannot find -lblas" and "cannot find -llapack".
So for the last 2 days I've been trying to follow the various methods on http://icl.cs.utk.edu/lapack-for-windows/lapack/#libraries_mingw to install LAPACK, but it's turning out to be the most ball crunchingly difficult installation I've ever had to preform, and I haven't even started trying to install BLAS yet.
The question:
Could someone either:
A) Point me to an English translation of the LAPACK/BLAS install guides. Or some sort of simple method of instillation if such a thing exists.
OR
B) Point me to a QP solver which doesn't require LAPACK/BLAS? So far I've not been able to find one that's any easier to install.
Thanks!