]> git.pld-linux.org Git - packages/getdp.git/commitdiff
- initital pld version based on included spec auto/ac/getdp-1_0_0-1
authorundefine <undefine@pld-linux.org>
Sun, 5 Sep 2004 13:43:05 +0000 (13:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    getdp.spec -> 1.1

getdp.spec [new file with mode: 0644]

diff --git a/getdp.spec b/getdp.spec
new file mode 100644 (file)
index 0000000..b3ee1b1
--- /dev/null
@@ -0,0 +1,68 @@
+Summary:       A General environment for the treatment of Discrete Problems
+Summary(pl):   ¦rodowisko do rozwi±zywania problemów dyskretnych
+Name:          getdp
+Version:       1.0.0
+Source0:       http://geuz.org/getdp/src/%{name}-%{version}-source.tgz
+# Source0-md5: 8256357866085afaa274863ad4c1e71f
+Release:       1
+License:       GPL
+Group:         Applications/Engineering
+URL:           http://www.geuz.org/getdp/
+BuildRequires: gcc-g77
+BuildRequires: gsl-devel
+Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GetDP is a scientific software environment for the numerical solution
+of integro-differential equations, open to the coupling of physical
+problems (electromagnetic, thermal, mechanical, etc) as well as of
+numerical methods (finite element method, integral methods, etc). It
+can deal with such problems of various dimensions (1D, 2D, 2D
+axisymmetric or 3D) and time states (static, transient or harmonic).
+The main feature of GetDP is the closeness between the organization of
+data defining discrete problems (written by the user in ASCII data
+files) and the symbolic mathematical expressions of these problems.
+
+Install GetDP if you need a finite element solver for multiphysic
+problems.
+
+%description -l pl
+GetDP jest naukowym ¶rodowiskiem do numerycznego rozwi±zywania równañ,
+otwartym na ró¿ne fizyczne problemy(elektromagnetyczne, termiczne,
+mechaniczne, ...), podobnie jak na metody numeryczne (metoda
+skoñczonych elementów, metody wbudowane, ..). Mo¿e rozwi±zywaæ
+problemy w ró¿nych wymiarach(1D, 2D, 2D asymetryczne lub 3D), i
+czasach(statyczne, tranzakcyjne lub harmoniczne). G³ówn± w³asno¶ci±
+GetDP jest blisko¶æ pomiêdzy organizacj± danych definiuj±cych problem
+dyskretny(zapisane przez u¿ytkownika w plikach tekstowych) i
+symbolicznymi wyra¿eniami matematycznymi tego problemu.
+
+Zainstaluj GetDP je¿eli potrzebujesz solvera skoñczonych elementów dla
+problemów fizycznych.
+
+%prep
+
+%setup -q
+
+%build
+%configure
+%{__make}
+%{__make} doc-info
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_infodir}}
+
+install -m 755 bin/getdp $RPM_BUILD_ROOT%{_bindir}/getdp
+install doc/getdp.1 $RPM_BUILD_ROOT%{_mandir}/man1/
+install doc/texinfo/getdp.info* $RPM_BUILD_ROOT%{_infodir}/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc doc/VERSIONS doc/FAQ doc/CREDITS demos
+%attr(755,root,root) %{_bindir}/%{name}
+%{_mandir}/man1/%{name}*
+%{_infodir}/%{name}*
This page took 0.087408 seconds and 4 git commands to generate.