SPECS: fftw3.spec - better simd detection.

pluto pluto at pld-linux.org
Wed Feb 8 16:12:00 CET 2006


Author: pluto                        Date: Wed Feb  8 15:12:00 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- better simd detection.

---- Files affected:
SPECS:
   fftw3.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: SPECS/fftw3.spec
diff -u SPECS/fftw3.spec:1.23 SPECS/fftw3.spec:1.24
--- SPECS/fftw3.spec:1.23	Mon Feb  6 12:39:43 2006
+++ SPECS/fftw3.spec	Wed Feb  8 16:11:55 2006
@@ -18,12 +18,12 @@
 # Source0-md5:	911515569a8abdc7dbb207d53f34e60b
 Patch0:		%{name}-info.patch
 Patch1:		%{name}-link.patch
+Patch2:		%{name}-ac_simd.patch
 URL:		http://www.fftw.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	gcc-g77
 BuildRequires:	libtool
-BuildRequires:	sed >= 4.0
 BuildRequires:	texinfo
 Requires:	%{name}-common = %{version}-%{release}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -216,7 +216,7 @@
 %setup -q -n fftw-%{version}
 %patch0 -p1
 %patch1 -p1
-sed -i 's:#ifdef HAVE_ALTIVEC_H:#if 1:' simd/simd-altivec.h
+%patch2 -p1
 
 %build
 %{__libtoolize}
@@ -225,6 +225,7 @@
 %{__automake}
 
 # prepare three trees (for single, double, long-double precision)
+rm -rf single double long-double
 echo * > files.list
 install -d single long-double
 cp -a `cat files.list` single
@@ -374,6 +375,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2006/02/08 15:11:55  pluto
+- better simd detection.
+
 Revision 1.23  2006/02/06 11:39:43  pluto
 - gcc4 fix (HAVE_ALTIVEC_H is defined nowhere).
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/fftw3.spec?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list