-
-
Notifications
You must be signed in to change notification settings - Fork 348
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
fix wheel builds #1484
fix wheel builds #1484
Conversation
4475f1e
to
00dc0a4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bryanwweber ... thanks for taking this on. It looks like the CI failures are unrelated to changes here - now that #991 is merged, could you rebase?
00dc0a4
to
3001439
Compare
config.h no longer requires system-specific setup, so it can be generated at sdist build time with no problem.
Since the data folder is no longer in a fixed location relative to the tests, after moving the tests out of the package, we need to use the import location of the Cantera package to find the installed data files.
736338c
to
1723bd7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @bryanwweber! This looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for getting this working again, @bryanwweber. This all looks good to me.
This PR has changes to Cantera to support building wheels for PyPI. It's based on the
units
branch (#991) which has some other changes and cleanups that are useful here. This PR should be merged after that one.