summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormisi3k2003-05-08 11:16:27 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit1257e708e514e515d07f19cdd8694c8547cc7196 (patch)
treed8f8e76b0d9ca08e979443486f9be285d6c86c76
parentee26e98c89250be43b166c17a921b146bd584357 (diff)
downloadmpich-1257e708e514e515d07f19cdd8694c8547cc7196.zip
mpich-1257e708e514e515d07f19cdd8694c8547cc7196.tar.gz
- rel 2
- added Patch2 (this allows you to make MPICH use mosrun rather than rsh) Changed files: mpich.spec -> 1.3
Notes
Notes: - opt and DESTDIR patches - builds, but probably still NFY
-rw-r--r--mpich.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/mpich.spec b/mpich.spec
index 248a56f..9ea19ac 100644
--- a/mpich.spec
+++ b/mpich.spec
@@ -3,12 +3,13 @@ Summary(pl): Przenośna implementacja standardu MPI
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ęści wersji MPI-2, szczególnie w zakresie równoległej komunikacji.
%setup -q
%patch0 -p1
%patch1 -p1
+%patch2 -p1
%build
# note: can't run autoconf - we must patch configure not only configure.in