changeset 0:3de951ef6ab0 draft default tip

Uploaded
author iuc
date Mon, 06 Apr 2015 16:03:02 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 39 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Mon Apr 06 16:03:02 2015 -0400
@@ -0,0 +1,39 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <!--<package name="boost" version="1.53.0">
+        <repository name="package_boost_1_53" owner="iuc" prior_installation_required="True" />
+    </package>-->
+    <package name="zlib" version="1.2.8">
+        <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+    </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 name="package_boost_1_53" owner="iuc">
+                        <package name="boost" version="1.53.0" />
+                    </repository-->
+                    <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
+                        <package name="zlib" version="1.2.8" />
+                    </repository>
+                </action>
+                <!--
+                <action type="shell_command">export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$BOOST_ROOT_DIR/lib/ &amp;&amp; make</action>
+                -->
+                <action type="shell_command">make</action>
+                <action type="move_file">
+                    <source>EDeN</source>
+                    <destination>$INSTALL_DIR/bin/</destination>
+                </action>
+                <action type="set_environment">
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable action="append_to" name="LD_LIBRARY_PATH">$ENV[BOOST_ROOT_DIR]/lib/</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>Compiling EDeN requires a C++ compiler, usually g++.</readme>
+    </package>
+</tool_dependency>