Skip to content

FindSuperLU: do not require BLAS development files

Explicitly linking the BLAS library is only needed when static linking, but not when using a shared library version of SuperLU. In the latter case the development files for BLAS might not even be installed and therefore we should not require them here.

Merge request reports