Hello,
is there some package that provides netlib blas and lapack together with their C interfaces? Lapacke is very nice, but I would like to have Lapacke and Cblas in one, preferably as shared libraries ...
If such a package is not available, I'll just do with separate compilation of Lapacke and Cblas. However, the makefile provided in the Cblas package generates only a static library. Could someone please provide an example how to compile Cblas as a static lib?
Thank you very much,
Martin Vymazal