Hi Guix, This set of patches adds definitions and dependencies for the FEniCS Project. FEniCS provides a problem-solving environment for general classes of problems that involve differential equations. It is particularly well-suited to problems that can be solved using the Finite Element Method. There are two main packages; i) fenics-dolfin: C++ library plus interface ii) python-fenics-dolfin: Python interface There are four FEniCS dependencies: i) python-fenics-ffc ii) python-fenics-fiat iii) python-fenics-ufl iv) python-fenics-dijitso There are three external dependencies: i) python-slepc4py ii) python-petsc4py iii) python-mpi4py There is an extra package 'fenics' that inherits its defintion from python-fenics-dolfin. This is to provide a sensible default for users expecting to find a package of this name. Best regards, Paul. Paul Garlick (10): gnu: Add python-mpi4py. gnu: Add python-petsc4py. gnu: Add python-slepc4py. gnu: Add python-fenics-dijitso. gnu: Add python-fenics-ufl. gnu: Add python-fenics-fiat. gnu: Add python-fenics-ffc. gnu: Add fenics-dolfin. gnu: Add python-fenics-dolfin. gnu: Add fenics. gnu/packages/simulation.scm | 688 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 687 insertions(+), 1 deletion(-) -- 1.8.3.1