When installing on debian jessie with
apt-get install libhdf5-8 libhdf5-dev libhdf5-doc
luarocks install numlua HDF5_DIR=/usr/lib/i386-linux-gnu/ HDF5_INCDIR=/usr/include/hdf5/serial/
I get:
fft.c: In function ‘luaopen_numlua_fft’:
fft.c:192:22: error: ‘FFTW_WISDOM_ONLY’ undeclared (first use in this function)
lua_pushinteger(L, FFTW_WISDOM_ONLY);
Am I doing something wrong? Is there something else I need to install?
Regards, Peter