You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FFTW is used by TransformFFT for the DFT computations in pyEXP and by gensph. We could switch off DFT computations and not compile gensph if fftw is not found. But I'm currently thinking that it might be better to require FFTW.
This bug has languished long enough. The easiest thing to do is require FFTW and close it out. Thoughts on this?
A test compilation where FFTW was accidentally not included seemed to suggest that
cmake
still neededFFTW_INCLUDE_DIRS
. To be investigated...The text was updated successfully, but these errors were encountered: