comparison tools/mira4/tool_dependencies.xml @ 12:a6a56440567c draft

Uploaded v0.0.2 preview 4, now using MIRA 4.0 (not RC), and sets MIRA4 environment variable during install.
author peterjc
date Mon, 03 Feb 2014 06:25:35 -0500
parents 02350bef2e99
children b0ffe0e7282b
comparison
equal deleted inserted replaced
11:02350bef2e99 12:a6a56440567c
6 <package name="MIRA" version="4.0"> 6 <package name="MIRA" version="4.0">
7 <install version="1.0"> 7 <install version="1.0">
8 <actions_group> 8 <actions_group>
9 <!-- Download the binaries for MIRA compatible with 64-bit OSX. --> 9 <!-- Download the binaries for MIRA compatible with 64-bit OSX. -->
10 <actions architecture="x86_64" os="darwin"> 10 <actions architecture="x86_64" os="darwin">
11 <action type="download_by_url">https://downloads.sourceforge.net/project/mira-assembler/MIRA/stable/mira_4.0rc5_darwin13.0.0_x86_64_static.tar.bz2</action> 11 <action type="download_by_url">http://downloads.sourceforge.net/project/mira-assembler/MIRA/stable/mira_4.0_darwin13.0.0_x86_64_static.tar.bz2</action>
12 <action type="move_directory_files"> 12 <action type="move_directory_files">
13 <source_directory>bin</source_directory> 13 <source_directory>bin</source_directory>
14 <destination_directory>$INSTALL_DIR</destination_directory> 14 <destination_directory>$INSTALL_DIR</destination_directory>
15 </action> 15 </action>
16 </actions> 16 </actions>
17 <!-- Download the binaries for MIRA compatible with 64-bit Linux. --> 17 <!-- Download the binaries for MIRA compatible with 64-bit Linux. -->
18 <actions architecture="x86_64" os="linux"> 18 <actions architecture="x86_64" os="linux">
19 <action type="download_by_url">https://downloads.sourceforge.net/project/mira-assembler/MIRA/stable/mira_4.0rc5_linux-gnu_x86_64_static.tar.bz2</action> 19 <action type="download_by_url">https://downloads.sourceforge.net/project/mira-assembler/MIRA/stable/mira_4.0_linux-gnu_x86_64_static.tar.bz2</action>
20 <action type="move_directory_files"> 20 <action type="move_directory_files">
21 <source_directory>bin</source_directory> 21 <source_directory>bin</source_directory>
22 <destination_directory>$INSTALL_DIR</destination_directory> 22 <destination_directory>$INSTALL_DIR</destination_directory>
23 </action> 23 </action>
24 </actions> 24 </actions>
35 </actions> 35 </actions>
36 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. --> 36 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
37 <action type="set_environment"> 37 <action type="set_environment">
38 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> 38 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable>
39 </action> 39 </action>
40 <action type="set_environment">
41 <environment_variable action="set_to" name="MIRA4">$INSTALL_DIR</environment_variable>
42 </action>
40 </actions_group> 43 </actions_group>
41 </install> 44 </install>
42 <readme> 45 <readme>
43 Downloads MIRA v4.0 from Sourceforge, requesting Bastien's precompiled binaries 46 Downloads MIRA v4.0 from Sourceforge, requesting Bastien's precompiled binaries
44 for 64 bit (x86_64) Linux or Mac OS X. Other platforms were compilation from 47 for 64 bit (x86_64) Linux or Mac OS X. Other platforms where compilation from
45 source would be required (e.g. 32 bit Linux and Mac) are not supported by this 48 source would be required (e.g. 32 bit Linux) are not supported by this automated
46 automated installation script. 49 installation script.
47 50
48 http://chevreux.org/projects_mira.html 51 http://chevreux.org/projects_mira.html
49 http://sourceforge.net/projects/mira-assembler/ 52 http://sourceforge.net/projects/mira-assembler/
50 </readme> 53 </readme>
51 </package> 54 </package>