[med-svn] [ray] 01/01: allow mpi work without ssh dependency

Nadiya Sitdykova rovenskasa-guest at moszumanska.debian.org
Sat Jul 29 01:25:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

rovenskasa-guest pushed a commit to branch master
in repository ray.

commit 37a6c2e162cd779811b4922def7ae081c6ea1b18
Author: Nadiya Sitdykova <rovenskasa at gmail.com>
Date:   Fri Jul 28 21:25:06 2017 -0400

    allow mpi work without ssh dependency
---
 debian/changelog           | 1 +
 debian/control             | 3 +--
 debian/tests/run-unit-test | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1a0fef7..6842b78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ ray (2.3.1-5) unstable; urgency=medium
   [ Nadiya Sitdykova ]
   * Add autopkgtest test-suite 
   * Add missing ssh dependency
+  * Allow mpi run without ssh dependency
 
   [ Andreas Tille ]
   * debhelper 10
diff --git a/debian/control b/debian/control
index 74b47ec..1de7f1f 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,7 @@ Package: ray
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         mpi-default-bin,
-         ssh
+         mpi-default-bin
 Description: de novo genome assemblies of next-gen sequencing data
  Ray is a parallel software that computes de novo genome assemblies with   
  next-generation sequencing data.
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index 709c5dc..b62043d 100644
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -1,4 +1,5 @@
 #!/bin/sh -e
+export OMPI_MCA_plm_rsh_agent=/bin/false
 
 pkg=ray
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ray.git



More information about the debian-med-commit mailing list