brew the correct flags are obtainable from pkg-config:
>
> $ pkg-config --libs fftw3f
> -L/opt/brew/Cellar/fftw/3.3.8_1/lib -lfftw3f
> $ pkg-config --cflags fftw3f
> -I/opt/brew/Cellar/fftw/3.3.8_1/include
>
> Cheers,
> Simon
>
>
>
> > On Jan 11, 2025, at 10:37 PM
Thanks for the feedback and advice!
I removed the omp.h test, I guess using AC_OPENMP should do the trick
anyways.
I will also try your suggestion regarding the SystemRequirements. Let's see
if it will be accepted this time.
I'm sorry for asking this admittedly thick question, but are you sure
>
ss?
Add 2.
I tried to explain now for the second time in the submission notes, that a
check is already in place (see the AC_SEARCH_LIBS paragraph above). But my
explanation gets ignored.
* What am I doing wrong?
* What additional configure checks do I need to add to the p