]> git.pld-linux.org Git - packages/fftw3.git/blame - fftw3.spec
- renamed gomp bcond to compiler-agnostic openmp
[packages/fftw3.git] / fftw3.spec
CommitLineData
7de82846
JB
1#
2# Conditional build:
cbad49cd
JB
3%bcond_without fftwl # "long" subpackages
4%bcond_without fftwq # "quad" subpackages
d41131de 5%bcond_without openmp # OpenMP support
7de82846 6#
f2b41f11 7Summary: Fast Fourier Transform library
b8f7299a
ER
8Summary(pl.UTF-8): Biblioteka z funkcjami szybkiej transformaty Fouriera
9Summary(pt_BR.UTF-8): biblioteca fast fourier transform
8dd64783 10Name: fftw3
c9635814 11Version: 3.3.4
eca036c2 12Release: 2
2e6b9bdb 13License: GPL v2+
8dd64783
JB
14Group: Libraries
15Source0: ftp://ftp.fftw.org/pub/fftw/fftw-%{version}.tar.gz
c9635814 16# Source0-md5: 2edab8c06b24feeb3b82bbb3ebf3e7b3
8dd64783 17Patch0: %{name}-info.patch
8dd64783
JB
18URL: http://www.fftw.org/
19BuildRequires: autoconf
20BuildRequires: automake
cbad49cd 21BuildRequires: gcc-fortran
7de82846
JB
22%ifarch alpha ppc s390 s390x sparc sparcv9
23%if %{with fftwl}
335eed51
PS
24# for 128-bit long double support
25BuildRequires: gcc-fortran >= 5:4.1.0-1
26BuildRequires: glibc >= 6:2.4-1
7de82846
JB
27%endif
28%endif
cbad49cd
JB
29%if %{with fftwq}
30BuildRequires: gcc >= 6:4.6.0
31BuildRequires: libquadmath-devel
32%endif
d41131de 33%if %{with openmp}
cbad49cd
JB
34BuildRequires: gcc >= 6:4.2.0
35BuildRequires: libgomp-devel
36%endif
8dd64783 37BuildRequires: libtool
bf578b06 38BuildRequires: texinfo
f24101b7 39Requires: %{name}-common = %{version}-%{release}
8dd64783
JB
40BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
41
cbad49cd
JB
42%define builds single double %{?with_fftwl:long-double} %{?with_fftwq:quad-precision}
43
8dd64783
JB
44%description
45FFTW is a collection of fast C routines for computing the Discrete
46Fourier Transform in one or more dimensions. It includes complex,
47real, and parallel transforms, and can handle arbitrary array sizes
48efficiently. This RPM package includes the double precision FFTW
49uniprocessor and threads libraries.
50
b4a355b4 51%description -l pl.UTF-8
8dd64783 52FFTW jest zbiorem szybkich funkcji C do obliczania dyskretnych
b4a355b4
JR
53transformat Fouriera w jednym lub więcej wymiarach. Zawiera również
54zespolone, rzeczywiste oraz równoległe transformaty i potrafi wydajnie
55radzić sobie z tablicami o dowolnych rozmiarach. Ten pakiet RPM
56zawiera wersje FFTW o podwójnej precyzji dla architektur
57jednoprocesorowych oraz z obsługą wątków.
58
59%description -l pt_BR.UTF-8
60FFTW é uma coleção de rotinas rápidas em C para computar a Discrete
61Fourier Transform em uma ou mais dimensões. Incluindo transformações
62complexas, reais e paralelas, também pode manipular vetores de tamanho
63arbitrário eficientemente. Esse pacote RPM inclui bibliotecas FFTW com
64suporte a threads, normal e dupla precisão (Os arquivos de precisão
8dd64783
JB
65normal tem um prefixo "s").
66
67%package devel
f2b41f11 68Summary: Development files for fftw
b8f7299a
ER
69Summary(pl.UTF-8): Pliki programistyczne do fftw
70Summary(pt_BR.UTF-8): Headers e documentação do pacote FFTW
8dd64783 71Group: Development/Libraries
f24101b7
JB
72Requires: %{name} = %{version}-%{release}
73Requires: %{name}-common-devel = %{version}-%{release}
d41131de 74%{?with_openmp:Requires: libgomp-devel}
8dd64783
JB
75
76%description devel
f2b41f11
JB
77This package contains the files you need to develop programs using the
78FFTW (fast fourier transform library).
8dd64783 79
b4a355b4
JR
80%description devel -l pl.UTF-8
81Ten pakiet zawiera pliki potrzebne do tworzenia programów używających
82biblioteki FFTW (wykonującej szybką transformatę Fouriera).
8dd64783 83
b4a355b4
JR
84%description devel -l pt_BR.UTF-8
85Este pacote contém documentação e headers adicionais para desenvolver
0210e72d 86programas usando a FFTW.
8dd64783
JB
87
88%package static
89Summary: Static fftw libraries
b8f7299a
ER
90Summary(pl.UTF-8): Statyczne biblioteki fftw
91Summary(pt_BR.UTF-8): Bibliotecas estáticas do pacote FFTW
8dd64783 92Group: Development/Libraries
f24101b7 93Requires: %{name}-devel = %{version}-%{release}
8dd64783
JB
94
95%description static
96Static fftw libraries.
97
b4a355b4 98%description static -l pl.UTF-8
8dd64783
JB
99Statyczne biblioteki fftw.
100
b4a355b4
JR
101%description static -l pt_BR.UTF-8
102Este pacote contém as bibliotecas estáticas do pacote FFTW.
8dd64783 103
f2b41f11
JB
104%package single
105Summary: Fast Fourier Transform library - single precision
b8f7299a 106Summary(pl.UTF-8): Biblioteka z funkcjami szybkiej transformaty Fouriera - pojedynczej precyzji
f2b41f11 107Group: Libraries
f24101b7 108Requires: %{name}-common = %{version}-%{release}
f2b41f11
JB
109
110%description single
111FFTW is a collection of fast C routines for computing the Discrete
112Fourier Transform in one or more dimensions. It includes complex,
113real, and parallel transforms, and can handle arbitrary array sizes
114efficiently. This RPM package includes the single precision FFTW
115uniprocessor and threads libraries.
116
b4a355b4 117%description single -l pl.UTF-8
f2b41f11 118FFTW jest zbiorem szybkich funkcji C do obliczania dyskretnych
b4a355b4
JR
119transformat Fouriera w jednym lub więcej wymiarach. Zawiera również
120zespolone, rzeczywiste oraz równoległe transformaty i potrafi wydajnie
121radzić sobie z tablicami o dowolnych rozmiarach. Ten pakiet RPM
f2b41f11 122zawiera wersje FFTW o pojedynczej precyzji dla architektur
b4a355b4 123jednoprocesorowych oraz z obsługą wątków.
f2b41f11
JB
124
125%package single-devel
126Summary: Development files for single precision fftw
b8f7299a 127Summary(pl.UTF-8): Pliki programistyczne do fftw pojedynczej precyzji
f2b41f11 128Group: Development/Libraries
f24101b7
JB
129Requires: %{name}-common-devel = %{version}-%{release}
130Requires: %{name}-single = %{version}-%{release}
d41131de 131%{?with_openmp:Requires: libgomp-devel}
f2b41f11
JB
132
133%description single-devel
134This package contains the files you need to develop programs using the
135single precision FFTW (fast fourier transform library).
136
b4a355b4
JR
137%description single-devel -l pl.UTF-8
138Ten pakiet zawiera pliki potrzebne do tworzenia programów używających
cbad49cd
JB
139biblioteki FFTW (wykonującej szybką transformatę Fouriera) pojedynczej
140precyzji.
f2b41f11
JB
141
142%package single-static
143Summary: Static fftw single precision libraries
b8f7299a 144Summary(pl.UTF-8): Statyczne biblioteki fftw pojedynczej precyzji
f2b41f11 145Group: Development/Libraries
f24101b7 146Requires: %{name}-single-devel = %{version}-%{release}
f2b41f11
JB
147
148%description single-static
149Static fftw single precision libraries.
150
b4a355b4 151%description single-static -l pl.UTF-8
f2b41f11
JB
152Statyczne biblioteki fftw pojedynczej precyzji.
153
154%package long
155Summary: Fast Fourier Transform library - long double precision
b8f7299a 156Summary(pl.UTF-8): Biblioteka z funkcjami szybkiej transformaty Fouriera - rozszerzonej precyzji
f2b41f11 157Group: Libraries
f24101b7 158Requires: %{name}-common = %{version}-%{release}
f2b41f11
JB
159
160%description long
161FFTW is a collection of fast C routines for computing the Discrete
162Fourier Transform in one or more dimensions. It includes complex,
163real, and parallel transforms, and can handle arbitrary array sizes
164efficiently. This RPM package includes the long double precision FFTW
165uniprocessor and threads libraries.
166
b4a355b4 167%description long -l pl.UTF-8
f2b41f11 168FFTW jest zbiorem szybkich funkcji C do obliczania dyskretnych
b4a355b4
JR
169transformat Fouriera w jednym lub więcej wymiarach. Zawiera również
170zespolone, rzeczywiste oraz równoległe transformaty i potrafi wydajnie
171radzić sobie z tablicami o dowolnych rozmiarach. Ten pakiet RPM
f2b41f11 172zawiera wersje FFTW o rozszerzonej precyzji dla architektur
b4a355b4 173jednoprocesorowych oraz z obsługą wątków.
f2b41f11
JB
174
175%package long-devel
176Summary: Development files for long double precision fftw
b8f7299a 177Summary(pl.UTF-8): Pliki programistyczne do fftw rozszerzonej precyzji
f2b41f11 178Group: Development/Libraries
f24101b7
JB
179Requires: %{name}-common-devel = %{version}-%{release}
180Requires: %{name}-long = %{version}-%{release}
d41131de 181%{?with_openmp:Requires: libgomp-devel}
f2b41f11
JB
182
183%description long-devel
184This package contains the files you need to develop programs using the
185long double precision FFTW (fast fourier transform library).
186
b4a355b4
JR
187%description long-devel -l pl.UTF-8
188Ten pakiet zawiera pliki potrzebne do tworzenia programów używających
cbad49cd
JB
189biblioteki FFTW (wykonującej szybką transformatę Fouriera)
190rozszerzonej precyzji.
f2b41f11
JB
191
192%package long-static
193Summary: Static fftw long double precision libraries
b8f7299a 194Summary(pl.UTF-8): Statyczne biblioteki fftw rozszerzonej precyzji
f2b41f11 195Group: Development/Libraries
f24101b7 196Requires: %{name}-long-devel = %{version}-%{release}
f2b41f11
JB
197
198%description long-static
199Static fftw long double precision libraries.
200
b4a355b4 201%description long-static -l pl.UTF-8
f2b41f11
JB
202Statyczne biblioteki fftw rozszerzonej precyzji.
203
cbad49cd
JB
204%package quad
205Summary: Fast Fourier Transform library - quad precision
206Summary(pl.UTF-8): Biblioteka z funkcjami szybkiej transformaty Fouriera - poczwórnej precyzji
207Group: Libraries
208Requires: %{name}-common = %{version}-%{release}
209
210%description quad
211FFTW is a collection of fast C routines for computing the Discrete
212Fourier Transform in one or more dimensions. It includes complex,
213real, and parallel transforms, and can handle arbitrary array sizes
214efficiently. This RPM package includes the quad precision FFTW
215uniprocessor and threads libraries.
216
217%description quad -l pl.UTF-8
218FFTW jest zbiorem szybkich funkcji C do obliczania dyskretnych
219transformat Fouriera w jednym lub więcej wymiarach. Zawiera również
220zespolone, rzeczywiste oraz równoległe transformaty i potrafi wydajnie
221radzić sobie z tablicami o dowolnych rozmiarach. Ten pakiet RPM
222zawiera wersje FFTW o poczwórnej precyzji dla architektur
223jednoprocesorowych oraz z obsługą wątków.
224
225%package quad-devel
226Summary: Development files for quad precision fftw
227Summary(pl.UTF-8): Pliki programistyczne do fftw poczwórnej precyzji
228Group: Development/Libraries
229Requires: %{name}-common-devel = %{version}-%{release}
230Requires: %{name}-quad = %{version}-%{release}
d41131de 231%{?with_openmp:Requires: libgomp-devel}
cbad49cd
JB
232Requires: libquadmath-devel
233
234%description quad-devel
235This package contains the files you need to develop programs using the
236quad precision FFTW (fast fourier transform library).
237
238%description quad-devel -l pl.UTF-8
239Ten pakiet zawiera pliki potrzebne do tworzenia programów używających
240biblioteki FFTW (wykonującej szybką transformatę Fouriera) poczwórnej
241precyzji.
242
243%package quad-static
244Summary: Static fftw quad precision libraries
245Summary(pl.UTF-8): Statyczne biblioteki fftw poczwórnej precyzji
246Group: Development/Libraries
247Requires: %{name}-quad-devel = %{version}-%{release}
248
249%description quad-static
250Static fftw quad precision libraries.
251
252%description quad-static -l pl.UTF-8
253Statyczne biblioteki fftw poczwórnej precyzji.
254
f2b41f11
JB
255%package common
256Summary: Files common for all versions of fftw libraries
b8f7299a 257Summary(pl.UTF-8): Pliki wspólne dla wszystkich wersji bibliotek fftw
f2b41f11
JB
258Group: Libraries
259
260%description common
261Files common for all versions of fftw libraries (basic documentation,
262fftw-wisdom-to-conf utility).
263
b4a355b4
JR
264%description common -l pl.UTF-8
265Pliki wspólne dla wszystkich wersji bibliotek fftw (podstawowa
266dokumentacja, narzędzie fftw-wisdom-to-conf).
f2b41f11
JB
267
268%package common-devel
269Summary: Development files common for all versions of fftw libraries
b8f7299a 270Summary(pl.UTF-8): Pliki programistyczne wspólne dla wszystkich wersji bibliotek fftw
f2b41f11 271Group: Development/Libraries
f24101b7 272Requires: %{name}-common = %{version}-%{release}
f2b41f11
JB
273
274%description common-devel
275Development files common for all versions of fftw libraries (header
276files, development documentation).
277
b4a355b4
JR
278%description common-devel -l pl.UTF-8
279Pliki programistyczne wspólne dla wszystkich wersji bibliotek fftw
280(pliki nagłówkowe, dokumentacja programisty).
f2b41f11 281
8dd64783
JB
282%prep
283%setup -q -n fftw-%{version}
f2b41f11 284%patch0 -p1
8dd64783
JB
285
286%build
287%{__libtoolize}
376d0cb4 288%{__aclocal} -I m4
8dd64783
JB
289%{__autoconf}
290%{__automake}
f2b41f11 291
f2b41f11 292# MMX/SSE/etc. seem to be safe because of runtime CPU detection
cbad49cd 293for ver in %{builds}; do
8dd64783
JB
294 OPTS=""
295 # k7,SSE,3dnow,altivec only for single
296 if [ "$ver" = "single" ]; then
cbad49cd 297%ifarch i686 pentium3 pentium4
f2b41f11 298 OPTS="--enable-sse"
8dd64783 299%endif
f2b41f11 300%ifarch athlon
376d0cb4 301 OPTS="--enable-sse" # no "--enable-k7" - conflicts with shared, SEGV on athlons
8dd64783
JB
302%endif
303%ifarch ppc
f2b41f11 304 OPTS="--enable-altivec"
5194fc97 305%endif
5861ac73 306%ifnarch i686 k6 athlon ppc
5194fc97 307 : # keep sh happy about syntax
8dd64783 308%endif
8dd64783 309 fi
cbad49cd 310%ifarch i686 pentium4
8dd64783 311 # SSE2 only for double
cbad49cd
JB
312 if [ "$ver" = "double" -o "$ver" = "single" ]; then
313 OPTS="--enable-sse2 --enable-avx"
fb995851 314 fi
8dd64783 315%endif
2e6b9bdb
JB
316install -d build-${ver}
317cd build-${ver}
318../%configure \
cbad49cd 319 --enable-openmp \
8dd64783
JB
320 --enable-shared \
321 --enable-threads \
322 --enable-$ver \
323 $OPTS \
324 --%{!?debug:dis}%{?debug:en}able-debug
325
326%{__make}
f2b41f11 327cd ..
8dd64783
JB
328done
329
8dd64783
JB
330%install
331rm -rf $RPM_BUILD_ROOT
e6d90cf1 332install -d $RPM_BUILD_ROOT%{_sysconfdir}/fftw
8dd64783 333
cbad49cd
JB
334for b in %{builds} ; do
335 %{__make} install -C build-${b} \
336 DESTDIR=$RPM_BUILD_ROOT
337done
8dd64783
JB
338
339%clean
340rm -rf $RPM_BUILD_ROOT
341
342%post -p /sbin/ldconfig
343%postun -p /sbin/ldconfig
344
2fd5163a 345%post single -p /sbin/ldconfig
346%postun single -p /sbin/ldconfig
347
348%post long -p /sbin/ldconfig
349%postun long -p /sbin/ldconfig
350
a46795d7 351%post common-devel -p /sbin/postshell
677edac6 352-/usr/sbin/fix-info-dir -c %{_infodir}
8dd64783 353
a46795d7 354%postun common-devel -p /sbin/postshell
677edac6 355-/usr/sbin/fix-info-dir -c %{_infodir}
8dd64783
JB
356
357%files
358%defattr(644,root,root,755)
f2b41f11
JB
359%attr(755,root,root) %{_bindir}/fftw-wisdom
360%attr(755,root,root) %{_libdir}/libfftw3.so.*.*.*
2e6b9bdb 361%attr(755,root,root) %ghost %{_libdir}/libfftw3.so.3
f2b41f11 362%attr(755,root,root) %{_libdir}/libfftw3_threads.so.*.*.*
2e6b9bdb 363%attr(755,root,root) %ghost %{_libdir}/libfftw3_threads.so.3
d41131de 364%if %{with openmp}
cbad49cd
JB
365%attr(755,root,root) %{_libdir}/libfftw3_omp.so.*.*.*
366%attr(755,root,root) %ghost %{_libdir}/libfftw3_omp.so.3
367%endif
f2b41f11 368%{_mandir}/man1/fftw-wisdom.1*
8dd64783
JB
369
370%files devel
371%defattr(644,root,root,755)
f2b41f11
JB
372%attr(755,root,root) %{_libdir}/libfftw3.so
373%attr(755,root,root) %{_libdir}/libfftw3_threads.so
374%{_libdir}/libfftw3.la
375%{_libdir}/libfftw3_threads.la
d41131de 376%if %{with openmp}
cbad49cd
JB
377%attr(755,root,root) %{_libdir}/libfftw3_omp.so
378%{_libdir}/libfftw3_omp.la
379%endif
f2b41f11 380%{_pkgconfigdir}/fftw3.pc
8dd64783
JB
381
382%files static
383%defattr(644,root,root,755)
f2b41f11
JB
384%{_libdir}/libfftw3.a
385%{_libdir}/libfftw3_threads.a
d41131de 386%if %{with openmp}
cbad49cd
JB
387%{_libdir}/libfftw3_omp.a
388%endif
f2b41f11
JB
389
390%files single
391%defattr(644,root,root,755)
392%attr(755,root,root) %{_bindir}/fftwf-wisdom
393%attr(755,root,root) %{_libdir}/libfftw3f.so.*.*.*
2e6b9bdb 394%attr(755,root,root) %ghost %{_libdir}/libfftw3f.so.3
f2b41f11 395%attr(755,root,root) %{_libdir}/libfftw3f_threads.so.*.*.*
2e6b9bdb 396%attr(755,root,root) %ghost %{_libdir}/libfftw3f_threads.so.3
d41131de 397%if %{with openmp}
cbad49cd
JB
398%attr(755,root,root) %{_libdir}/libfftw3f_omp.so.*.*.*
399%attr(755,root,root) %ghost %{_libdir}/libfftw3f_omp.so.3
400%endif
f2b41f11
JB
401%{_mandir}/man1/fftwf-wisdom.1*
402
403%files single-devel
404%defattr(644,root,root,755)
405%attr(755,root,root) %{_libdir}/libfftw3f.so
406%attr(755,root,root) %{_libdir}/libfftw3f_threads.so
407%{_libdir}/libfftw3f.la
408%{_libdir}/libfftw3f_threads.la
d41131de 409%if %{with openmp}
cbad49cd
JB
410%attr(755,root,root) %{_libdir}/libfftw3f_omp.so
411%{_libdir}/libfftw3f_omp.la
412%endif
f2b41f11
JB
413%{_pkgconfigdir}/fftw3f.pc
414
415%files single-static
416%defattr(644,root,root,755)
417%{_libdir}/libfftw3f.a
418%{_libdir}/libfftw3f_threads.a
d41131de 419%if %{with openmp}
cbad49cd
JB
420%{_libdir}/libfftw3f_omp.a
421%endif
f2b41f11 422
7de82846 423%if %{with fftwl}
f2b41f11
JB
424%files long
425%defattr(644,root,root,755)
426%attr(755,root,root) %{_bindir}/fftwl-wisdom
427%attr(755,root,root) %{_libdir}/libfftw3l.so.*.*.*
2e6b9bdb 428%attr(755,root,root) %ghost %{_libdir}/libfftw3l.so.3
f2b41f11 429%attr(755,root,root) %{_libdir}/libfftw3l_threads.so.*.*.*
2e6b9bdb 430%attr(755,root,root) %ghost %{_libdir}/libfftw3l_threads.so.3
d41131de 431%if %{with openmp}
cbad49cd
JB
432%attr(755,root,root) %{_libdir}/libfftw3l_omp.so.*.*.*
433%attr(755,root,root) %ghost %{_libdir}/libfftw3l_omp.so.3
434%endif
f2b41f11
JB
435%{_mandir}/man1/fftwl-wisdom.1*
436
437%files long-devel
438%defattr(644,root,root,755)
439%attr(755,root,root) %{_libdir}/libfftw3l.so
440%attr(755,root,root) %{_libdir}/libfftw3l_threads.so
441%{_libdir}/libfftw3l.la
442%{_libdir}/libfftw3l_threads.la
d41131de 443%if %{with openmp}
cbad49cd
JB
444%attr(755,root,root) %{_libdir}/libfftw3l_omp.so
445%{_libdir}/libfftw3l_omp.la
446%endif
bc04b565 447%{_includedir}/fftw3l.f03
f2b41f11
JB
448%{_pkgconfigdir}/fftw3l.pc
449
450%files long-static
451%defattr(644,root,root,755)
452%{_libdir}/libfftw3l.a
453%{_libdir}/libfftw3l_threads.a
d41131de 454%if %{with openmp}
cbad49cd
JB
455%{_libdir}/libfftw3l_omp.a
456%endif
457%endif
458
459%if %{with fftwq}
460%files quad
461%defattr(644,root,root,755)
462%attr(755,root,root) %{_bindir}/fftwq-wisdom
463%attr(755,root,root) %{_libdir}/libfftw3q.so.*.*.*
464%attr(755,root,root) %ghost %{_libdir}/libfftw3q.so.3
465%attr(755,root,root) %{_libdir}/libfftw3q_threads.so.*.*.*
466%attr(755,root,root) %ghost %{_libdir}/libfftw3q_threads.so.3
d41131de 467%if %{with openmp}
cbad49cd
JB
468%attr(755,root,root) %{_libdir}/libfftw3q_omp.so.*.*.*
469%attr(755,root,root) %ghost %{_libdir}/libfftw3q_omp.so.3
470%endif
471%{_mandir}/man1/fftwq-wisdom.1*
472
473%files quad-devel
474%defattr(644,root,root,755)
475%attr(755,root,root) %{_libdir}/libfftw3q.so
476%attr(755,root,root) %{_libdir}/libfftw3q_threads.so
477%{_libdir}/libfftw3q.la
478%{_libdir}/libfftw3q_threads.la
d41131de 479%if %{with openmp}
cbad49cd
JB
480%attr(755,root,root) %{_libdir}/libfftw3q_omp.so
481%{_libdir}/libfftw3q_omp.la
482%endif
bc04b565 483%{_includedir}/fftw3q.f03
cbad49cd
JB
484%{_pkgconfigdir}/fftw3q.pc
485
486%files quad-static
487%defattr(644,root,root,755)
488%{_libdir}/libfftw3q.a
489%{_libdir}/libfftw3q_threads.a
d41131de 490%if %{with openmp}
cbad49cd
JB
491%{_libdir}/libfftw3q_omp.a
492%endif
7de82846 493%endif
f2b41f11
JB
494
495%files common
496%defattr(644,root,root,755)
497%doc AUTHORS COPYRIGHT ChangeLog NEWS README TODO
e6d90cf1 498%dir %{_sysconfdir}/fftw
f2b41f11
JB
499%attr(755,root,root) %{_bindir}/fftw-wisdom-to-conf
500%{_mandir}/man1/fftw-wisdom-to-conf.1*
501
502%files common-devel
503%defattr(644,root,root,755)
504%doc doc/html doc/FAQ/fftw-faq.html
2e6b9bdb 505%{_includedir}/fftw3.f
cbad49cd 506%{_includedir}/fftw3.f03
2e6b9bdb 507%{_includedir}/fftw3.h
f2b41f11 508%{_infodir}/fftw3.info*
This page took 0.134923 seconds and 4 git commands to generate.