Ask Your Question

Revision history [back]

The first errors are actually no errors, but debug info output. The system basically says that you want LAPACK and BLAS, but that it is not installed on your systems and thus those supports are dropped. If it is on your system, point cmake gui to the correct location first before hitting configure.

Same for most of your other errors.

If cmake is not able to find libraries, it is because they are not installed on the default paths and thus you will have to point cmake to the correct location manually.