changeset 1:19da746e57e1 draft

Incorrectly named the XML file
author dpryan79
date Tue, 01 Dec 2015 07:29:39 -0500
parents 348e86d60f7b
children da650a406b0f
files tool_dependency.xml
diffstat 1 files changed, 0 insertions(+), 23 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependency.xml	Tue Dec 01 07:20:50 2015 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<tool_dependency>
-    <package name="libcurl" version="7.35">
-        <repository name="package_libcurl_7_35" owner="iuc" prior_installation_required="True" />
-    </package>
-    <package name="pybigwig" version="0.1.8">
-        <install version="1.0">
-            <actions>
-                <action type="setup_python_environment">
-                    <repository name="package_libcurl_7_35" owner="iuc">
-                        <package name="libcurl" version="7.35" />
-                    </repository>
-                    <!-- Just download from pypi -->
-                    <package md5sum="98330bdd7568d70239b78e1e770f94e1">https://pypi.python.org/packages/source/p/pyBigWig/pyBigWig-1.0.8.tar.gz</package>
-                </action>
-                <action type="set_environment">
-                    <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable>
-                </action>
-            </actions>
-        </install>
-        <readme>Compiles and installs pyBigWig, which requires a compiler (typically gcc) and libcurl.</readme>
-    </package>
-</tool_dependency>