Search
j0ke.net Open Build Service
>
Projects
>
parastation
:
V4
>
mpich-ps4
> mpich-ps4.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File mpich-ps4.spec of Package mpich-ps4
%{?_with_g77_: %define comp_opts g77_} %{?_with_intel: %define comp_opts intel} %{?_with_pgi: %define comp_opts pgi} %{?_with_psc: %define comp_opts psc} %{?_with_cellgcc: %define comp_opts cellgcc} %{?_with_cellxlc: %define comp_opts cellxlc} %{?_with_bproc: %define comp_opts bproc} Summary: A implementation of MPI for ParaStation Vendor: ParTec Cluster Competence Center GmbH, Munich, Germany Name: mpich-ps4%{?comp_opts:-%{comp_opts}} Version: 1.2.7p1 Release: 20070413 License: see package doc/COPYRIGHT Group: Development/Libraries/Parallel Packager: support@par-tec.de Source0: mpich-ps4-1.2.7p1-20070413.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description MPICH is a freely available, portable implementation of MPI, the Standard for message-passing libraries. http://www-unix.mcs.anl.gov/mpi/mpich/ %prep cat <<DOK ========================================================= Build options: "rpmbuild --with g77_" use one underscore (g77) "rpmbuild --with intel" use intel compiler "rpmbuild --with pgi" use portland group compiler "rpmbuild --with psc" use PathScale compiler "rpmbuild --with cellgcc" use gcc compiler on Cell "rpmbuild --with cellxlc" use XLC compiler on Cell "rpmbuild --with bproc" build for bproc systems Now using %{?comp_opts:%{comp_opts}}%{!?comp_opts:default:gcc} ========================================================= DOK sleep 1 %setup -q -n mpich-ps4-1.2.7p1-20070413 %post %preun %build mpich.build/build %{?comp_opts:%{comp_opts}} %install %clean %{__rm} -rf %{buildroot} %files %attr(-,root,root) /opt/parastation/mpich*