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

Make the .pyf signature files a dependency of the wrapper generation. #72

Merged
merged 1 commit into from
Aug 10, 2019

Conversation

rabraker
Copy link
Contributor

Currently, (as far as I can tell) you have to delete the _skbuild directory after editing a .pyf file to get f2py to regenerate the wrapper. This PR adds the .pyf signature files as a dependency of the wrapper generation, so the builds can be incremental. That should help speed up development time when wrapping a new function (or debugging an old one).

The goal is to allow faster re-compilation after editing one of the pyf signature files.
@repagh
Copy link
Member

repagh commented Aug 2, 2019

Looks good.
Does not seem to be related to the OSX build failure, I have no idea what is wrong with the osx build this time....

@roryyorke roryyorke merged commit 613f080 into python-control:master Aug 10, 2019
@roryyorke
Copy link
Collaborator

Ah, nice, thanks.

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