Mercurial > repos > bgruening > package_eden_1_1
changeset 1:72cb793d5fbb draft
Uploaded
author | bgruening |
---|---|
date | Tue, 22 Oct 2013 10:47:12 -0400 |
parents | e86bc4b0ddb5 |
children | d4fe1fba27d7 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 7 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Oct 21 09:57:51 2013 -0400 +++ b/tool_dependencies.xml Tue Oct 22 10:47:12 2013 -0400 @@ -1,21 +1,23 @@ <?xml version="1.0"?> <tool_dependency> - <package name="boost" version="1.53.0"> - <repository changeset_revision="cbcfed59b40b" name="package_boost_1_53" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> - </package> + <!--<package name="boost" version="1.53.0"> + <repository name="package_boost_1_53" owner="iuc" prior_installation_required="True" /> + </package>--> <package name="eden" version="1.1"> <install version="1.0"> <actions> <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/EDeN/EDeN-1.1.0.tar.gz</action> <!-- populate the environment variables from the dependend repos --> - <action type="set_environment_for_install"> - <repository changeset_revision="cbcfed59b40b" name="package_boost_1_53" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> + <!--<action type="set_environment_for_install"> + <repository name="package_boost_1_53" owner="iuc"> <package name="boost" version="1.53.0" /> </repository> </action> <action type="shell_command">export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$BOOST_ROOT_DIR/lib/ && make</action> + --> + <action type="shell_command">make</action> <action type="move_file"> <source>EDeN</source> <destination>$INSTALL_DIR/bin/</destination>