]> git.pld-linux.org Git - packages/getdp.git/blob - getdp.spec
f2cf2309e6b3ee5c6cd3af14a501eb9e2a8cfb7d
[packages/getdp.git] / getdp.spec
1 Summary:        A General environment for the treatment of Discrete Problems
2 Summary(pl.UTF-8):      Środowisko do rozwiązywania problemów dyskretnych
3 Name:           getdp
4 Version:        1.2.1
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Engineering
8 Source0:        http://geuz.org/getdp/src/%{name}-%{version}-source.tgz
9 # Source0-md5:  5f5d7cdaeaeea3dcd15ba900e9f7e896
10 URL:            http://www.geuz.org/getdp/
11 BuildRequires:  gcc-g77
12 BuildRequires:  gsl-devel
13 BuildRequires:  texinfo
14 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 GetDP is a scientific software environment for the numerical solution
18 of integro-differential equations, open to the coupling of physical
19 problems (electromagnetic, thermal, mechanical, etc) as well as of
20 numerical methods (finite element method, integral methods, etc). It
21 can deal with such problems of various dimensions (1D, 2D, 2D
22 axisymmetric or 3D) and time states (static, transient or harmonic).
23 The main feature of GetDP is the closeness between the organization of
24 data defining discrete problems (written by the user in ASCII data
25 files) and the symbolic mathematical expressions of these problems.
26
27 Install GetDP if you need a finite element solver for multiphysic
28 problems.
29
30 %description -l pl.UTF-8
31 GetDP jest naukowym środowiskiem do numerycznego rozwiązywania równań,
32 otwartym na różne fizyczne problemy(elektromagnetyczne, termiczne,
33 mechaniczne...), podobnie jak na metody numeryczne (metoda elementów
34 skończonych, metody całkowania...). Może rozwiązywać problemy w różnej
35 liczbie wymiarów (1D, 2D, 2D asymetryczne lub 3D), i różnych stanach
36 czasu (statyczne, transakcyjne lub harmoniczne). Główną własnością
37 GetDP jest bliskość pomiędzy organizacją danych definiujących problem
38 dyskretny (zapisane przez użytkownika w plikach tekstowych) i
39 symbolicznymi wyrażeniami matematycznymi tego problemu.
40
41 Warto zainstalować GetDP jeżeli potrzebujemy narzędzie do
42 obliczania elementów skończonych dla problemów fizycznych.
43
44 %prep
45 %setup -q
46
47 %build
48 %configure
49 %{__make}
50 %{__make} doc-info
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_infodir}}
55
56 install bin/getdp $RPM_BUILD_ROOT%{_bindir}/getdp
57 install doc/getdp.1 $RPM_BUILD_ROOT%{_mandir}/man1
58 install doc/texinfo/getdp.info* $RPM_BUILD_ROOT%{_infodir}
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc doc/VERSIONS doc/FAQ doc/CREDITS demos README
66 %attr(755,root,root) %{_bindir}/%{name}
67 %{_mandir}/man1/%{name}*
68 %{_infodir}/%{name}*
This page took 0.065784 seconds and 2 git commands to generate.