I’m having trouble building FFTW with texinfo installed on my system. Texinfo builds the FFTW documentation. It looks like the FFTW version in the stack is 3.3.3 (released in '12) which has a known issue with texinfo-5. Supposedly FFTW 3.3.4 (released in March '14) fixes this issue. Anyone else run into this? Should we change the default FFTW version to 3.3.4?
I’ve tried just copying a few of the .texi files from https://github.com/FFTW/fftw3/tree/master/doc into my LSST directory but this does not seem to work. I’ve tried aliasing ‘makeinfo’ away but that is not working. Any suggestions?