-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ode: revert from cmake to autotools, disable demos #167721
Conversation
The switch to use cmake in Homebrew#167158 changed the configuration options in a way that affects downstream users, so this reverts that change until cmake can be used with the same configuration. Also use the `--disable-demos` argument.
there was no particular reason, when both build options available, I just prefer to use cmake rather than autotools, the build is more streamlined in the cmake way. Open to such change though. |
Signed-off-by: Rui Chen <[email protected]>
Signed-off-by: Rui Chen <[email protected]>
bump revisions for dartsim and ompl due to the linkage issues |
🤖 An automated task has requested bottles to be published to this PR. |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?The switch to use cmake instead of autotools in #167158 changed the configuration options in a way that affects downstream users, so this reverts that change until cmake can be used with the same configuration. I attempted to fix the cmake configuration in #167521, but ran into some errors in the upstream cmake. I will submit cmake fixes to upstream, but am opening this revert PR in the meantime.
This also adds the
--disable-demos
argument since the demos are not installed and to sidestep a compilation error in one of the demos.