Please add support for discovering BLAS and LAPACK libraries through cmake mechanisms.
We use Flexiblas and this is supported through -DBLA_VENDOR (https://cmake.org/cmake/help/latest/module/FindBLAS.html)
By asking CMake to find required libraries, this add flexibity and avoid custom patching of CMakeLists.txt
Please add support for discovering BLAS and LAPACK libraries through cmake mechanisms.
We use Flexiblas and this is supported through
-DBLA_VENDOR(https://cmake.org/cmake/help/latest/module/FindBLAS.html)By asking CMake to find required libraries, this add flexibity and avoid custom patching of
CMakeLists.txt