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