Windows with BLAS support

Hi I was wondering if it was possible to have build support with Visual Studio and BLAS (C++).

Visual Studio with MKL support seems like it would be the easiest (as I could just supply a sln (solution) file and than I wouldn’t need to worry about adding the blas libraries to my path). Though I’m open to any suggestions.

Currently I could git-clone openblas, build it, and link to my project but that seems like a lot of work (and waste of server resources).

Thanks for the hardwork, travis has been great so far.