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