Skip to content

Find{BLAS,LAPACK}: Improve support for BLA_STATIC

Brad King requested to merge brad.king/cmake:blas-lapack-static into master

Simplify our isolation of find_library calls to find static libraries.

Fix finding generic LAPACK with BLA_STATIC.

Add test cases for BLA_STATIC with generic LAPACK and Intel MKL.

Fixes: #21071 (closed)

Merge request reports