Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VTK wrapping for python currently is not working #263

Open
normanius opened this issue Jan 5, 2018 · 1 comment
Open

VTK wrapping for python currently is not working #263

normanius opened this issue Jan 5, 2018 · 1 comment

Comments

@normanius
Copy link
Contributor

I noticed that the VTK wrapping for python currently is not working for newer versions of CMake, vtk and statismo.

How to reproduce:

mkdir build
cd build 
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/opt/dev/lib/itk/cmake;/opt/dev/lib/vtk/cmake" -DBUILD_WRAPPING=ON
make -j8

(I specify the location of VTK/ITK using CMAKE_PREFIX_PATH)

Problems:
Failures on several levels.

@normanius
Copy link
Contributor Author

normanius commented Jan 5, 2018

Just suggested an edit to fix the problem. I did not bother to check for older versions of python and vtk, but I kept an eye on not breaking anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant