Hello everybody,
I'm new to LAPACK and recently downloaded the source code. Happily, I found that it can be built with CMake, and so I created another directory to build out of source. I ran CMake it compiled a lot of source files and executables, but lamentably, I cannot find them anywhere in my build-directory. I wanted to create the BLAS and the LAPACK library to use them in my Fortran 90 programs. How do I do that?
Thanks for helping,
Natalie

