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

ignition-math[6,7]: depend on pybind11 #1793

Merged
merged 9 commits into from
Jan 27, 2022

Conversation

scpeters
Copy link
Member

Alternative to #1776 without swig. Pairs with gazebosim/gz-math#361.

@@ -16,6 +16,7 @@ class IgnitionMath6 < Formula
depends_on "doxygen" => :build
depends_on "eigen"
depends_on "ignition-cmake2"
depends_on "pybind11"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
depends_on "pybind11"
depends_on "pybind11" => :build

Is pybind11 a build dependency only? Looking into the debian packaging seems so to me.

Copy link
Member Author

Choose a reason for hiding this comment

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

the :build flag ensures that a dependency is installed when building bottles but not when a bottle is installed. In order to ensure that we have pybind11 installed in our CI, we need to upgrade our CI scripts. I will accept this change and open a PR to fix the release-tools scripts accordingly

Signed-off-by: Steve Peters <[email protected]>
@scpeters scpeters merged commit 4888652 into master Jan 27, 2022
@scpeters scpeters deleted the ci_matching_branch/math_scripting branch January 27, 2022 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants