comparison tool_dependencies.xml @ 0:532625813f2e draft

Uploaded
author rnateam
date Tue, 06 May 2014 03:21:41 -0400
parents
children 8087eef83c35
comparison
equal deleted inserted replaced
-1:000000000000 0:532625813f2e
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.1">
7 <install version="1.0">
8 <actions>
9 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/EDeN/EDeN-1.1.0.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/ &amp;&amp; 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>