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