Skip to content

Optionally let LAPACK depend on BLAS.

Some versions of LAPACK require linking to their corresponding BLAS library. That is the case, e.g., for the LAPACK in the f2clapackblas package in MSYS2: https://packages.msys2.org/base/mingw-w64-f2cblaslapack

The proposed change adds an option that lets the build system know that it should link to BLAS when linking LAPACK.

See also this downstream PR: https://github.com/msys2/MINGW-packages/pull/10566

Edited by Markus Mützel

Merge request reports