I'll adjust my patch to have StandAlone meet the new description. <br><br><div class="gmail_quote">On Thu, Jul 19, 2012 at 12:23 AM, Marcus D. Hanwell <span dir="ltr"><<a href="mailto:marcus.hanwell@kitware.com" target="_blank">marcus.hanwell@kitware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Wed, Jul 18, 2012 at 7:23 AM, Brad King <<a href="mailto:brad.king@kitware.com">brad.king@kitware.com</a>> wrote:<br>

> On 07/18/2012 10:07 AM, Berk Geveci wrote:<br>
>> I agree with Bill and the description. StandAlone == what VTK was before modularization, without turning any additional flags<br>
><br>
> IMO StandAlone should not depend on anything, even GL.  One<br>
> of the goals of modularization is to allow minimal builds on<br>
> more platforms.  This should include builds on compute-only<br>
> nodes of supercomputers and such.<br>
><br>
> We can make "StandAlone+Rendering == default pre-mod VTK" and<br>
> have both groups on by default.  That will preserve the old<br>
> default set of available classes.  Then it is easy to disable<br>
> the Rendering group with one switch.<br>
><br>
</div></div>This is already the case, I just checked,<br>
<br>
# Set the default group option - Rendering ON, and all others OFF.<br>
  if(${group} MATCHES "^Rendering|^StandAlone")<br>
    set(_default ON)<br>
  else()<br>
    set(_default OFF)<br>
  endif()<br>
<br>
This causes Rendering and StandAlone to be enabled by default. It<br>
looks like the description needs to be fixed, and I added this after<br>
discussions with Berk about the need for a VTK that was roughly<br>
equivalent to VTK without rendering (StandAlone) and one with<br>
(Rendering).<br>
<br>
The comments for the above quoted block are also out of sync. I don't<br>
think StandAlone should depend on GL. I am out of the office, and so<br>
may miss some replies (different timezone and a busy schedule).<br>
<span class="HOEnZb"><font color="#888888"><br>
Marcus<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Unpaid intern in BillsBasement at noware dot com<br><br>