Mercurial > repos > remimarenco > regtools_junctions_extract
diff tool_dependencies.xml @ 1:c78dc1ddc505 draft
planemo upload commit 7f110d46c04f7f69aa7b61af0d3eb86e15fd14c6-dirty
| author | remimarenco |
|---|---|
| date | Fri, 22 Jul 2016 16:23:16 -0400 |
| parents | c9a1c6a36832 |
| children | 7ca55fd6ee44 |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Jul 22 16:00:56 2016 -0400 +++ b/tool_dependencies.xml Fri Jul 22 16:23:16 2016 -0400 @@ -11,11 +11,18 @@ <action type="change_directory">regtools</action> <action type="make_directory">build</action> <action type="change_directory">build</action> + + <action type="set_environment_for_install"> + <repository changeset_revision="1aea698a1c63" name="package_cmake_3_2_3" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu/"> + <package name="cmake" version="3.2.3" /> + </repository> + </action> <action type="shell_command">cmake ..</action> + <action type="shell_command">build</action> - <action type="move_directory_files"> - <source_directory>.</source_directory> - <destination_directory>$INSTALL_DIR</destination_directory> + <action type="move_file"> + <source>regtools</source> + <destination>$INSTALL_DIR</destination> </action> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable>
