-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 [email protected] Homebrew installation if available * fixup: brew install [email protected] 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 [email protected] * 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'
- Loading branch information
1 parent
c21910e
commit 7dfb4b6
Showing
50 changed files
with
827 additions
and
811 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.