[vtk-developers] VTK Python wheels?
David Gobbi
david.gobbi at gmail.com
Tue Jul 25 16:50:24 EDT 2017
On Tue, Jul 25, 2017 at 2:30 PM, David Gobbi <david.gobbi at gmail.com> wrote:
> As a quick follow-up, I took J-C's new wheel builder for a spin today (
> https://github.com/jcfr/VTKPythonPackage), and very quickly got a wheel
> that I could install on my Mac. I had to set DYLD_LIBRARY_PATH for "import
> vtk" to work. I'm guessing the @loader_path magic (via delocate or other
> means) isn't implemented yet?
>
I ran delocate-wheel, and the resulting wheel worked fine. However, the
wheel contained two copies of all the dylibs: one copy inside the vtk/
module, and another copy inside a .dylibs subdir. The loader_path was set
for the latter.
- David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20170725/3f1377fb/attachment.html>
More information about the vtk-developers
mailing list