Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

BLD: allow to build with non-MSVC compilers on Windows#61404

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
lazka wants to merge1 commit intopandas-dev:main
base:main
Choose a base branch
Loading
fromlazka:meson-no-venv

Conversation

lazka
Copy link

@lazkalazka commentedMay 7, 2025
edited
Loading

Always passing --vsenv to meson means pandas can't be built with gcc/clang
on Windows.

Instead add it to the cibuildwheel config so MSVC is still forced in CI
when building wheels, and in various places where it is built via pip.

@lazkalazka marked this pull request as draftMay 7, 2025 21:46
@lazkalazka marked this pull request as ready for reviewMay 8, 2025 07:17
@lazkalazka requested a review frommroeschke as acode ownerMay 8, 2025 07:17
@lazkalazka marked this pull request as draftMay 8, 2025 07:27
Always passing --vsenv to meson means pandas can't be built with gcc/clangon Windows.Instead add it to the cibuildwheel config so MSVC is still forced in CIwhen building wheels, and in various places where it is built via pip.
@lazkalazka marked this pull request as ready for reviewMay 8, 2025 22:05
@lazka
Copy link
Author

I understand that this is an edge case on Windows, and that mingw is not officially supported, but numpy/scipy also don't force msvc, so I though it's worth a try proposing this.

Feedback welcome.

@WillAyd
Copy link
Member

Thanks for the PR. This makes sense, although I think the challenge is more comprehensively how we document the process for users that want to build on Windows.

I have pretty limited Windows knowledge, but AFAIU we only document currently for the MSVC approach?
https://pandas.pydata.org/pandas-docs/stable/development/contributing_environment.html#step-1-install-a-c-compiler

So if we want to go this route, I think just need to make it clearer to contributors how they can opt in or out of the the different toolchains on Windows

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@mroeschkemroeschkeAwaiting requested review from mroeschkemroeschke is a code owner

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@lazka@WillAyd

[8]ページ先頭

©2009-2025 Movatter.jp