comparison tool_dependencies.xml @ 1:43bbd6833319 draft

Uploaded
author jeremie
date Wed, 25 Jun 2014 10:52:00 -0400
parents 2ab797cd5e7b
children cf40d48b712e
comparison
equal deleted inserted replaced
0:2ab797cd5e7b 1:43bbd6833319
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
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">git clone --recursive https://github.com/genome/breakdancer.git</action> 7 <action type="shell_command">git clone --recursive https://github.com/genome/breakdancer.git</action>
7 <action type="shell_command">cd breakdancer</action> 8 <action type="shell_command">ls</action>
9 <!-- <action type="shell_command">cd breakdancer</action> -->
10 <action type="shell_command">ls</action>
8 <action type="shell_command">mkdir build</action> 11 <action type="shell_command">mkdir build</action>
9 <action type="shell_command">cd build</action> 12 <action type="shell_command">cd build</action>
10 <action type="shell_command">cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr/local</action> 13 <action type="shell_command">cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr/local</action>
11 <action type="shell_command">make</action> 14 <action type="shell_command">make</action>
12 <action type="shell_command">sudo make install</action> 15 <action type="shell_command">sudo make install</action>