Skip to content

Upstream MUMPS 5.7.2. MKL detection improvements, C++ bugfix

Compare
Choose a tag to compare
@scivision scivision released this 27 Jun 13:18
· 33 commits to main since this release
6b789ce

correct Scalapack Git commit hash for scalapack build

BUGFIX for macOS with Clang, and other case-insensitive systems with C++ main programs using MUMPS via FetchContent or as Git submodule with add_subdirectory():
include ${mumps_SOURCE_DIR}/src, NOT ${mumps_SOURCE_DIR} to avoid MUMPS top-level file VERSION breaking build.

This was triggered when macOS Xcode headers became C++20 default.