<div dir="ltr">Hi Hans and Irina, <div>I have sent pull-request to your contributed remote modules.</div><div>Let me know if you see problems!</div><div>Thanks!</div><div><br></div><div>-Xiaoxiao</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Mon, Aug 26, 2013 at 12:38 PM, Johnson, Hans J <span dir="ltr">&lt;<a href="mailto:hans-johnson@uiowa.edu" target="_blank">hans-johnson@uiowa.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div style="font-size:14px;font-family:Calibri,sans-serif;word-wrap:break-word">
<div>Xiaoxiao,</div>
<div><br>
</div>
<div>Could you please make a pull request to these modules?</div>
<div><br>
</div>
<div>Thanks</div>
<div>Hans</div>
<div><br>
</div>
<div><br>
</div>
<span>
<div style="border-right:medium none;padding-right:0in;padding-left:0in;padding-top:3pt;text-align:left;font-size:11pt;border-bottom:medium none;font-family:Calibri;border-top:#b5c4df 1pt solid;padding-bottom:0in;border-left:medium none">

<span style="font-weight:bold">From: </span>Xiaoxiao Liu &lt;<a href="mailto:xiaoxiao.liu@kitware.com" target="_blank">xiaoxiao.liu@kitware.com</a>&gt;<br>
<span style="font-weight:bold">Date: </span>Monday, August 26, 2013 11:12 AM<br>
<span style="font-weight:bold">To: </span>Matt McCormick &lt;<a href="mailto:matt.mccormick@kitware.com" target="_blank">matt.mccormick@kitware.com</a>&gt;, &quot;<a href="mailto:ividal@github.com" target="_blank">ividal@github.com</a>&quot; &lt;<a href="mailto:ividal@github.com" target="_blank">ividal@github.com</a>&gt;, &quot;<a href="mailto:hinerm@github.com" target="_blank">hinerm@github.com</a>&quot;
 &lt;<a href="mailto:hinerm@github.com" target="_blank">hinerm@github.com</a>&gt;<br>
<span style="font-weight:bold">Cc: </span>ITK &lt;<a href="mailto:insight-developers@itk.org" target="_blank">insight-developers@itk.org</a>&gt;<div class="im"><br>
<span style="font-weight:bold">Subject: </span>Re: [Insight-developers] enabling remote not quite right<br>
</div></div><div><div class="h5">
<div><br>
</div>
<div>
<div>
<div dir="ltr">
<div>Here is the ITK patch to enforce the consistency in the remote module naming:</div>
<a href="http://review.source.kitware.com/#/c/12444/" target="_blank">http://review.source.kitware.com/#/c/12444/</a>
<div>This requires the corresponding changes in itk-module.cmake for each of the following remote modules:<br>
<div>
<div><b>MGHIO, SCIFIIO, SmoothingRecursiveYvvGaussianFilter</b></div>
<div><br>
</div>
<div>So Hans, Mark and I. Vidal, will you mind go ahead and change the module name</div>
<div>in itk-moduel.cmake please?</div>
<div><br>
</div>
<div>I have updated the wiki page and the README file for remote modules:<br>
</div>
<div>
<div><a href="http://www.itk.org/Wiki/ITK/Policy_and_Procedures_for_Adding_Remote_Modules" target="_blank">http://www.itk.org/Wiki/ITK/Policy_and_Procedures_for_Adding_Remote_Modules</a><br>
</div>
<div><br>
</div>
<div>If later we want to implement some cmake hooks to check the name consistency,</div>
<div>we could do that too.</div>
<div><br>
</div>
<div>Thanks.</div>
<div><br>
</div>
<div>-Xiaoxiao</div>
<div><br>
</div>
</div>
</div>
</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Mon, Aug 26, 2013 at 11:14 AM, Matt McCormick <span dir="ltr">
&lt;<a href="mailto:matt.mccormick@kitware.com" target="_blank">matt.mccormick@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Brad and Bill,<br>
<br>
Yes, with the recent simplifications, the ModuleName used in<br>
<br>
  itk_fetch_module(ModuleName<br>
<br>
must be the same as the name used in<br>
<br>
  itk_module(ModuleName<br>
<br>
Here is an issue to track the topic:<br>
<br>
  <a href="https://issues.itk.org/jira/browse/ITK-3203" target="_blank">https://issues.itk.org/jira/browse/ITK-3203</a><br>
<br>
This is a logical expectation, so documenting it may be sufficient.<br>
If the effort required to do a check is reasonably low, that can be<br>
done, too.<br>
<br>
<br>
There are tradeoffs in the Module name policy.  If a Remote Module may<br>
someday be fully merged into the ITK repository, then its name will<br>
change, and all the modules that depend on it will need to change the<br>
dependency name.  On the other hand, restricting the &quot;ITK&quot; module<br>
namespace to fully merged modules could prevent naming conflicts.  I<br>
am not sure which is better.<br>
<br>
Thanks,<br>
Matt<br>
<div>
<div><br>
<br>
On Mon, Aug 26, 2013 at 2:17 PM, Bill Lorensen &lt;<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>&gt; wrote:<br>
&gt; I had the same issue with recent changes to Remote modules. I suggest that<br>
&gt; the fetch name and module name be the same. Also, I think Remote module<br>
&gt; names should not have the ITK prefix.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Aug 26, 2013 at 10:07 AM, Bradley Lowekamp &lt;<a href="mailto:blowekamp@mail.nih.gov" target="_blank">blowekamp@mail.nih.gov</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Matt,<br>
&gt;&gt;<br>
&gt;&gt; I am trying out some modules as remote instead of External. It appears<br>
&gt;&gt; that turning them on is not as straight forward as I expected. Specifically,<br>
&gt;&gt; when I add a remote cmake file with the following:<br>
&gt;&gt;<br>
&gt;&gt; itk_fetch_module(ExternalTemplate<br>
&gt;&gt;   &quot;A template for a module.&quot;<br>
&gt;&gt;   GIT_REPOSITORY <a href="http://github.com/blowekamp/itkExternalTemplate.git" target="_blank">
http://github.com/blowekamp/itkExternalTemplate.git</a><br>
&gt;&gt;   GIT_TAG master<br>
&gt;&gt;   )<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; I have to turn on Module_ExternalTemplate which downloads the module<br>
&gt;&gt; nicely. But the I get the new CMake variable Module_ITKExternalTemplate,<br>
&gt;&gt; which needs to be turned on, now this ITK prefix comes from the named passed<br>
&gt;&gt; to itk_module. Looked at the checked in remotes, it appears that many of<br>
&gt;&gt; them  are not consisting the the name of the remote and the name of the<br>
&gt;&gt; module with regards to the ITK prefix.<br>
&gt;&gt;<br>
&gt;&gt; What do you think should be done to make this consistent?<br>
&gt;&gt; Should external remote modules have the ITK prefix or just internal ITK<br>
&gt;&gt; modules?<br>
&gt;&gt;<br>
&gt;&gt; Perhaps when a module is downloaded or updated we should verify that the<br>
&gt;&gt; name reported in itk_fetch_module matches that in itk_module, and produce an<br>
&gt;&gt; error if not?<br>
&gt;&gt;<br>
&gt;&gt; Thanks,<br>
&gt;&gt; Brad<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt;&gt; <a href="http://kitware.com/products/protraining.php" target="_blank">http://kitware.com/products/protraining.php</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt;&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.itk.org/mailman/listinfo/insight-developers" target="_blank">
http://www.itk.org/mailman/listinfo/insight-developers</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Unpaid intern in BillsBasement at noware dot com<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://kitware.com/products/protraining.php" target="_blank">http://kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-developers" target="_blank">http://www.itk.org/mailman/listinfo/insight-developers</a><br>
</div>
</div>
</blockquote>
</div>
<br>
<br clear="all">
<div><br>
</div>
-- <br>
<div><br>
</div>
<div><br>
</div>
---------------------------------------------<br>
<b>Xiaoxiao Liu</b>, Ph.D.
<div>
<div>
<div><font face="arial,sans-serif"><span style="border-collapse:collapse">R &amp; D Engineer</span></font></div>
<div>
<div><a href="http://www.kitware.com/" target="_blank">Kitware Inc</a>.</div>
</div>
<div><span style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px">Clifton Park, NY</span>
<div>
<div>Phone: <a href="tel:%28518%29%20881-4924" value="+15188814924" target="_blank">(518) 881-4924</a>  or  <span style="border-collapse:collapse;color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px"><a href="tel:%28518%29%20371-3971%20x124" value="+15183713971" target="_blank">(518) 371-3971 x124</a></span></div>

<div><font face="Verdana,Arial,Helvetica,sans-serif"><span style="line-height:31px;font-size:x-small"><br>
</span></font></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div></div></span><br>
<br>
<hr>
Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential and may be legally privileged.  If you are not the intended recipient, you are hereby notified that any
 retention, dissemination, distribution, or copying of this communication is strictly prohibited.  Please reply to the sender that you have received the message in error, then delete it.  Thank you.
<hr>
</div>

</blockquote></div><br><br clear="all"><div><br></div>-- <br><div><br></div><div><br></div>---------------------------------------------<br><b>Xiaoxiao Liu</b>, Ph.D.<div><div><div><font face="arial, sans-serif"><span style="border-collapse:collapse">R &amp; D Engineer</span></font></div>
<div><div><a href="http://www.kitware.com/" target="_blank">Kitware Inc</a>.</div></div><div><span style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px">Clifton Park, NY</span><div><div>Phone: (518) 881-4924  or  <span style="border-collapse:collapse;color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px">(518) 371-3971 x124</span></div>
<div><font face="Verdana, Arial, Helvetica, sans-serif"><span style="line-height:31px;font-size:x-small"><br></span></font></div></div></div></div></div>
</div>