]> git.pld-linux.org Git - packages/fftw3.git/commitdiff
- better simd detection.
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 8 Feb 2006 15:11:55 +0000 (15:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fftw3.spec -> 1.24

fftw3.spec

index a66ad59272593c358e52df66fe68037a8eec1945..748e4418c6d6ee49aa50aeae329a3c43262111e9 100644 (file)
@@ -17,12 +17,12 @@ Source0:    ftp://ftp.fftw.org/pub/fftw/fftw-%{version}.tar.gz
 # Source0-md5: 911515569a8abdc7dbb207d53f34e60b
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-link.patch
 # 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
 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)
 BuildRequires: texinfo
 Requires:      %{name}-common = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -215,7 +215,7 @@ Pliki programistyczne wsp
 %setup -q -n fftw-%{version}
 %patch0 -p1
 %patch1 -p1
 %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}
 
 %build
 %{__libtoolize}
@@ -224,6 +224,7 @@ sed -i 's:#ifdef HAVE_ALTIVEC_H:#if 1:' simd/simd-altivec.h
 %{__automake}
 
 # prepare three trees (for single, double, long-double precision)
 %{__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
 echo * > files.list
 install -d single long-double
 cp -a `cat files.list` single
This page took 0.072144 seconds and 4 git commands to generate.