Mercurial > repos > iuc > package_pysam_0_7_7
changeset 4:abe08c0e0b84 draft
Uploaded
| author | iuc |
|---|---|
| date | Thu, 26 Feb 2015 08:36:57 -0500 |
| parents | 64e2daea7b15 |
| children | b817b00b5fe5 |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Feb 18 11:32:51 2015 -0500 +++ b/tool_dependencies.xml Thu Feb 26 08:36:57 2015 -0500 @@ -12,11 +12,13 @@ <package name="ez_setup" version="0.9" /> </repository> </action> + <action type="make_directory">$INSTALL_DIR/lib/python</action> <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action> <action type="set_environment"> <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> <environment_variable action="set_to" name="PYSAM_PATH">$INSTALL_DIR</environment_variable> + <environment_variable action="set_to" name="PYSAM_ROOT_PATH">$INSTALL_DIR</environment_variable> </action> </actions> </install>
