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

fortress: explicitly set python version #2540

Closed
wants to merge 4 commits into from

Conversation

scpeters
Copy link
Member

@scpeters scpeters commented Jan 23, 2024

This sets the python version explicitly with the Python3_EXECUTABLE cmake variable. It also fixes the bindings installation location and adds a test. Part of gazebosim/gz-sim#2249.

The rebuild of gz-sim6 is part of #2527.

@scpeters
Copy link
Member Author

build bottle

@scpeters
Copy link
Member Author

==> brew audit osrf/simulation/ignition-math6 --online --git --skip-style
==> FAILED
osrf/simulation/ignition-math6
  * python modules have explicit framework links
    These python extension modules were linked directly to a Python
    framework binary. They should be linked with -undefined dynamic_lookup
    instead of -lpython or -framework Python.
      /usr/local/opt/ignition-math6/lib/python3.11/site-packages/ignition/math.cpython-311-darwin.so
Error: 1 problem in 1 formula detected.

I don't see this when building gz-math7, not sure what the difference is

@scpeters
Copy link
Member Author

I'll leave this as is for now

@scpeters scpeters closed this Jan 23, 2024
@scpeters scpeters deleted the scpeters/math6_explicit_python_version branch January 23, 2024 15:48
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.

1 participant