7 |
Summary: Fast fourier transform library |
Summary: Fast fourier transform library |
8 |
Name: fftw2 |
Name: fftw2 |
9 |
Version: 2.1.5 |
Version: 2.1.5 |
10 |
Release: %mkrel 16 |
Release: %mkrel 17 |
11 |
License: GPLv2+ |
License: GPLv2+ |
12 |
Group: Development/C |
Group: Development/C |
13 |
URL: http://www.fftw.org/ |
URL: http://www.fftw.org/ |
14 |
Source0: %{oname}-%{version}.tar.bz2 |
Source0: %{oname}-%{version}.tar.bz2 |
15 |
Patch0: %{oname}-2.1.3-pentium.patch |
Patch0: %{oname}-2.1.3-pentium.patch |
16 |
Patch1: fftw-linkage_fix.diff |
Patch1: fftw-linkage_fix.diff |
17 |
|
Patch2: fftw-2.1.5-automake-1.13.patch |
18 |
BuildRequires: gcc-gfortran |
BuildRequires: gcc-gfortran |
19 |
BuildRequires: automake |
BuildRequires: automake |
20 |
BuildRequires: libtool |
BuildRequires: libtool |
62 |
# Apply patch to enable pentium optimizations |
# Apply patch to enable pentium optimizations |
63 |
cd double |
cd double |
64 |
%patch0 -p1 |
%patch0 -p1 |
65 |
|
%patch2 -p1 -b .automake113 |
66 |
cd .. |
cd .. |
67 |
# Last, make a copy of this directory in "single": |
# Last, make a copy of this directory in "single": |
68 |
cp -rp double single |
cp -rp double single |