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

Wrap upgrade #525

Merged
merged 2 commits into from
Sep 17, 2020
Merged

Wrap upgrade #525

merged 2 commits into from
Sep 17, 2020

Conversation

varunagrawal
Copy link
Collaborator

Perform a subtree update of wrap.

Motivation

Pybind11 had a relative submodule which even though we didn't use, would cause errors in Github Actions due to the way the checkout action is set up.

After raising this issue with the folks at Pybind11, they agreed it was problematic and updated the codebase to not have the submodule anymore. This PR adds in those changes.

tl;dr Pybind11 made some updates, so we updated it too so Actions doesn't complain.

314b121fd Merge pull request #6 from varunagrawal/feature/pybind-upgrade
5e49bb867 Merge commit '62e790da1cc53cb9910ac5271a3514d88562bdce' into feature/docstring
62e790da1 Squashed 'pybind11/' changes from 441e777..d3c999c
e51526702 Merge pull request #5 from varunagrawal/feature/docstring
f503ddb2d document use_boost
2bb7158fc complete arguments documentation for pybind_wrap function

git-subtree-dir: wrap
git-subtree-split: 314b121fd4017338a3a6833728cd646d8ff5be12
@varunagrawal varunagrawal added python Related to python wrapper ci Related to the Continuous Integration pipeline labels Sep 16, 2020
@varunagrawal varunagrawal self-assigned this Sep 16, 2020
Copy link
Collaborator

@ProfFan ProfFan left a comment

Choose a reason for hiding this comment

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

LGTM:)

@varunagrawal
Copy link
Collaborator Author

I'm going to merge this and then investigate the build issues. It seems to be on Github's end from what I can glean.

@varunagrawal varunagrawal merged commit 0043120 into develop Sep 17, 2020
@varunagrawal varunagrawal deleted the feature/wrap-upgrade branch September 17, 2020 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Related to the Continuous Integration pipeline python Related to python wrapper
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants