comparison tool_dependencies.xml @ 23:5db0545b9004 draft

update to v0.1.7.3
author wolma
date Thu, 21 Jul 2016 03:55:49 -0400
parents 24154c580718
children
comparison
equal deleted inserted replaced
22:24154c580718 23:5db0545b9004
11 </package> 11 </package>
12 <package name="python3" version="3.4"> 12 <package name="python3" version="3.4">
13 <repository changeset_revision="83407422ec16" name="package_python_3_4_x_lean" owner="wolma" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> 13 <repository changeset_revision="83407422ec16" name="package_python_3_4_x_lean" owner="wolma" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
14 </package> 14 </package>
15 15
16 <package name="mimodd" version="0.1.7.2"> 16 <package name="mimodd" version="0.1.7.3">
17 <install version="1.0"> 17 <install version="1.0">
18 <actions> 18 <actions>
19 <!-- prepare a python3 venv to install into --> 19 <!-- prepare a python3 venv to install into -->
20 <action type="set_environment_for_install"> 20 <action type="set_environment_for_install">
21 <repository changeset_revision="83407422ec16" name="package_python_3_4_x_lean" owner="wolma" toolshed="https://toolshed.g2.bx.psu.edu"> 21 <repository changeset_revision="83407422ec16" name="package_python_3_4_x_lean" owner="wolma" toolshed="https://toolshed.g2.bx.psu.edu">
60 $INSTALL_DIR/MiModD_venv/bin/python3 setup.py install 60 $INSTALL_DIR/MiModD_venv/bin/python3 setup.py install
61 </action> 61 </action>
62 62
63 <!-- download and install MiModD --> 63 <!-- download and install MiModD -->
64 <action type="change_directory">$TMP_WORK_DIR</action> 64 <action type="change_directory">$TMP_WORK_DIR</action>
65 <action type="download_file">http://sourceforge.net/projects/mimodd/files/MiModD-0.1.7.2.tar.gz</action> 65 <action type="download_file">http://sourceforge.net/projects/mimodd/files/MiModD-0.1.7.3/MiModD-0.1.7.3.tar.gz</action>
66 <action type="shell_command">tar -xzf MiModD-0.1.7.2.tar.gz</action> 66 <action type="shell_command">tar -xzf MiModD-0.1.7.3.tar.gz</action>
67 <action type="change_directory">MiModD-0.1.7.2</action> 67 <action type="change_directory">MiModD-0.1.7.3</action>
68 <action type="set_environment_for_install"> 68 <action type="set_environment_for_install">
69 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> 69 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
70 <package name="zlib" version="1.2.8" /> 70 <package name="zlib" version="1.2.8" />
71 </repository> 71 </repository>
72 </action> 72 </action>