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

Fixed python build in gz-sim7 #1667

Merged
merged 1 commit into from
Aug 30, 2022
Merged

Conversation

ahcorde
Copy link
Contributor

@ahcorde ahcorde commented Aug 26, 2022

🦟 Bug fix

Similar to gazebosim/gz-math#487

Summary

On windows we need to copy the library instead of using a symlink, this PR should simplify the logic

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

@ahcorde ahcorde requested a review from mjcarroll August 26, 2022 15:06
@ahcorde ahcorde requested a review from chapulina as a code owner August 26, 2022 15:06
@ahcorde ahcorde self-assigned this Aug 26, 2022
@github-actions github-actions bot added the 🌱 garden Ignition Garden label Aug 26, 2022
@@ -45,18 +45,17 @@ function(configure_build_install_location _library_name)

string(REGEX REPLACE "gz$" "ignition" IGN_PYTHON_INSTALL_PATH ${GZ_PYTHON_INSTALL_PATH})
if (WIN32) # Windows requires copy instead of symlink
Copy link
Contributor

Choose a reason for hiding this comment

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

This comment seems outdated

@ahcorde ahcorde enabled auto-merge (squash) August 27, 2022 08:07
@ahcorde
Copy link
Contributor Author

ahcorde commented Aug 27, 2022

@osrf-jenkins run tests please!

2 similar comments
@ahcorde
Copy link
Contributor Author

ahcorde commented Aug 29, 2022

@osrf-jenkins run tests please!

@ahcorde
Copy link
Contributor Author

ahcorde commented Aug 30, 2022

@osrf-jenkins run tests please!

@chapulina chapulina disabled auto-merge August 30, 2022 15:52
@chapulina chapulina merged commit fc62666 into gz-sim7 Aug 30, 2022
@chapulina chapulina deleted the ahcorde/7/fix_python_build branch August 30, 2022 15:52
@j-rivero j-rivero mentioned this pull request Sep 16, 2022
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 garden Ignition Garden
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants