[med-svn] [iqtree] 04/05: Tried to symlink iqtree-omp and iqtree but upstream considers providing both binaries more appropriate

Andreas Tille tille at debian.org
Wed Sep 9 20:17:02 UTC 2015


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

tille pushed a commit to branch master
in repository iqtree.

commit fbf3dd963f0ccd0a2dbab349e13afa2d9c475a5a
Author: Andreas Tille <tille at debian.org>
Date:   Wed Sep 9 22:03:51 2015 +0200

    Tried to symlink iqtree-omp and iqtree but upstream considers providing both binaries more appropriate
---
 debian/Documents_source/create_example_script | 3 +++
 debian/Documents_source/example.sh            | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/debian/Documents_source/create_example_script b/debian/Documents_source/create_example_script
index abd0e1c..eb599c9 100755
--- a/debian/Documents_source/create_example_script
+++ b/debian/Documents_source/create_example_script
@@ -22,6 +22,9 @@ PATHTOEXE=\`which iqtree\`
 if [ "\$PATHTOEXE" = "" ] ; then
   PATHTOEXE=\`find \$CURDIR -name iqtree -type f -executable\`
 fi
+#if [ "\$PATHTOEXE" = "" ] ; then
+#  PATHTOEXE=\`find \$CURDIR -name iqtree -type l\`
+#fi
 echo "Executing tests using \$PATHTOEXE ..."
 EOT
 
diff --git a/debian/Documents_source/example.sh b/debian/Documents_source/example.sh
index 9bf139c..aa81fc7 100644
--- a/debian/Documents_source/example.sh
+++ b/debian/Documents_source/example.sh
@@ -19,6 +19,9 @@ PATHTOEXE=`which iqtree`
 if [ "$PATHTOEXE" = "" ] ; then
   PATHTOEXE=`find $CURDIR -name iqtree -type f -executable`
 fi
+#if [ "$PATHTOEXE" = "" ] ; then
+#  PATHTOEXE=`find $CURDIR -name iqtree -type l`
+#fi
 echo "Executing tests using $PATHTOEXE ..."
 time $PATHTOEXE -s example.phy
 time $PATHTOEXE -s example.phy -pre myprefix

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



More information about the debian-med-commit mailing list