FindLAPACK
Поиск библиотеки LAPACK
Этот модуль находит установленную библиотеку Fortran, реализующую интерфейс линейной алгебры LAPACK (см. http://www.netlib.org/lapack/).
Подход аналогичен используемому в файле макроса autoconf acx_lapack.m4 (распространяется по адресу http://ac-archive.sourceforge.net/ac-archive/acx_lapack.html).
Этот модуль устанавливает следующие переменные:
LAPACK_FOUND - set to true if a library implementing the LAPACK interface is found LAPACK_LINKER_FLAGS - uncached list of required linker flags (excluding -l and -L). LAPACK_LIBRARIES - uncached list of libraries (using full path name) to link against to use LAPACK LAPACK95_LIBRARIES - uncached list of libraries (using full path name) to link against to use LAPACK95 LAPACK95_FOUND - set to true if a library implementing the LAPACK f95 interface is found BLA_STATIC if set on this determines what kind of linkage we do (static) BLA_VENDOR if set checks only the specified vendor, if not set checks all the possibilities BLA_F95 if set on tries to find the f95 interfaces for BLAS/LAPACK
## Список поставщиков (BLA_VENDOR), допустимых в этом модуле # Intel(mkl), OpenBLAS, ACML, Apple, NAS, Generic
© 2000–2019 Kitware, Inc. and Contributors
Licensed under the BSD 3-clause License.
https://cmake.org/cmake/help/v3.6/module/FindLAPACK.html