From 9c91c8cede585ad5ed17bec0df6802dd87095f9b Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 5 Feb 2014 20:54:49 -0700 Subject: [PATCH] Add requires openssh-clients for now --- openmpi.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openmpi.spec b/openmpi.spec index 4b2ede9..a5c362e 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -51,6 +51,9 @@ BuildRequires: torque-devel Provides: mpi Requires: environment-modules +# openmpi currently requires ssh to run +# https://svn.open-mpi.org/trac/ompi/ticket/4228 +Requires: openssh-clients # s390 is unlikely to have the hardware we want, and some of the -devel # packages we require aren't available there. @@ -229,6 +232,7 @@ make check - Drop format patch fixed upstream - Build against system libevent - Build Java mpi bindings, ship in -java sub-package +- Add requires openssh-clients * Tue Jan 28 2014 Peter Robinson 1.7.3-5 - Drop mode/modeflag. mode no longer used, modeflag obsolete as set in CFLAGS