From cadc76918051711f954eae4e4eeeb416b0e510bd Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mon, 2 Jun 2014 09:58:17 -0600 Subject: [PATCH] Drop useless FFTW variable --- numpy.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/numpy.spec b/numpy.spec index d85d3e8..1f1c04a 100644 --- a/numpy.spec +++ b/numpy.spec @@ -109,13 +109,13 @@ cp -a . %{py3dir} %build %if 0%{?with_python3} pushd %{py3dir} -env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \ +env ATLAS=%{_libdir} BLAS=%{_libdir} \ LAPACK=%{_libdir} CFLAGS="%{optflags}" \ %{__python3} setup.py build popd %endif # with _python3 -env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \ +env ATLAS=%{_libdir} BLAS=%{_libdir} \ LAPACK=%{_libdir} CFLAGS="%{optflags}" \ %{__python} setup.py build