Mercurial > repos > iuc > package_pysam_0_7_7
diff tool_dependencies.xml @ 7:92ee0a5f0272 draft
Uploaded
| author | iuc |
|---|---|
| date | Tue, 17 Mar 2015 22:37:25 -0400 |
| parents | 5f0eab78f11e |
| children | ca10c522f37e |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Feb 26 22:42:21 2015 -0500 +++ b/tool_dependencies.xml Tue Mar 17 22:37:25 2015 -0400 @@ -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>
