[SIP-devel] fftw
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
From: Angus E. <aer...@vi...> - 2006-05-07 18:26:38
|
Hello all, I have recently been working on writing a new fft routine which makes use of the fftw library. It would be nice to make this an optional function, (ie configure --enable-fftw) so that the fftw would not be required to build the rest of the sip library. I am very inexperienced with autotools but I see what may be an issue since when the 'bootstrap' script is run it runs 'libsip_build.sce' which contains a list of the functions to be incorporated into libsip. It would be nice for the configure script to decide whether to include the new fft method or not. I have not put any of my work in CVS yet, for this reason. Any suggestions on how to do this would be great. Thank you, Angus |