Skip to content

Find{BLAS,LAPACK}: Fix MKL with gfortran

abuttari requested to merge abuttari/cmake:findblas_mkl_gfortran into master
  • In FindBLAS: the gf interface and gnu threading libraries (and the corresponding omp lib) are searched for instead of the intel ones when GNU compilers are used. Some other minor fixes.
  • In FindLAPACK: the vendors search order now matches the one in FindBLAS. Some other minor fixes and cleaning

Fixes: #18561 (closed)

Edited by Brad King

Merge request reports