|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
13
|
3 <!--
|
|
|
4 Because I accidentally included too much large files within the
|
|
|
5 GitHub repository of FlaiMapper it is not convenient to use git
|
|
|
6 to pull the latest code from. Downloading simply takes way to
|
|
|
7 long and the package size is unnecessairy large.
|
|
|
8
|
|
|
9 Instead, I have created an egg that can be installed using
|
|
|
10 easy_install.
|
|
|
11 -->
|
|
12
|
12
|
|
|
13 <package name="pysam" version="0.8.1">
|
|
13
|
14 <repository changeset_revision="6b6843e15541" name="package_pysam_0_8_1" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
0
|
15 </package>
|
|
|
16
|
|
8
|
17 <package name="flaimapper" version="1.1.2">
|
|
0
|
18 <install version="1.0">
|
|
|
19 <actions>
|
|
8
|
20
|
|
|
21 <action type="set_environment_for_install">
|
|
13
|
22 <repository changeset_revision="6b6843e15541" name="package_pysam_0_8_1" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
8
|
23 <package name="pysam" version="0.8.1" />
|
|
|
24 </repository>
|
|
|
25 </action>
|
|
|
26
|
|
|
27 <action type="make_directory">$INSTALL_DIR</action>
|
|
|
28 <action type="make_directory">$INSTALL_DIR/bin</action>
|
|
|
29
|
|
|
30 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR:$INSTALL_DIR"/lib/python":$INSTALL_DIR"/lib64/python":$PYSAM_PATH:$PYSAM_PATH"/lib/python":$PYSAM_PATH"/lib64/python" ; easy_install --prefix=$INSTALL_DIR --install-dir=$INSTALL_DIR --script-dir=$INSTALL_DIR/bin $REPOSITORY_INSTALL_DIR"/egg/flaimapper-1.1.2-py2.7.egg"</action>
|
|
0
|
31
|
|
|
32 <action type="set_environment">
|
|
8
|
33 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python</environment_variable>
|
|
0
|
34 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
|
35 </action>
|
|
|
36 </actions>
|
|
|
37 </install>
|
|
|
38 </package>
|
|
|
39 </tool_dependency>
|