Discussion:
[Pdl-porters] [Patch] PDL::FFTW3-0.02.2_01
s***@optusnet.com.au
2014-01-27 13:04:17 UTC
Permalink
Hi,

On most MS Windows boxes, the 'cat' command (used in a number of places in
FFTW3.pd) is unknown.

Attached is a patch which, hopefully, restores portability. It certainly
works ok on Windows.

(Didn't pick this up earlier because, as it happened, my path had a
functional 'cat.exe' in it, courtesy of MSYS - which provides a degree of
Unix emulation, but is usually absent on Windows systems.)

I've just now finished uploading windows PPM packages for
PDL::FFTW3-0.02.2_01 - which has brought to my attention that there's no
$PDL::FFTW3::VERSION written into the generated FFTW3.pm.

Cheers,
Rob
Dima Kogan
2014-01-27 18:37:34 UTC
Permalink
Post by s***@optusnet.com.au
On most MS Windows boxes, the 'cat' command (used in a number of places in
FFTW3.pd) is unknown.
Attached is a patch which, hopefully, restores portability. It certainly
works ok on Windows.
Hi.

I just patched it in a different way that doesn't resort to using the
shell at all. Should work on all platforms.

dima

Loading...