Hi Emmanuel,
On 19 Sep 2018, at 01:50, Emmanuel Yarleque Medina <eyarmed@gmail.com> wrote:
The relevant error here is: firedrake/hdf5interface.c:566:18: fatal error: hdf5.h: Arquivo ou diretório não encontrado #include "hdf5.h" I see you used "firedrake-install --honour-petsc-dir". This is possible, but you need to ensure that the PETSc you build is compatible with Firedrake, and installs a correct minimal set of optional packages. In this case, it looks your PETSc does not include support for HDF5. The easiest way to fix this is to try letting the installer build PETSc for you: this won't interfere with any existing PETSc installation. It is possible to build PETSc correctly in a standalone manner, but it's slightly more involved. Is there a reason you want to use an existing installed PETSc version? Cheers, Lawrence