Add --with-fftw to configure
This commit is contained in:
parent
c9e2f24b1b
commit
9d1febc29f
7
gdl.spec
7
gdl.spec
@ -1,6 +1,6 @@
|
|||||||
Name: gdl
|
Name: gdl
|
||||||
Version: 0.8.11
|
Version: 0.8.11
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: GNU Data Language
|
Summary: GNU Data Language
|
||||||
|
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
@ -27,7 +27,7 @@ Systems Inc.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static \
|
%configure --disable-static --with-fftw \
|
||||||
INCLUDES="-I/usr/include/netcdf-3 -I/usr/include/hdf" \
|
INCLUDES="-I/usr/include/netcdf-3 -I/usr/include/hdf" \
|
||||||
LIBS="-L%{_libdir}/netcdf-3 -L%{_libdir}/hdf"
|
LIBS="-L%{_libdir}/netcdf-3 -L%{_libdir}/hdf"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 24 2006 - Orion Poplawski <orion@cora.nwra.com> - 0.8.11-4
|
||||||
|
- Add --with-fftw to configure
|
||||||
|
|
||||||
* Thu Feb 2 2006 - Orion Poplawski <orion@cora.nwra.com> - 0.8.11-3
|
* Thu Feb 2 2006 - Orion Poplawski <orion@cora.nwra.com> - 0.8.11-3
|
||||||
- Enable hdf for ppc
|
- Enable hdf for ppc
|
||||||
- Change fftw3 to fftw
|
- Change fftw3 to fftw
|
||||||
|
Loading…
Reference in New Issue
Block a user