getdp.spec

来自「cfd求解器使用与gmsh网格的求解」· SPEC 代码 · 共 61 行

SPEC
61
字号
Summary: A General environment for the treatment of Discrete ProblemsName: getdp# Version: 1.0Version: %{getdpversion}Source: getdp-%{version}.tar.gzRelease: 1Copyright: GPLGroup: Applications/EngineeringURL: http://www.geuz.org/getdp/Packager: geuz@geuz.orgPrereq: /sbin/install-infoBuildroot: /var/tmp/%{name}-buildrootPrefix: /usr%description GetDP is a scientific software environment for the numerical solutionof integro-differential equations, open to the coupling of physicalproblems (electromagnetic, thermal, mechanical, etc) as well as ofnumerical methods (finite element method, integral methods, etc). Itcan deal with such problems of various dimensions (1D, 2D, 2Daxisymmetric or 3D) and time states (static, transient orharmonic). The main feature of GetDP is the closeness between theorganization of data defining discrete problems (written by the userin ASCII data files) and the symbolic mathematical expressions ofthese problems.Install GetDP if you need a finite element solver for multiphysicproblems.%prep%setup -c -q%buildmake distrib-unixmake doc-inform -rf CVS */CVS */*/CVS%installrm -rf $RPM_BUILD_ROOTmkdir -p $RPM_BUILD_ROOT/usr/binmkdir -p $RPM_BUILD_ROOT/usr/share/man/man1mkdir -p $RPM_BUILD_ROOT/usr/share/infoinstall -m 755 bin/getdp $RPM_BUILD_ROOT/usr/bin/getdpinstall -m 644 doc/getdp.1 $RPM_BUILD_ROOT/usr/share/man/man1/getdp.1install -m 644 doc/texinfo/getdp.info* $RPM_BUILD_ROOT/usr/share/info/%post/sbin/install-info /usr/share/info/getdp.info /usr/share/info/dir%cleanrm -rf $RPM_BUILD_ROOT%files%defattr(-,root,root)%doc doc/LICENSE doc/VERSIONS doc/FAQ doc/CREDITS demos/usr/bin/getdp/usr/share/man/man1/getdp*/usr/share/info/getdp*

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?