comparison tool_dependencies.xml @ 2:cf40d48b712e draft

Uploaded
author jeremie
date Wed, 25 Jun 2014 10:57:44 -0400
parents 43bbd6833319
children cf52bb01cfe2
comparison
equal deleted inserted replaced
1:43bbd6833319 2:cf40d48b712e
2 <tool_dependency> 2 <tool_dependency>
3 <package name="breakdancer" version="1.4.4(commit e2ceb53)"> 3 <package name="breakdancer" version="1.4.4(commit e2ceb53)">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="shell_command">ls</action> 6 <action type="shell_command">ls</action>
7 <action type="shell_command">pwd</action>
7 <action type="shell_command">git clone --recursive https://github.com/genome/breakdancer.git</action> 8 <action type="shell_command">git clone --recursive https://github.com/genome/breakdancer.git</action>
8 <action type="shell_command">ls</action> 9 <action type="shell_command">ls</action>
10 <action type="shell_command">pwd</action>
9 <!-- <action type="shell_command">cd breakdancer</action> --> 11 <!-- <action type="shell_command">cd breakdancer</action> -->
10 <action type="shell_command">ls</action> 12 <action type="shell_command">ls</action>
11 <action type="shell_command">mkdir build</action> 13 <action type="shell_command">mkdir build</action>
14 <action type="shell_command">ls</action>
15 <action type="shell_command">pwd</action>
12 <action type="shell_command">cd build</action> 16 <action type="shell_command">cd build</action>
17 <action type="shell_command">ls</action>
18 <action type="shell_command">pwd</action>
13 <action type="shell_command">cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr/local</action> 19 <action type="shell_command">cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr/local</action>
14 <action type="shell_command">make</action> 20 <action type="shell_command">make</action>
15 <action type="shell_command">sudo make install</action> 21 <action type="shell_command">sudo make install</action>
16 </actions> 22 </actions>
17 </install> 23 </install>