Find LAPACK library
This module finds an installed fortran library that implements the LAPACK linear-algebra interface (see http://www.netlib.org/lapack/).
The approach follows that taken for the autoconf macro file, acx_lapack.m4 (distributed at http://ac-archive.sourceforge.net/ac-archive/acx_lapack.html).
The following variables may be set to influence this module’s behavior:
If set, checks only the specified vendor, if not set checks all the possibilities. List of vendors valid in this module:
This module defines the following variables:
Note
C or CXX must be enabled to use Intel MKL
For example, to use Intel MKL libraries and/or Intel compiler:
set(BLA_VENDOR Intel10_64lp)
find_package(LAPACK)