[med-svn] r18259 - in trunk/packages/raxml/trunk/debian: . bin

Andreas Tille tille at moszumanska.debian.org
Fri Oct 10 09:46:06 UTC 2014


Author: tille
Date: 2014-10-10 09:46:05 +0000 (Fri, 10 Oct 2014)
New Revision: 18259

Modified:
   trunk/packages/raxml/trunk/debian/bin/raxmlHPC
   trunk/packages/raxml/trunk/debian/changelog
Log:
Enhance wrapper script (thanks for the hint to Elmar Pruesse)


Modified: trunk/packages/raxml/trunk/debian/bin/raxmlHPC
===================================================================
--- trunk/packages/raxml/trunk/debian/bin/raxmlHPC	2014-10-10 09:35:20 UTC (rev 18258)
+++ trunk/packages/raxml/trunk/debian/bin/raxmlHPC	2014-10-10 09:46:05 UTC (rev 18259)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-RAXMLDIR=`dirname $0`
+RAXMLDIR="$(dirname -- "$(readlink -f -- "$0")")"
 NPROCESSOR=`grep -c 'processor[[:space:]:]\+[0-9]\+' /proc/cpuinfo`
 NCPUS=`grep '^cpu cores' /proc/cpuinfo | head -n 1 | sed 's/cpu cores[[:space:]:]\+//'`
 # That's wrong and lasts way longer than when using NCPUS

Modified: trunk/packages/raxml/trunk/debian/changelog
===================================================================
--- trunk/packages/raxml/trunk/debian/changelog	2014-10-10 09:35:20 UTC (rev 18258)
+++ trunk/packages/raxml/trunk/debian/changelog	2014-10-10 09:46:05 UTC (rev 18259)
@@ -1,3 +1,9 @@
+raxml (8.1.1-4) UNRELEASED; urgency=medium
+
+  * Enhance wrapper script (thanks for the hint to Elmar Pruesse)
+
+ -- Andreas Tille <tille at debian.org>  Fri, 10 Oct 2014 11:44:07 +0200
+
 raxml (8.1.1-3) unstable; urgency=medium
 
   * Command line option compatibility also for SSE3 (but no AVX support)




More information about the debian-med-commit mailing list