Author: qboosh Date: Mon Apr 9 18:10:41 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.0.5p4
---- Files affected: SPECS: mpich2.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: SPECS/mpich2.spec diff -u SPECS/mpich2.spec:1.11 SPECS/mpich2.spec:1.12 --- SPECS/mpich2.spec:1.11 Tue Feb 13 08:16:48 2007 +++ SPECS/mpich2.spec Mon Apr 9 20:10:35 2007 @@ -2,74 +2,66 @@ Summary: MPICH2 Early Release Summary(pl.UTF-8): Wczesna wersja MPICH2 Name: mpich2 -Version: 0.97 +Version: 1.0.5p4 Release: 0.1 License: BSD-like Group: Development/Libraries Source0: ftp://ftp.mcs.anl.gov/pub/mpi/%{name}-%{version}.tar.gz -# Source0-md5: 6a6d8473bc8bc11188689c84d6b71723 +# Source0-md5: d8e0dacdd4ca5ef57a598891989ed409 URL: http://www-unix.mcs.anl.gov/mpi/ -BuildRequires: gcc-g77 +BuildRequires: gcc-fortran >= 5:4.0 BuildRequires: libstdc++-devel Requires: python >= 2.2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -This package contains an early release of MPICH2. It has been tested -by authors in their own environment, but not extensively tested by -outside users (This is where you come in!). If you are interested in -what the next generation of MPICH will look like, or for helping -harden this version for wider distribution, this package is for you. -If you are looking for an implementation of MPI for use in building -and running your favorite application(s), please obtain the MPICH -1.2.X. +MPICH2 is an all-new implementation of MPI from the group at Argonne +National Laboratory. It shares many goals with the original MPICH but +no actual code. It is a portable, high-performance implementation of +the entire MPI-2 standard. This release has all MPI-2 functions and +features required by the standard with the exception of support for +the "external32" portable I/O format. %description -l pl.UTF-8 -Ten pakiet zawiera wczesną wersję MPICH2. Jest testowana przez autorów -w ich środowisku, ale nie była jeszcze dostatecznie testowana przez -użytkowników zewnętrznych. Ten pakiet jest dla zainteresowanych, jak -będzie wyglądał MPICH nowej generacji oraz tym, którzy chcą pomóc w -stabilizowaniu tej wersji do szerszej dystrybucji. Do zastosowań -produkcyjnych i innych wymagających stabilności należy używać pakietu -MPICH 1.2.X. +MPICH2 to całkowicie nowa implementacja MPI wykonana przez grupę z +Argonne National Laboratory. Dzieli wiele idei z oryginalnym MPICH-em, +ale nie sam kod. Jest przenośną, wysoko wydajną implementacją całego +standardu MPI-2. To wydanie zawiera wszystkie funkcje i cechy MPI-2 +wymagane przez standard z wyjątkiem obsługi przenośnego formatu I/O +"external32". %prep %setup -q %build -%configure2_13 \ +%configure \ + F90FLAGS="%{rpmcflags}" \ --enable-f77 \ + --enable-f90 \ --enable-cxx %{__make} %install rm -rf $RPM_BUILD_ROOT -# missing in install-docs -install -d $RPM_BUILD_ROOT%{_mandir}/man{1,3} html/www{1,3} +# missing in make install +install -d $RPM_BUILD_ROOT%{_mandir}/man{1,3} -%{__make} install install-docs \ - prefix=$RPM_BUILD_ROOT%{_prefix} \ - includedir=$RPM_BUILD_ROOT%{_includedir} \ - exec_prefix=$RPM_BUILD_ROOT%{_exec_prefix} \ - libdir=$RPM_BUILD_ROOT%{_libdir} \ - bindir=$RPM_BUILD_ROOT%{_bindir} \ - sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir} \ - mandir=$RPM_BUILD_ROOT%{_mandir} \ - htmldir=html +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +rm -rf $RPM_BUILD_ROOT%{_prefix}/{doc,www} %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig - %files %defattr(644,root,root,755) -%doc CHANGES COPYRIGHT README{,.romio,.testing} +%doc CHANGES COPYRIGHT README{,.romio,.testing} doc/{logging,smpd,userguide}/*.pdf # doc/refman/mpiman.pdf %attr(755,root,root) %{_bindir}/* %{_libdir}/lib*.a +%{_libdir}/mpe_prof.o %{_includedir}/* %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.conf %{_mandir}/man1/*.1* @@ -81,6 +73,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2007/04/09 18:10:35 qboosh +- updated to 1.0.5p4 + Revision 1.11 2007/02/13 07:16:48 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mpich2.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
