diff tool_dependencies.xml @ 0:6adb6e16b00f draft

Uploaded
author crs4
date Wed, 02 Apr 2014 12:32:52 -0400
parents
children 1fea05cdc1a1
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Wed Apr 02 12:32:52 2014 -0400
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<tool_dependency>
+  <package name="mosaik" version="2.2.26">
+    <install version="1.0">
+      <actions>
+        <action type="shell_command">git clone https://github.com/wanpinglee/MOSAIK.git mosaik</action>
+        <action type="shell_command">git reset --hard e04c806bb1410cf1dbd1534991c46d696aec6723</action>
+        <action type="shell_command">sed -i 's/ -static//g' src/includes/linux.inc</action>
+        <action type="shell_command">make -C src/</action>
+        <action type="move_directory_files">
+          <source_directory>bin</source_directory>
+          <destination_directory>$INSTALL_DIR/bin</destination_directory>
+        </action>
+        <action type="move_directory_files">
+          <source_directory>src/networkFile</source_directory>
+          <destination_directory>$INSTALL_DIR/networkFile</destination_directory>
+        </action>
+        <action type="set_environment">
+          <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+        </action>
+        <action type="set_environment">
+          <environment_variable name="MOSAIK_NETWORK_DIR" action="set_to">$INSTALL_DIR/networkFile</environment_variable>
+        </action>
+      </actions>
+    </install>
+  </package>
+<!--  <package name="samtools" version="0.1.19">
+    <repository name="package_samtools_0_1_19" owner="devteam" />
+  </package>-->
+</tool_dependency>