Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BLD: meson-cpu: fix SIMD support on platforms with no features #24601

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

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

rgommers
Copy link
Member

This code returned an empty list rather than an empty dict on platforms that don't have a key in max_features_dict. That would break the build on the next foreach statement, which needs a dict.

This code returned an empty list rather than an empty dict on
platforms that don't have a key in `max_features_dict`. That would
break the build on the next `foreach` statement, which needs a dict.

[skip cirrus] [skip circle] [skip azp]
@rgommers rgommers added 00 - Bug 09 - Backport-Candidate PRs tagged should be backported Meson Items related to the introduction of Meson as the new build system for NumPy labels Aug 31, 2023
@rgommers rgommers added this to the 1.26.0 release milestone Aug 31, 2023
@github-actions github-actions bot added the 36 - Build Build related PR label Aug 31, 2023
@charris charris merged commit d82661d into numpy:main Aug 31, 2023
@charris charris removed the 09 - Backport-Candidate PRs tagged should be backported label Aug 31, 2023
@charris charris removed this from the 1.26.0 release milestone Aug 31, 2023
@charris
Copy link
Member

charris commented Aug 31, 2023

Thanks Ralf.

@rgommers rgommers deleted the fix-mesoncpu branch August 31, 2023 14:37
@rgommers rgommers added this to the 2.0.0 release milestone Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
00 - Bug 36 - Build Build related PR Meson Items related to the introduction of Meson as the new build system for NumPy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants