diff options
author | David Cournapeau <cournape@gmail.com> | 2011-03-15 13:23:26 -0400 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2011-08-29 00:32:23 +0200 |
commit | 69af3d08e8a8cbaf35277c4b718237bf3f1a89c1 (patch) | |
tree | 5e858a243b2c4c0b47f300d0b1b611f3a6c6ef27 /numpy/fft/bento.info | |
parent | b6aeed33b7d24449d51fdece5a142b939d2743ed (diff) | |
download | numpy-69af3d08e8a8cbaf35277c4b718237bf3f1a89c1.tar.gz |
ENH: add fft/random support.
Diffstat (limited to 'numpy/fft/bento.info')
-rw-r--r-- | numpy/fft/bento.info | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/numpy/fft/bento.info b/numpy/fft/bento.info new file mode 100644 index 000000000..23ef8e84b --- /dev/null +++ b/numpy/fft/bento.info @@ -0,0 +1,4 @@ +Library: + Extension: fftpack_lite + Sources: + fftpack_litemodule.c, fftpack.c |