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