From 062dc8f831e695c2c179482da35affcc6045b4f3 Mon Sep 17 00:00:00 2001 From: Martin Reinecke Date: Tue, 25 Dec 2018 21:19:08 +0100 Subject: replace fftpack with pocketfft --- numpy/fft/setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'numpy/fft/setup.py') diff --git a/numpy/fft/setup.py b/numpy/fft/setup.py index cd99a82d7..6c3548b65 100644 --- a/numpy/fft/setup.py +++ b/numpy/fft/setup.py @@ -7,9 +7,9 @@ def configuration(parent_package='',top_path=None): config.add_data_dir('tests') - # Configure fftpack_lite - config.add_extension('fftpack_lite', - sources=['fftpack_litemodule.c', 'fftpack.c'] + # Configure pocketfft_internal + config.add_extension('pocketfft_internal', + sources=['pocketfft.c'] ) return config -- cgit v1.2.1