Skip to content

Commit

Permalink
[build] Disable build with ODE + brew for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Mar 29, 2024
1 parent c279a8c commit d9af2d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ brew 'fmt'
brew 'ipopt'
brew 'nlopt'
brew 'octomap'
brew 'ode'
#brew 'open-scene-graph' # disabled until 3.7.0 is released
# brew 'ode' # disabled until https://github.com/dartsim/dart/actions/runs/8477285794/job/23227980022 is resolved
# brew 'open-scene-graph' # disabled until 3.7.0 is released
brew 'pagmo'
brew 'spdlog'
brew 'tinyxml2'
Expand Down

2 comments on commit d9af2d2

@scpeters
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jslee02 Homebrew/homebrew-core#167521 may fix the issue with the ode formula

@jslee02
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@scpeters Awesome! Maybe the homebrew formula needs this patch as well? conda-forge/libode-feedstock#23

Please sign in to comment.