changeset 1:f50d504dc7c7 draft

Uploaded
author bgruening
date Sun, 01 Feb 2015 11:40:06 -0500
parents af98f72cd785
children e70c6d7f8bac
files tool_dependencies.xml
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Sep 02 04:17:04 2013 -0400
+++ b/tool_dependencies.xml	Sun Feb 01 11:40:06 2015 -0500
@@ -1,14 +1,22 @@
 <?xml version="1.0"?>
 <tool_dependency>
+    <package name="pcre" version="8.34">
+        <repository changeset_revision="8dae58f96e31" name="package_pcre_8_34" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+    </package>
     <package name="gnu_grep" version="2.14">
         <install version="1.0">
             <actions>
             <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/GNU/grep-2.14.tar.bz2</action>
+            <action type="set_environment_for_install">
+                <repository changeset_revision="8dae58f96e31" name="package_pcre_8_34" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
+                    <package name="pcre" version="8.34" />
+                </repository>
+            </action>
             <action type="shell_command">./configure --enable-perl-regexp --prefix=$INSTALL_DIR</action>
                 <action type="shell_command">make</action>
                 <action type="shell_command">make install</action>
                 <action type="set_environment">
-                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                 </action>
             </actions>
         </install>