Hi Matthias,
Do you know if the same patch is applicable for mips* architectures,
i.e. something like:
if not get_platform().startswith('linux-mips'):
libraries.extend(['fftw3l', 'fftw3l_threads'])
?
That way, pyfftw could be built on the remaining failing architectures.
Many thanks
Package: src:pyfftw
Version: 0.9.2+dfsg-2
Tags: patch
ARM32 and probably mips* don't have the long double fftw3 libs, however these
don't seem to be needed for the build.
patch to build on ARM32:
http://launchpadlibrarian.net/199352566/pyfftw_0.9.2%2Bdfsg-2_0.9.2%2Bdfsg-2ubuntu1.diff.gz
Don't di