comparison tool_dependencies.xml @ 3:6de4f428ef5f draft default tip

Uploaded
author m-zytnicki
date Tue, 11 Apr 2017 11:27:13 -0400
parents 60abb6540004
children
comparison
equal deleted inserted replaced
2:fc9d40c697e8 3:6de4f428ef5f
2 <tool_dependency> 2 <tool_dependency>
3 <package name="mmquant" version="0.1.0"> 3 <package name="mmquant" version="0.1.0">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">https://bitbucket.org/mzytnicki/multi-mapping-counter/get/master.zip</action> 6 <action type="download_by_url">https://bitbucket.org/mzytnicki/multi-mapping-counter/get/master.zip</action>
7 <action type="shell_command">g++ mmquant.cpp -Wall -pthread -std=c++11 -lz -o mmquant -O3</action>
8 <action type="move_file"> 7 <action type="move_file">
9 <source>mmquant</source> 8 <source>mmquant_static</source>
10 <destination>$INSTALL_DIR/bin</destination> 9 <destination>$INSTALL_DIR/bin</destination>
11 </action> 10 </action>
12 <action type="set_environment"> 11 <action type="set_environment">
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
14 </action> 13 </action>
15 </actions> 14 </actions>
16 </install> 15 </install>
17 <readme> 16 <readme>
18 Compiling mmquant requires a C++11 compiler, and zlib. 17 This script download the last version of mmquant from BitBucket.
19 </readme> 18 </readme>
20 </package> 19 </package>
21 </tool_dependency> 20 </tool_dependency>