]> git.pld-linux.org Git - SPECS.git/blob - harminv.spec
SPECS updated Mon 29 Apr 22:05:02 CEST 2024
[SPECS.git] / harminv.spec
1 Summary:        Solving "harmonic inversion" problem
2 Summary(pl.UTF-8):      Rozwiązywanie problemu "inwersji harmonicznych"
3 Name:           harminv
4 Version:        1.3.1
5 Release:        0.1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ab-initio.mit.edu/harminv/%{name}-%{version}.tar.gz
9 # Source0-md5:  d3f49f1c90856b3b2e8b77dc4a99c37a
10 URL:            http://ab-initio.mit.edu/harminv/
11 BuildRequires:  blas-devel
12 BuildRequires:  lapack-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Harminv is a free program (and accompanying library) to solve the
17 problem of "harmonic inversion". Given a discrete, finite-length
18 signal that consists of a sum of finitely-many sinusoids (possibly
19 exponentially decaying), it determines the frequencies, decay
20 constants, amplitudes, and phases of those sinusoids.
21
22 %description -l pl.UTF-8
23 Harminv jest darmowym programem do rozwiązywania problemu "inwersji
24 harmonicznych". Mając zadany dyskretny, skończonej długości sygnał
25 składający się z sumy skończonej liczby sinusoid (które mogą wygasać
26 wykładniczo), określa częstotliwości, stałe wygasania, amplitudy i
27 fazy tych sinusoid.
28
29 %prep
30 %setup -q
31
32 %build
33 %configure
34
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc README NEWS AUTHORS
47 %attr(755,root,root) %{_bindir}/harminv
48 # XXX: shared, static?
49 %{_libdir}/libharminv.*
50 %{_includedir}/harminv.h
51 %{_mandir}/man1/harminv*
52 %{_pkgconfigdir}/harminv.pc
This page took 0.504845 seconds and 3 git commands to generate.