Skip to content

Find{BLAS,LAPACK}: Update for Intel oneAPI structure under MKLROOT

Peter Knowles requested to merge knowlespj/cmake:discover-intel-oneapi into master

Add search paths for the Intel oneAPI MKL directory structure so that we do not rely on paths in LD_LIBRARY_PATH.

Intel oneAPI MKL (https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onemkl.html#gs.2wxm2q) has a slightly different directory structure to its predecessors. This patch allows FindBLAS.cmake, and therefore FindLAPACK.cmake, to find it.

Topic-rename: FindBLAS-oneAPI-mkl

Edited by Brad King

Merge request reports