Skip to content

Draft: Find{BLAS,LAPACK}: Provide information about used vendor

Igor S. Gerasimov requested to merge foxtran/cmake:BLA_VENDOR_NAME into master

Changes:

  • set (A ${A}val) are replaced with string(APPEND) in FindBLAS/FindLAPACK
  • Some wrong indentations in FindBLAS were fixed
  • Implement {BLAS,LAPACK}_VENDOR_NAME output variable

Note: Each set overwrites its previous value while BLAS/LAPACK is not found

I did not provide documentation about mapping BLA_VENDOR and BLAS_VENDOR_NAME. What will be the best place for adding this?

Fixes: #22725

Edited by Brad King

Merge request reports