comparison tool_dependencies.xml @ 9:55e57243b131

Add install PREFIX to make install command in tool_dependencies.xml
author Jim Johnson <jj@umn.edu>
date Thu, 13 Sep 2012 19:54:21 -0500
parents 438677e99ef8
children 211ca88ce047
comparison
equal deleted inserted replaced
8:438677e99ef8 9:55e57243b131
3 <package name="cd-hit" version="4.6.1"> 3 <package name="cd-hit" version="4.6.1">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">http://cdhit.googlecode.com/files/cd-hit-v4.6.1-2012-08-27.tgz</action> 6 <action type="download_by_url">http://cdhit.googlecode.com/files/cd-hit-v4.6.1-2012-08-27.tgz</action>
7 <action type="shell_command">mkdir -p $INSTALL_DIR/bin/</action> 7 <action type="shell_command">mkdir -p $INSTALL_DIR/bin/</action>
8 <action type="shell_command">make openmp=yes PREFIX=$INSTALL_DIR/bin/ install</action> 8 <action type="shell_command">pwd</action>
9 <action type="shell_command">ls</action>
10 <action type="shell_command">cd cd-hit-v4.6.1-2012-08-27</action>
11 <action type="shell_command">make openmp=yes</action>
12 <action type="shell_command">make PREFIX=$INSTALL_DIR/bin/ install</action>
9 <action type="set_environment"> 13 <action type="set_environment">
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
11 </action> 15 </action>
12 </actions> 16 </actions>
13 </install> 17 </install>