Ok - I think the current issue is about MUMPS building shared libraries. Current mumps release lacks this feature.
And these patches enable building mumps as shared library - but the patch is linux specific - and not portable. It would be great if this can be made portable. Currently when mumps is built via petsc using --download-mumps - its build as static - but with -fPIC [or equivalent] - so it gets sucked into libpetsc.so. [the same with scalapack]. Satish On Mon, 22 Jul 2019, Antonio Trande via petsc-dev wrote: > On 22/07/19 20:28, Pierre Jolivet via petsc-dev wrote: > > We are having trouble compiling git.mumps with similar errors (using > > ifort 2017, yikes). > > Could the forwarded patches be applied to petsc/pkg-mumps, please? > > > > Thanks in advance (and sorry if this should be handled @petsc-maint), > > Pierre > > I have just used 1 Make job (make -j1) to complete the compilation. > Anyway, MUMPS-5.2.1 has been just now pushed on Fedora repositories and > compiled fine on Fedora 31 (and CentOS7): > https://src.fedoraproject.org/rpms/MUMPS/tree/master > > >
