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

Add Python 3.11 support for pip install #4

Merged
merged 9 commits into from
Jan 13, 2024
Merged

Conversation

Liam-Deacon
Copy link
Owner

@Liam-Deacon Liam-Deacon commented Jan 12, 2024

Support python <3.12 pip install of package through setup.py modifications.

To build a wheel do make clean wheel.

To install do pip install dist/phaseshifts*.whl

NOTE: pyproject.toml PEP-517 install is not yet implemented as there are issues with skbuild / meson build backends for f2py.

@Liam-Deacon Liam-Deacon added the enhancement New feature or request label Jan 12, 2024
@Liam-Deacon Liam-Deacon self-assigned this Jan 12, 2024
Copy link
Owner Author

@Liam-Deacon Liam-Deacon left a comment

Choose a reason for hiding this comment

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

Some modifications were necessary to libphsh.f to be more standards compliant, enabling modern gfortran to compile it on Python 3.9+

@Liam-Deacon Liam-Deacon merged commit 13ea576 into master Jan 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant