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

BUG: add minor version to MacOS 11 and 12 tags as workaround #111

Merged
merged 1 commit into from
Jul 26, 2022

Conversation

FFY00
Copy link
Member

@FFY00 FFY00 commented Jul 25, 2022

Signed-off-by: Filipe Laíns lains@riseup.net

Copy link
Contributor

@rgommers rgommers left a comment

Choose a reason for hiding this comment

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

This code LTGM and works with SciPy and conda-forge Python, thanks @FFY00. I just suggested a change to one comment for clarity/correctness, because it's not what macOS does. My Python version for example:

>>> import sysconfig
>>> platform_ = sysconfig.get_platform()
>>> parts = platform_.split("-")
>>> parts
['macosx', '11.0', 'arm64']

mesonpy/__init__.py Outdated Show resolved Hide resolved
Signed-off-by: Filipe Laíns <lains@riseup.net>
@FFY00 FFY00 force-pushed the mac-minor-version-workaround branch from eff5353 to 1d22f6a Compare July 26, 2022 08:35
@FFY00
Copy link
Member Author

FFY00 commented Jul 26, 2022

Right, I have changed the comment accordingly. Thanks!

@FFY00 FFY00 merged commit 71cbc44 into main Jul 26, 2022
@FFY00 FFY00 deleted the mac-minor-version-workaround branch July 26, 2022 09:13
@FFY00 FFY00 mentioned this pull request Jul 26, 2022
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.

None yet

2 participants