0
|
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>-->
|
1
|
6 <package name="zlib" version="1.2.8">
|
|
7 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
|
|
8 </package>
|
0
|
9 <package name="eden" version="1.1">
|
|
10 <install version="1.0">
|
|
11 <actions>
|
|
12 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/EDeN/EDeN-1.1.0.tar.gz</action>
|
|
13
|
|
14 <!-- populate the environment variables from the dependend repos -->
|
1
|
15 <action type="set_environment_for_install">
|
|
16 <!--repository name="package_boost_1_53" owner="iuc">
|
0
|
17 <package name="boost" version="1.53.0" />
|
1
|
18 </repository-->
|
|
19 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
|
|
20 <package name="zlib" version="1.2.8" />
|
0
|
21 </repository>
|
|
22 </action>
|
1
|
23 <!--
|
0
|
24 <action type="shell_command">export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$BOOST_ROOT_DIR/lib/ && make</action>
|
|
25 -->
|
|
26 <action type="shell_command">make</action>
|
|
27 <action type="move_file">
|
|
28 <source>EDeN</source>
|
|
29 <destination>$INSTALL_DIR/bin/</destination>
|
|
30 </action>
|
|
31 <action type="set_environment">
|
|
32 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
33 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$ENV[BOOST_ROOT_DIR]/lib/</environment_variable>
|
|
34 </action>
|
|
35 </actions>
|
|
36 </install>
|
|
37 <readme>Compiling EDeN requires a C++ compiler, usually g++.</readme>
|
|
38 </package>
|
|
39 </tool_dependency>
|