comparison tool_dependencies.xml @ 0:0c762bc76a1a draft default tip

Uploaded
author simonalpha
date Sat, 18 Apr 2015 07:49:06 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:0c762bc76a1a
1 <?xml version='1.0' encoding='utf-8'?>
2 <tool_dependency>
3 <package name="rapidnj" version="2.3.0">
4 <install version="1.0">
5 <actions_group>
6 <!-- Download the binaries for RapidNJ compatible with 64-bit OSX. -->
7 <actions os="darwin" architecture="x86_64">
8 <action type="download_by_url">http://users-birc.au.dk/cstorm/software/rapidnj/bin-2.3.0/mac-64/rapidnj-mac-64.zip</action>
9 <action type="move_file" rename_to="rapidnj">
10 <source>rapidnj-mac-64</source>
11 <destination>$INSTALL_DIR</destination>
12 </action>
13 </actions>
14 <!-- Download the binaries for RapidNJ compatible with 32-bit OSX. -->
15 <actions os="darwin" architecture="i386">
16 <action type="download_by_url">http://users-birc.au.dk/cstorm/software/rapidnj/bin-2.3.0/mac-32/rapidnj-mac-32.zip</action>
17 <action type="move_file" rename_to="rapidnj">
18 <source>rapidnj-mac-32</source>
19 <destination>$INSTALL_DIR</destination>
20 </action>
21 </actions>
22 <!-- Download the binaries for RapidNJ compatible with 64-bit Linux. -->
23 <actions os="linux" architecture="x86_64">
24 <action type="download_by_url">http://users-birc.au.dk/cstorm/software/rapidnj/bin-2.3.0/linux-64/rapidnj-linux-64.zip</action>
25 <action type="move_file" rename_to="rapidnj">
26 <source>rapidnj-linux-64</source>
27 <destination>$INSTALL_DIR</destination>
28 </action>
29 </actions>
30 <!-- Download the binaries for RapidNJ compatible with 32-bit Linux. -->
31 <actions os="linux" architecture="i386">
32 <action type="download_by_url">http://users-birc.au.dk/cstorm/software/rapidnj/bin-2.3.0/linux-32/rapidnj-linux-32.zip</action>
33 <action type="move_file" rename_to="rapidnj">
34 <source>rapidnj-linux-32</source>
35 <destination>$INSTALL_DIR</destination>
36 </action>
37 </actions>
38 <action type="chmod">
39 <file mode="755">$INSTALL_DIR/rapidnj</file>
40 </action>
41 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
42 <action type="set_environment">
43 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
44 </action>
45 </actions_group>
46 </install>
47 <readme>
48 Downloads the precompiled 32bit Linux, 64bit Linux, or Mac OS X RapidNJ
49 binaries, which is faster than performing a local compilation,
50 avoids any issues with build dependencies, and is more reproducible between
51 installations as there is no variability from the compiler or library
52 versions.
53
54 For more details, see:
55 http://birc.au.dk/Software/RapidNJ/
56 </readme>
57 </package>
58 </tool_dependency>