Skip to content

Commit

Permalink
setup: Add eigen as a binary dependency (RobotLocomotion#12784)
Browse files Browse the repository at this point in the history
In a future commit, this will be used by tools/workspace/eigen.
  • Loading branch information
jwnimmer-tri authored Feb 27, 2020
1 parent bec8ce0 commit edfa52c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup/mac/binary_distribution/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cask 'adoptopenjdk' unless system '/usr/libexec/java_home --version 1.8+ --failf
brew 'boost'
brew 'cmake'
brew 'dreal-deps/ibex/[email protected]' # N.B. Matches drake/tools/workspace/ibex/version.bzl.
brew 'eigen'
brew 'gcc'
brew 'gflags'
brew 'glew'
Expand Down
1 change: 1 addition & 0 deletions setup/ubuntu/binary_distribution/packages-bionic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jupyter-notebook
libamd2
libblas3
libboost-all-dev
libeigen3-dev
libexpat1
libgflags2.2
libgfortran4
Expand Down

0 comments on commit edfa52c

Please sign in to comment.