rpms/gdl/devel gdl.spec,1.9,1.10

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Fri Feb 24 20:10:58 UTC 2006


Author: orion

Update of /cvs/extras/rpms/gdl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30113

Modified Files:
	gdl.spec 
Log Message:
Add --with-fftw to configure



Index: gdl.spec
===================================================================
RCS file: /cvs/extras/rpms/gdl/devel/gdl.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gdl.spec	2 Feb 2006 23:25:07 -0000	1.9
+++ gdl.spec	24 Feb 2006 20:10:58 -0000	1.10
@@ -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 @@
 
 
 %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 @@
 
 
 %changelog
+* Fri Feb 24 2006 - Orion Poplawski <orion at cora.nwra.com> - 0.8.11-4
+- Add --with-fftw to configure
+
 * Thu Feb  2 2006 - Orion Poplawski <orion at cora.nwra.com> - 0.8.11-3
 - Enable hdf for ppc
 - Change fftw3 to fftw




More information about the scm-commits mailing list