-
Notifications
You must be signed in to change notification settings - Fork 75
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
Pybind11 CMake error when installing ignition-math6 with homebrew #1872
Comments
Update: This issue isn't present in the latest version on Github. Looks like a bad version was uploaded to AWS? |
Hi Varun, |
It seems like this issue has been resolved. If @abhicmraja can confirm, I'll close this. |
@varunagrawal I am having this issue today on Mac M1 |
I wonder if gazebosim/gz-math#402 will help? |
Building the ignition-math6 formula currently fails with: CMake Error at /home/linuxbrew/.linuxbrew/share/cmake/pybind11/pybind11NewTools.cmake:207 (python3_add_library): Unknown CMake command "python3_add_library". This adds a patch that is a mini version of an upstream PR that fixes the build. Fixes: osrf#1872
When running
brew install ignition-math6
, the build fails with the error message:The full build log is
brew gist-logs ignition-math6
returns the messageError: Not found
.It seems like something is messed up in the CMake config. Can someone help please?
Environment
The text was updated successfully, but these errors were encountered: