I built fenics using the anaconda pre-built package. However, mumps was not added as one of the linear solvers. The linear solvers I have:
Solver method | Description
bicgstab | Biconjugate gradient stabilized method
cg | Conjugate gradient method
default | default linear solver
gmres | Generalized minimal residual method
minres | Minimal residual method
petsc | PETSc built in LU solver
richardson | Richardson method
tfqmr | Transpose-free quasi-minimal residual method
umfpack | UMFPACK (Unsymmetric MultiFrontal sparse LU factorization)
Is it possible to add mumps now?
Thanks