Find{BLAS,LAPACK}: Update for Intel oneAPI structure under MKLROOT
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