[vtk-developers] PythonCore module removal
David Gobbi
david.gobbi at gmail.com
Tue Jun 12 15:34:45 EDT 2012
Hi David,
This just depends on python, right? Not the python wrappers?
So it could do its own find_package(PythonLibs REQUIRED)
and set up the include_directories and link_libraries, completely
independent of the wrappers. I'm not saying it would be easy...
some important things like the generation of vtkPythonConfigure.h
and choosing between the release & debug versions of the python
library are tied up with wrapping and would need to be refactored.
Are you sure the class should have an innocuous name like
"vtkMathTextUtilities" when it requires python, matplotlib, and
(I'm guessing) latex in order to work?
- David
On Tue, Jun 12, 2012 at 12:24 PM, David Lonie <david.lonie at kitware.com>wrote:
> Hi David,
>
> I'm working on a new module that requires python, and we noticed that you
> removed the PythonCore module last week. Is there any way to restore the
> module and preserve the new functionality you needed for library
> versioning? I've pushed a changeset for my new module, but we cannot merge
> it as it needs to explicitly depend on PythonCore:
>
> http://review.source.kitware.com/#/c/6177/
>
> Or is there another way that this dependency can be added without an
> actual PythonCore module?
>
> Thanks,
>
> Dave
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20120612/04c10257/attachment.html>
More information about the vtk-developers
mailing list