From 9d1febc29f0938eac56959d4a7b49987a3837ca7 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 24 Feb 2006 20:10:58 +0000 Subject: [PATCH] Add --with-fftw to configure --- gdl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gdl.spec b/gdl.spec index 8bbbcfe..cb6b8b4 100644 --- a/gdl.spec +++ b/gdl.spec @@ -1,6 +1,6 @@ Name: gdl Version: 0.8.11 -Release: 3%{?dist} +Release: 4%{?dist} Summary: GNU Data Language Group: Applications/Engineering @@ -27,7 +27,7 @@ Systems Inc. %build -%configure --disable-static \ +%configure --disable-static --with-fftw \ INCLUDES="-I/usr/include/netcdf-3 -I/usr/include/hdf" \ LIBS="-L%{_libdir}/netcdf-3 -L%{_libdir}/hdf" make %{?_smp_mflags} @@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 24 2006 - Orion Poplawski - 0.8.11-4 +- Add --with-fftw to configure + * Thu Feb 2 2006 - Orion Poplawski - 0.8.11-3 - Enable hdf for ppc - Change fftw3 to fftw