Skip to content

Improve fftw m4 macro

Sebastian Ohlmann requested to merge fix_fftw_m4 into develop

Description

First check if fftw functionality is already provided with the current flags/library. This is useful, e.g., when using MKL or when providing the FFTW flags via LDFLAGS/FCFLAGS/LIBS.

Also revert old commits that changed the fftw m4 macro, but broke the compilation when not specifying anything.

Closes #244 (closed)

News snippet

Improve fftw build system support

Checklist

Edited by Martin Lueders

Merge request reports