]> git.pld-linux.org Git - packages/getdp.git/blob - getdp.spec
48d79e0613673f00cd6f8c5a8bac4341a0912a27
[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.1.0
5 Release:        1
6 License:        GPL
7 Group:          Applications/Engineering
8 Source0:        http://geuz.org/getdp/src/%{name}-%{version}-source.tgz
9 # Source0-md5:  cceb5f66c3d2889048fd5f35d178171e
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
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 -m 755 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
66 %attr(755,root,root) %{_bindir}/%{name}
67 %{_mandir}/man1/%{name}*
68 %{_infodir}/%{name}*
This page took 0.050616 seconds and 2 git commands to generate.