> On 24 May 2020, at 18:29, Cotter, Colin J <colin.cotter@imperial.ac.uk> wrote:
> 
> OK, new question!
> 
> How do I ask PETSc to build FFTW via the Firedrake install script?
Do
PETSC_CONFIGURE_OPTIONS="--download-fftw=1" firedrake-install --normal-arguments
Lawrence