Skip to content

Commit

Permalink
Switch to [email protected] formula on macOS (RobotLocomotion#14288)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesnape authored Nov 6, 2020
1 parent 4751fd6 commit 8e2a0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup/mac/binary_distribution/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ brew 'gflags'
brew 'glew'
brew 'glib'
brew 'graphviz'
brew 'ipopt'
brew 'robotlocomotion/director/ipopt@3.11'
brew 'libyaml'
brew 'lz4'
brew 'nlopt'
Expand Down
2 changes: 1 addition & 1 deletion tools/workspace/ipopt/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ def ipopt_repository(
],
modname = "ipopt",
pkg_config_paths = [
"/usr/local/opt/[email protected]/lib/pkgconfig",
"/usr/local/opt/ipopt/lib/pkgconfig",
"/usr/local/opt/[email protected]/lib/pkgconfig",
],
**kwargs):
pkg_config_repository(
Expand Down

0 comments on commit 8e2a0c7

Please sign in to comment.