diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-08-29 09:23:52 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-08-29 10:04:44 -0600 |
commit | aa86ff47eeae89e91e7b679e9e50b500b961c584 (patch) | |
tree | dfbcd14d8f349071f0be4ce133623f23f2e0a381 /numpy/fft | |
parent | 7001d613aaa445ff650a273ec3d4db6787daf2e3 (diff) | |
download | numpy-aa86ff47eeae89e91e7b679e9e50b500b961c584.tar.gz |
MAINT: Remove bento related files.
Numpy will no longer support the bento build system, so remove the
associated files.
Diffstat (limited to 'numpy/fft')
-rw-r--r-- | numpy/fft/bento.info | 6 | ||||
-rw-r--r-- | numpy/fft/bscript | 7 |
2 files changed, 0 insertions, 13 deletions
diff --git a/numpy/fft/bento.info b/numpy/fft/bento.info deleted file mode 100644 index 7627b319e..000000000 --- a/numpy/fft/bento.info +++ /dev/null @@ -1,6 +0,0 @@ -HookFile: bscript - -Library: - Extension: fftpack_lite - Sources: - fftpack_litemodule.c, fftpack.c diff --git a/numpy/fft/bscript b/numpy/fft/bscript deleted file mode 100644 index ac1506496..000000000 --- a/numpy/fft/bscript +++ /dev/null @@ -1,7 +0,0 @@ -from bento.commands import hooks - -@hooks.pre_build -def build(context): - context.tweak_extension("fftpack_lite", - includes=["../core/include", "../core/include/numpy", - "../core", "../core/src/private"]) |