Discussion:
unknown
1970-01-01 00:00:00 UTC
Permalink
--
Regards,
Lai Jian-Xin

--001a1137009231d62705011d088e
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable <div dir="ltr">Yes, please go ahead and check this patch in. Thank you very much.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-08-21 6:06 GMT+08:00 David Coakley <span dir="ltr">&lt;<a href="mailto:***@gmail.com" target="_blank">***@gmail.com</a>&gt;</span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello,<div><br></div><div>There is an easy fix for the getopts issue.  If one of the Open64 gatekeepers can approve the following patch, I will check it in.</div>
<div><br></div><div>-David</div><div><br></div>
<div>Commit message:</div><div><br></div><div>Update gen_x_set to use modern Perl.</div><div><br></div><div><div>Index: osprey/common/util/gen_x_set</div><div>===================================================================</div>

<div>--- osprey/common/util/gen_x_set<span style="white-space:pre-wrap"> </span>(revision 4072)</div><div>+++ osprey/common/util/gen_x_set<span style="white-space:pre-wrap"> </span>(working copy)</div><div>@@ -111,7 +111,7 @@</div>

<div> ### ====================================================================</div><div> ### ====================================================================</div><div> </div><div>-require &quot;<a href="http://getopts.pl" target="_blank">getopts.pl</a>&quot;;</div>

<div>+use Getopt::Std;</div><div> </div><div> # Look for the templates in the same directory as this script resides.</div><div> #</div><div>@@ -119,7 +119,7 @@</div><div> $utildir =~ s=/[^/]*$==;</div><div> $utildir = &#39;.&#39; if ( $utildir eq $0 );</div>

<div> </div><div>-&amp;Getopts(&quot;fs&quot;);</div><div>+getopts(&quot;fs&quot;);</div><div> </div><div> # Macro or functional interface?</div><div> #</div></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
<div><div class="h5">
On Wed, Aug 20, 2014 at 6:47 AM, Nancy <span dir="ltr">&lt;<a href="mailto:***@gmail.com" target="_blank">***@gmail.com</a>&gt;</span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <div><div class="h5"> <div>On Wed, Aug 20, 2014 at 1:43 PM, Jian-Xin Lai &lt;<a href="mailto:***@gmail.com" target="_blank">***@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; gcc 4.8 is too new to compile the open64 5.0.

Loading...