Skip to content
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

Merged
merged 6 commits into from
Apr 2, 2024

Conversation

scpeters
Copy link
Member

@scpeters scpeters commented Apr 1, 2024

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew 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.

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.
@scpeters scpeters mentioned this pull request Apr 1, 2024
6 tasks
@chenrui333
Copy link
Member

I will submit cmake fixes to upstream, but am opening this revert PR in the meantime.

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.

@chenrui333
Copy link
Member

bump revisions for dartsim and ompl due to the linkage issues

@chenrui333 chenrui333 added the ready to merge PR can be merged once CI is green label Apr 2, 2024
Copy link
Contributor

github-actions bot commented Apr 2, 2024

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Apr 2, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Apr 2, 2024
Merged via the queue into Homebrew:master with commit cb728ce Apr 2, 2024
14 checks passed
@scpeters scpeters deleted the ode_back_to_autotools branch April 2, 2024 18:40
@github-actions github-actions bot added the outdated PR was locked due to age label May 3, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. outdated PR was locked due to age ready to merge PR can be merged once CI is green
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants