Problem with linked packages in the getall file

The problem was finally solve apdating in getall the mmg and parmmg packages:

After doing sudo make -j4, the example testvtk.edp in /examples/3dSurf/ did not working, looking at its .log file I commented the last three lines:

//savevtk(“ThL.vtk”,ThL,bin=1);
//savevtk(“ThL.vtu”,ThL,bin=1);
//meshL ThL2=vtkloadL(“ThL.vtk”);

This problem was previously reported here

Then I could run sudo make -j4 and sudo make -j4 check, with the following results:

XFAIL: stokes-adapt-3d-PETSc.edp
SKIP: PARDISO.edp

However, for my purpose parallel freefem is working well now!

Cheers,