[vtk-developers] vtk-8.2.0-rc2 problem building wheels

Prabhu Ramachandran prabhu at aero.iitb.ac.in
Wed Jan 2 22:17:18 EST 2019


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?

Regards,
Prabhu

On 1/3/19 3:00 AM, Matt McCormick wrote:
> On Wed, Jan 2, 2019 at 4:13 PM David E DeMarle via vtk-developers
> <vtk-developers at vtk.org> wrote:
>> I've been holding off 8.2.0.final to get a better handle on wheel building.
>>
>> Please review the potential fix in: https://gitlab.kitware.com/vtk/vtk/merge_requests/5021
> Excellent, thanks!
>
> This looks good to me.
>
>
>> @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?
> 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
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://vtk.org/pipermail/vtk-developers/attachments/20190103/eb65bea8/attachment.html>


More information about the vtk-developers mailing list