]> git.pld-linux.org Git - packages/mpich.git/commitdiff
- rel 2
authormisi3k <misi3k@pld-linux.org>
Thu, 8 May 2003 11:16:27 +0000 (11:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added Patch2 (this allows you to make MPICH use mosrun rather than rsh)

Changed files:
    mpich.spec -> 1.3

mpich.spec

index 248a56f241dfce97eb0c8575e7563ff4d28bd3d9..9ea19acb7ef2a993a848d9c49116368265228864 100644 (file)
@@ -3,12 +3,13 @@ Summary(pl):  Przeno
 Name:          mpich
 Version:       1.2.5
 %define        pver    1a
-Release:       %{pver}.1
+Release:       %{pver}.2
 License:       Open source (MPICH), BSD-like (MPI-2-C++)
 Group:         Development/Libraries
 Source0:       ftp://ftp.mcs.anl.gov/pub/mpi/%{name}-%{version}-%{pver}.tar.gz
 Patch0:                %{name}-fuckssh.patch
 Patch1:                %{name}-opt.patch
+Patch2:                http://squishy.monkeysoft.net/%{name}/%{name}-%{version}-oM.patch
 URL:           http://www-unix.mcs.anl.gov/mpi/
 BuildRequires: gcc-g77
 BuildRequires: libstdc++-devel
@@ -29,6 +30,7 @@ cz
 %setup -q
 %patch0 -p1
 %patch1        -p1
+%patch2        -p1
 
 %build
 # note: can't run autoconf - we must patch configure not only configure.in
This page took 0.121292 seconds and 4 git commands to generate.