diff --git a/config.sh b/config.sh index 76342fa..72f267a 100755 --- a/config.sh +++ b/config.sh @@ -28,7 +28,8 @@ function pre_build { http://www.fftw.org/ tar.gz \ --with-pic --enable-shared --enable-threads --disable-fortran \ --enable-sse2 --enable-avx - # eval cd tests && make check-local && cd - + echo 'Testing fftw: double' + eval cd fftw-3.3.7/tests && make check-local && cd - # Clear stamp file which prevents subsequent builds rm fftw-stamp @@ -39,7 +40,8 @@ function pre_build { http://www.fftw.org/ tar.gz \ --with-pic --enable-shared --enable-threads --disable-fortran \ --enable-long-double - # eval cd tests && make check-local && cd - + echo 'Testing fftw: long double' + eval cd fftw-3.3.7/tests && make check-local && cd - # Taken from: https://github.com/conda-forge/pyfftw-feedstock/blob/master/recipe/build.sh export C_INCLUDE_PATH=$BUILD_PREFIX/include # required as fftw3.h installed here