MUMPS (MUltifrontal Massively Parallel sparse direct Solver) solves systems of linear equations Ax = b where A is a square sparse matrix
mumps-solver provides CMake targets:
find_package(unofficial-mumps-solver CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::mumps-solver::DMUMPS)
MUMPS is written in Fortran, but the exported targets carry the Fortran runtime,
so C and C++ projects can link it without enabling Fortran themselves.
mumps-solver also provides the pkg-config module unofficial-mumps-solver.
This port builds MUMPS in sequential mode; it uses the bundled MPI stub, whose
headers are installed to the "mumps_seq" include subdirectory.
Build single precision complex (cmumps) interface
Build double precision complex (zmumps) interface
Build double precision real (dmumps) interface
Build single precision real (smumps) interface
v5.9.1#0
!android & !ios & !emscripten & !uwp & !(windows & arm) & !(windows & !mingw & static)
CECILL-CandBSD-3-ClauseandLicenseRef-Public-DomainandMIT
Manifest