FreeFem / FreeFem-sources

FreeFEM source code
https://freefem.org/
Other
770 stars 191 forks source link

fftw custom install autodetection #252

Closed simonlegrand closed 1 year ago

simonlegrand commented 1 year ago

Hello,

I tried to compile ff (on a HPC cluster) against an existing fftw made visible through environment variables (FFTW_ROOT and FFTW_DIR) but configure doesn't seem to see it. I noticed there are no way to explicitly pass the fftw path to the configure script (--with-fftw). Is there a way to achieve this?

Regards,

Simon

prj- commented 1 year ago

There is no way to pass those flags to configure currently, so it's not possible.

simonlegrand commented 1 year ago

Thanks for the answer!