changeset 1:64510d86d77d draft default tip

Added multi-thread support, necessary for vanilla rnammer
author lionelguy
date Wed, 14 Aug 2013 09:22:01 -0400
parents 1e446659ab39
children
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Aug 13 09:41:06 2013 -0400
+++ b/tool_dependencies.xml	Wed Aug 14 09:22:01 2013 -0400
@@ -5,7 +5,7 @@
             <actions>
                 <action type="download_by_url">http://selab.janelia.org/software/hmmer/2.3.2/hmmer-2.3.2.tar.gz</action>
                 <!-- Make -->
-		<action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
+		<action type="shell_command">./configure --prefix=$INSTALL_DIR --enable-threads</action>
 		<action type="shell_command">make</action>
 		<action type="shell_command">make install</action>
                 <action type="set_environment">
@@ -15,7 +15,7 @@
         </install>
         <readme>
 This installs hmmer 2.3.2, the last stable version of the 2.x branch.
-See http://hmmer.janelia.org/ for more details.
+See http://hmmer.janelia.org/ for more details. Compiled with --enable-threads for compatibility with rnammer.
         </readme>
     </package>
 </tool_dependency>