[med-svn] [phyml] 04/04: Wrapper to use MPI if appropriate

Andreas Tille tille at debian.org
Tue Aug 23 15:16:50 UTC 2016


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

tille pushed a commit to branch master
in repository phyml.

commit 10a15d8ac0de98f979c6bf448b15c787e28a86f5
Author: Andreas Tille <tille at debian.org>
Date:   Tue Aug 23 17:00:35 2016 +0200

    Wrapper to use MPI if appropriate
---
 debian/changelog     | 7 +++----
 debian/install       | 1 +
 debian/wrapper/phyml | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5fb64c5..d3487d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-phyml (3:3.2.20160530+dfsg-1) UNRELEASED; urgency=medium
+phyml (3:3.2.0+dfsg-3) UNRELEASED; urgency=medium
 
   * Team upload
 
@@ -6,12 +6,11 @@ phyml (3:3.2.20160530+dfsg-1) UNRELEASED; urgency=medium
   * autopkgtest added
 
   [ Andreas Tille ]
-  * New upstream version
   * Add missing Depends: openmpi-bin
+  * use wrapper to select MPI version if applicable
   * Use compression options in d/watch
   * Fix missing declaration
-  * Avoid initialisation an array with a scalar value (Thanks for the hint
-    to James Cowgill <jcowgill at debian.org>)
+  * hardening=+all,-pie
 
  -- Canberk Koç <canberkkoc at gmail.com>  Wed, 20 Jul 2016 03:01:14 +0300
 
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..333ea47
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+debian/wrapper/*	usr/bin
diff --git a/debian/wrapper/phyml b/debian/wrapper/phyml
index 8a23350..47b95d9 100755
--- a/debian/wrapper/phyml
+++ b/debian/wrapper/phyml
@@ -7,9 +7,9 @@ NCPUS=`grep '^cpu cores' /proc/cpuinfo | head -n 1 | sed 's/cpu cores[[:space:]:
 #echo NCPUS=$NCPUS
 
 if [ $NCPUS -gt 1 ] ; then
-    EXE=/usr/bin/phyml-mpi
+    EXE=/usr/lib/phyml/bin/phyml-mpi
 else
-    EXE=/usr/bin/phyml
+    EXE=/usr/lib/phyml/bin/phyml
 fi
 
 $EXE $@

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



More information about the debian-med-commit mailing list