forked from sammy-tri/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Obtain [email protected] formula from robotlocomotion/director tap (RobotLoc…
- Loading branch information
1 parent
0c52ff4
commit d4885ca
Showing
1 changed file
with
1 addition
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
# -*- mode: ruby -*- | ||
# vi: set ft=ruby : | ||
|
||
tap 'dreal-deps/ibex' | ||
tap 'robotlocomotion/director' | ||
|
||
cask 'adoptopenjdk' unless system '/usr/libexec/java_home --version 1.8+ --failfast &> /dev/null' | ||
|
||
brew 'clp' | ||
brew 'cmake' | ||
brew 'double-conversion' | ||
brew 'dreal-deps/ibex/[email protected]' # N.B. Matches drake/tools/workspace/ibex/version.bzl. | ||
brew 'robotlocomotion/director/[email protected]' # N.B. Matches drake/tools/workspace/ibex/version.bzl. | ||
brew 'eigen' | ||
brew 'gcc' | ||
brew 'fmt' | ||
|