<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Sorry I dropped off the radar.  I have
      been traveling and my semester starts today.  I can try this
      weekend and test it out.  Does that work?<br>
    </div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">Regards,</div>
    <div class="moz-cite-prefix">Prabhu</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">On 1/3/19 3:00 AM, Matt McCormick
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CALzTN-TFNnsQJ=19p=z=c+Qj0Dt+Kg_M452USu6VzueAnAUgkw@mail.gmail.com">
      <pre class="moz-quote-pre" wrap="">On Wed, Jan 2, 2019 at 4:13 PM David E DeMarle via vtk-developers
<a class="moz-txt-link-rfc2396E" href="mailto:vtk-developers@vtk.org"><vtk-developers@vtk.org></a> wrote:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">
I've been holding off 8.2.0.final to get a better handle on wheel building.

Please review the potential fix in: <a class="moz-txt-link-freetext" href="https://gitlab.kitware.com/vtk/vtk/merge_requests/5021">https://gitlab.kitware.com/vtk/vtk/merge_requests/5021</a>
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
Excellent, thanks!

This looks good to me.


</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">@Prabhu Ramachandran, @Jean-Christophe Fillion-Robin building the wheels seem to be OK off of this on my desktop. How do I locally test their validity?
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
Create a virtualenv, make sure pip can recognize and install the wheel
from the local directory, and test it on VTK examples. For example,

  python3 -m venv test-venv
  ./test-venv/bin/python -m pip install --upgrade pip
  ./test-venv/bin/python -m pip install numpy
  # dist/ contains the generated vtk-8.2.0-cp36-cp36m-manylinux1_x86_64.whl
  ./test-venv/bin/python -m pip install vtk --no-cache-dir --no-index -f ./dist/
  ./test-venv/bin/python /path/to/vtk/script.py


HTH,
Matt

</pre>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>