Author: baggins Date: Wed Apr 4 12:03:12 2012 GMT Module: packages Tag: HEAD ---- Log message: - rel 4 - no parallel build
---- Files affected: packages/mpich: mpich.spec (1.17 -> 1.18) ---- Diffs: ================================================================ Index: packages/mpich/mpich.spec diff -u packages/mpich/mpich.spec:1.17 packages/mpich/mpich.spec:1.18 --- packages/mpich/mpich.spec:1.17 Wed Apr 4 14:01:20 2012 +++ packages/mpich/mpich.spec Wed Apr 4 14:03:06 2012 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): PrzenoĊna implementacja standardu MPI Name: mpich Version: 1.2.7p1 -Release: 3 +Release: 4 License: Open source (MPICH), BSD-like (MPI-2-C++) Group: Development/Libraries Source0: ftp://ftp.mcs.anl.gov/pub/mpi/%{name}-%{version}.tar.bz2 @@ -61,14 +61,14 @@ -opt="%{rpmcflags} -fPIC -DPIC" \ -fc=gfortran -%{__make} +%{__make} -j1 %install rm -rf $RPM_BUILD_ROOT # really awful DESTDIR=$RPM_BUILD_ROOT ; export DESTDIR -%{__make} install +%{__make} -j1 install install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} mv -f $RPM_BUILD_ROOT%{_prefix}/examples/* \ @@ -121,6 +121,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.18 2012/04/04 12:03:06 baggins +- rel 4 +- no parallel build + Revision 1.17 2012/04/04 12:01:20 baggins - rel 3 - fix building with current g++/gfortran ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/mpich/mpich.spec?r1=1.17&r2=1.18 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
