[sci-libs/vtk] import 6.0.0 to fix compilation, remove old
Added patch files/vtk-6.0.0-OpenGL.patch with a change from upstream repository.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
diff -up VTK6.0.0/Wrapping/Python/CMakeLists.txt.vtkpython VTK6.0.0/Wrapping/Python/CMakeLists.txt
|
||||
--- VTK6.0.0/Wrapping/Python/CMakeLists.txt.vtkpython 2013-06-12 13:47:10.000000000 -0600
|
||||
+++ VTK6.0.0/Wrapping/Python/CMakeLists.txt 2013-07-26 16:44:19.954295281 -0600
|
||||
@@ -371,3 +371,8 @@ endif()
|
||||
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/setup.py.in
|
||||
${CMAKE_CURRENT_BINARY_DIR}/setup.py @ONLY IMMEDIATE)
|
||||
+
|
||||
+if(NOT VTK_INSTALL_NO_RUNTIME AND NOT VTK_INSTALL_NO_PYTHON)
|
||||
+ install(TARGETS vtkpython ${VTKPYTHON_EXECUTABLE}
|
||||
+ DESTINATION ${VTK_INSTALL_RUNTIME_DIR})
|
||||
+endif()
|
||||
Reference in New Issue
Block a user