SPECS: mpich.spec - rel 3 - force ssh/scp as rsh command

baggins baggins at pld-linux.org
Mon Sep 4 15:45:57 CEST 2006


Author: baggins                      Date: Mon Sep  4 13:45:57 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 3
- force ssh/scp as rsh command

---- Files affected:
SPECS:
   mpich.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/mpich.spec
diff -u SPECS/mpich.spec:1.10 SPECS/mpich.spec:1.11
--- SPECS/mpich.spec:1.10	Thu May  4 19:25:02 2006
+++ SPECS/mpich.spec	Mon Sep  4 15:45:52 2006
@@ -3,7 +3,7 @@
 Summary(pl):	Przenośna implementacja standardu MPI
 Name:		mpich
 Version:	1.2.6
-Release:	2
+Release:	3
 License:	Open source (MPICH), BSD-like (MPI-2-C++)
 Group:		Development/Libraries
 Source0:	ftp://ftp.mcs.anl.gov/pub/mpi/%{name}-%{version}.tar.bz2
@@ -14,6 +14,7 @@
 URL:		http://www-unix.mcs.anl.gov/mpi/
 BuildRequires:	gcc-g77
 BuildRequires:	libstdc++-devel
+BuildRequires:	sed >= 4.0
 Provides:	mpi
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -34,7 +35,11 @@
 %patch1 -p1
 %patch2 -p1
 
+sed -i -e 's|RCPCOMMAND-rcp|RCPCOMMAND-scp|' mpid/ch_p4/mpirun.ch_p4.in
+
 %build
+RSHCOMMAND=/usr/bin/ssh ; export RSHCOMMAND
+RCPCOMMAND=/usr/bin/scp ; export RCPCOMMAND
 # note: can't run autoconf - we must patch configure not only configure.in
 # also, don't change it to %%configure - it won't work
 # no configure options for sysconfdir and messagecat_dir :/
@@ -119,6 +124,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2006/09/04 13:45:52  baggins
+- rel 3
+- force ssh/scp as rsh command
+
 Revision 1.10  2006/05/04 17:25:02  baggins
 - rel 2
 - provides mpi
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mpich.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list