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