changeset 3:5774a0e96d6f draft

Uploaded
author iuc
date Mon, 13 Jun 2016 13:13:51 -0400
parents 738dc831aeac
children 74f601c6048c
files tool_dependencies.xml
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Feb 23 15:33:33 2016 -0500
+++ b/tool_dependencies.xml	Mon Jun 13 13:13:51 2016 -0400
@@ -18,9 +18,14 @@
                         <package name="perl_xml_parser_expat" version="2.41" />
                     </repository>
                 </action>
+                <action type="shell_command">
+                    # Handle this bug: https://groups.google.com/forum/#!topic/meme-suite/rHmLmSt2IiQ
+                    sed -i.bak -e 's|sprintf(evt_string, "%8g", dataset-&gt;evt)|sprintf(evt_string, "%g", dataset-&gt;evt)|' src/display.c
+                </action>
                 <action type="autoconf" />
                 <action type="set_environment">
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable action="prepend_to" name="PERL5LIB">$ENV[PERL5LIB]</environment_variable>
                 </action>
             </actions>
         </install>