You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support VTK 9, drop support for VTK <6, fix CI test build on macOS (#733)
* fix: Support VTK 9
* enh: Drop support for VTK<6
* fix: Replace deprecated bind2nd
* fix: Missing include in Viewer source file
* fixup: Missing include of vtkIdList.h
* fixup: Add missing include of vtkNew.h
* fix: Download URL of VTK, use curl -L flag to follow redirects
* enh: Use VTK 8.2.0 for CI test build on macOS
* fix: Use Homebrew to install VTK 8.2 or 9.0 on macOS
* fixup: Use keg-only vtk@8.2 Homebrew installation if available
* fixup: brew install vtk@8.2 has no —without-python flag
* fixup: Homebrew vtk formula has no —without-python flag
* fixup: travis.sh script syntax
* enh: Remove vtk_prefix before building VTK from source files
* tmp: Enable verbose Bash output for install_depends.sh
* fixup: Use VTK 8.2.0 build from source files
* enh: Add Travis CI environment variable DEBUG_VTK_BUILD
* fix: Set CMake policy CMP0057 to NEW for Boost installed by homebrew vtk@8.2
* tmp
* fix: install_depends.sh renamed VTK 9 cache variables
* fix: VTK 9 CMake cache variable options
* ci: Use VTK 9.0 installed with Homebrew
* fix: Remove unused variable from install_depends.h
* fix: Prefix rm command with “run”
* fixup: Add missing include of vtkVersionMacros.h
* fix: member access into incomplete type 'vtkIdTypeArray'
0 commit comments