|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
3
|
3 <package name="zlib" version="1.2.8">
|
|
|
4 <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
1
|
5 </package>
|
|
0
|
6 <package name="gemini" version="0.9.1">
|
|
|
7 <install version="1.0">
|
|
|
8 <actions>
|
|
|
9 <!-- first action is always downloading -->
|
|
3
|
10 <action type="download_by_url">https://raw.github.com/arq5x/gemini/master/gemini/scripts/gemini_install.py</action>
|
|
0
|
11
|
|
|
12 <!-- populate the environment variables from the dependend repos -->
|
|
|
13 <action type="set_environment_for_install">
|
|
3
|
14 <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
|
15 <package name="zlib" version="1.2.8" />
|
|
1
|
16 </repository>
|
|
0
|
17 </action>
|
|
|
18
|
|
|
19 <action type="shell_command">
|
|
3
|
20 python gemini_install.py $INSTALL_DIR $INSTALL_DIR --nosudo --nodata
|
|
0
|
21 </action>
|
|
|
22
|
|
|
23 <action type="set_environment">
|
|
3
|
24 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/anaconda/bin</environment_variable>
|
|
|
25 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/gemini/bin</environment_variable>
|
|
0
|
26 <environment_variable action="set_to" name="GEMINI_ROOT_DIR">$INSTALL_DIR</environment_variable>
|
|
|
27 </action>
|
|
|
28 </actions>
|
|
|
29 </install>
|
|
|
30 <readme>Compiling GEMINI requires a recent c++ compiler, usually gcc.</readme>
|
|
|
31 </package>
|
|
|
32 </tool_dependency>
|