Mercurial > repos > rnateam > package_eden_1_3
comparison tool_dependencies.xml @ 0:dc13e98b0e3d draft default tip
Uploaded
| author | rnateam |
|---|---|
| date | Tue, 13 May 2014 04:23:58 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:dc13e98b0e3d |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <!--<package name="boost" version="1.53.0"> | |
| 4 <repository name="package_boost_1_53" owner="iuc" prior_installation_required="True" /> | |
| 5 </package>--> | |
| 6 <package name="eden" version="1.3.5"> | |
| 7 <install version="1.0"> | |
| 8 <actions> | |
| 9 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/EDeN/EDeN-1.3.5.tar.gz</action> | |
| 10 | |
| 11 <!-- populate the environment variables from the dependend repos --> | |
| 12 <!--<action type="set_environment_for_install"> | |
| 13 <repository name="package_boost_1_53" owner="iuc"> | |
| 14 <package name="boost" version="1.53.0" /> | |
| 15 </repository> | |
| 16 </action> | |
| 17 | |
| 18 <action type="shell_command">export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$BOOST_ROOT_DIR/lib/ && make</action> | |
| 19 --> | |
| 20 <action type="shell_command">make</action> | |
| 21 <action type="move_file"> | |
| 22 <source>EDeN</source> | |
| 23 <destination>$INSTALL_DIR/bin/</destination> | |
| 24 </action> | |
| 25 <action type="set_environment"> | |
| 26 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 27 <!--<environment_variable action="append_to" name="LD_LIBRARY_PATH">$ENV[BOOST_ROOT_DIR]/lib/</environment_variable>--> | |
| 28 </action> | |
| 29 </actions> | |
| 30 </install> | |
| 31 <readme>Compiling EDeN requires a C++ compiler, usually g++.</readme> | |
| 32 </package> | |
| 33 </tool_dependency> |
