Open mthewissen opened 9 years ago
Thanks for the report @mthewissen, I suspect there's some misconfiguration regarding MPI, hence the line common.h:105:28: error: mpi.h: No such file or directory
. I probably I left an unfinished work after trying to fix #7, but I fear there are other issues above this one on the queue. If you manage to fix it please don't hesitate to send a PR.
I tried to create a new anaconda + fenics install, so here is what I did:
conda install conda-build
conda build boost eigen3 scotch petsc petsc4py slepc scientificpython instant ufl fiat ffc dolfin fenics --python 27
) I get the error below for scotch:For scientific python I get:
So after removing scotch, scientificpython (and instant) from the list I get:
The last one might be a result from forgoing scotch and instant, so subsequent packages automatically download newer versions for these? However I don't know what causes the first error.