Configure Mixed Dimensional Branch with ParMETIS

Hi dokken,

I tried to to build from source from
https://fenics.readthedocs.io/en/latest/installation.html
and also attempted using a docker script which you provided here (with no modifications at all)

Using a fresh install of Ubuntu 20.04 each time.
Both times, I got the error:

The following REQUIRED packages have not been found:
* UFC (required version >= 2019.2), Unified language for form-compilers (part of FFC), <https://bitbucket.org/fenics-project/ffc>

and error in big red lettering:

CMake Error at CMakeLists.txt:626 (message):
 Generation of form files failed:
 Traceback (most recent call last):...
 .
 .
 .
ImportError: cannot import name 'cellname2facetname' from 'ufl.cell'
(/usr/local/lib/python3.8/dist-packages/ufl/cell.py)

Unsure where I am going wrong, any advice would be super helpful,
Thanks