On 8/25/2011 6:38 PM, Gregory Petropoulos wrote:

There is a module called FFTW listed both on the CPAN website and in the PDL
documentation that I would like to implement.  The module is not in the CPAN
repository and therefore I can not install it with '*install PDL::FFTW'; *I
already emailed the good folks at CPAN and they said that there isn't
anything there.  Does anyone know where I can get a copy of this?  I already
have PDL installed and I believe it is the latest version since when i try '
*install PDL'* I am told that PDL is up to date.

See the DEPENDENCIES file in the PDL source for a list of
what is needed to build PDL with support for the various
features.

You don't say what system you are on but if it is linux,
once you install libfftw (not libfftw3) a PDL build from
source should find it and build the PDL::FFTW module.

If the fftw (API version 2) is not available in your
package manager, then you can build it from sources.
See the www.fftw.org for the details on FFTW.

As Rob mentioned, you'll need to edit the perldl.conf
file with the library and header file locations if they
are not detected by the PDL build process.

Cheers,
Chris

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to