forked from RobotLocomotion/drake
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[workspace] Use VTK built from source (RobotLocomotion#19945)
Drake now uses a custom version of VTK that is compiled from source. Users on macOS (who are not running Drake's unit tests) no longer need the "robotlocomotion/director" tap and may remove it. The following Bazel workspace externals are now deprecated: - double_conversion - glew - liblz4 - liblzma - vtk The repository rules will continue to work during the deprecation window, but Drake no longer installs their Ubuntu packages; if you need the packages, ensure your project setup scripts install them. For CMake users on Ubuntu 20.04 ("Focal"), Drake's source build and pre-compiled binaries no longer provide a copy of VTK 9.1. If you still need Drake's build of VTK 9.1 in your project, you can download it here: - https://drake-packages.csail.mit.edu/vtk/vtk-9.1.0-3-focal-x86_64.tar.gz To avoid ABI/ODR headaches, Drake's VTK build uses a custom namespace and hidden symbols. This is particularly an advantage for wheel builds. During manual testing on macOS, we found that RenderEngineVtk sometimes does not obey show_window=true. It is not clear whether this is a new bug due to the upgrade. Refer to issue 20144 for further discussion.
- Loading branch information
1 parent
050b106
commit df39f12
Showing
52 changed files
with
687 additions
and
1,717 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,23 +6,21 @@ tap 'robotlocomotion/director' | |
cask 'adoptopenjdk' unless system '/usr/libexec/java_home --version 1.8+ --failfast &> /dev/null' | ||
|
||
brew 'cmake' | ||
brew 'double-conversion' | ||
brew 'eigen' | ||
brew 'gcc' | ||
brew 'fmt' | ||
brew 'glew' | ||
brew 'glib' | ||
brew 'graphviz' | ||
brew 'ipopt' | ||
brew 'jpeg' | ||
brew 'libpng' | ||
brew 'lz4' | ||
brew 'libtiff' | ||
brew 'numpy' | ||
brew 'openblas' | ||
brew 'pkg-config' | ||
brew '[email protected]' | ||
brew 'spdlog' | ||
brew 'tinyxml' | ||
brew 'robotlocomotion/director/[email protected]' | ||
brew 'xz' | ||
brew 'yaml-cpp' | ||
brew 'zeromq' | ||
|
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.