Dear all,
I seem to have problem building the library clapack.lib
I have a project in visual studio 2017 (C++, Windows 7) which is using this library for the functions
f2c_dger;
f2c_dgemv;
dsytrf_;
f2c_dgemm;
I followed all the instructions on the link below:
http://icl.cs.utk.edu/lapack-for-window ... index.html
I followed all the instructions for building clapack-3.2.1-CMAKE using CMAKE 3.9.3. Finally, I got the libraries
blas.lib;
lapack.lib;
libf2c.lib;
I used these libraries to build the solution CLAPACK-EXAMPLE, and it is working correctly.
I do not get what I need to do to build the library clapack.lib.
Could you help me?
Thanks,Flavio Raschellà

