From aa86ff47eeae89e91e7b679e9e50b500b961c584 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sat, 29 Aug 2015 09:23:52 -0600 Subject: MAINT: Remove bento related files. Numpy will no longer support the bento build system, so remove the associated files. --- numpy/fft/bento.info | 6 ------ numpy/fft/bscript | 7 ------- 2 files changed, 13 deletions(-) delete mode 100644 numpy/fft/bento.info delete mode 100644 numpy/fft/bscript (limited to 'numpy/fft') 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"]) -- cgit v1.2.1