comparison tool_dependencies.xml @ 1:7aa26fb0ac9e draft default tip

Uploaded
author bgruening
date Thu, 15 May 2014 16:58:26 -0400
parents e390b5b6b89c
children
comparison
equal deleted inserted replaced
0:e390b5b6b89c 1:7aa26fb0ac9e
2 <tool_dependency> 2 <tool_dependency>
3 <package name="perf" version="5.11"> 3 <package name="perf" version="5.11">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">http://osmot.cs.cornell.edu/kddcup/perf/perf.src.tar.gz</action> 6 <action type="download_by_url">http://osmot.cs.cornell.edu/kddcup/perf/perf.src.tar.gz</action>
7 <action type="shell_command">rm perf</action>
7 <action type="shell_command">make</action> 8 <action type="shell_command">make</action>
8 <action type="move_file"> 9 <action type="move_file">
9 <source>perf</source> 10 <source>perf</source>
10 <destination>$INSTALL_DIR</destination> 11 <destination>$INSTALL_DIR</destination>
11 </action> 12 </action>