I am in IT and am attempting to install FEniCS to a number of users. Currently I have FEniCS installed to /opt/FEniCS/v1.4.0.
When attempting to run the demo script...
$ python /opt/FEniCS/v1.4.0/share/dolfin/demo/documented/eigenvalue/python/demo_eigenvalue.py
DOLFIN has not been configured with PETSc. Exiting.
When I attempt to run the compiled c version I get the same error. Is there an easy fix for this?