Oh, I'd never noticed it actually has a #! line in there!

From: Cotter, Colin J <colin.cotter@imperial.ac.uk>
Sent: 24 May 2020 19:03
To: Lawrence Mitchell <wencel@gmail.com>
Cc: firedrake <firedrake@imperial.ac.uk>
Subject: Re: [firedrake] Firedrake compatible C compiling
 
Thanks, probably you meant to insert a "python3" in there?

From: Lawrence Mitchell <wencel@gmail.com>
Sent: 24 May 2020 18:32
To: Cotter, Colin J <colin.cotter@imperial.ac.uk>
Cc: firedrake <firedrake@imperial.ac.uk>
Subject: Re: [firedrake] Firedrake compatible C compiling
 


> 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