Re: [R-pkg-devel] SystemRequirements & configure check for FFTW with single precision support

2025-01-17 Thread Lukas Schneiderbauer
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

Re: [R-pkg-devel] SystemRequirements & configure check for FFTW with single precision support

2025-01-17 Thread Lukas Schneiderbauer
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 >

[R-pkg-devel] SystemRequirements & configure check for FFTW with single precision support

2025-01-11 Thread Lukas Schneiderbauer
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