Skip to content

Find{BLAS,LAPACK}: Large whitespace cleanup

This PR makes a pure whitespace cleanup of the FindBLAS and FindLAPACK scripts. There are two reasons for this:

  • The whitespaces in both scripts where not up-to-date with the coding style, i.e. indenting was partially incorrect
  • Both scripts share the same origin but have diverged over time. This PR synchronizes the two scripts where possible, to make the maintenance easier. This is relevant because BLAS and LAPACK detection is often performed simultaneously, so both scripts should evolve in sync.

To the best of my ability, there are no functional changes in this PR. Only whitespace changes, comments cleanup, and re-ordering of code to synchronize both scripts. I strongly suggest to use "ignore whitespace change" to review the changes in this PR.

Topic-rename: blas-lapack-whitespace

Edited by Brad King

Merge request reports