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

Status of packaging tools #7

Open
8 of 11 tasks
rgommers opened this issue Apr 10, 2024 · 6 comments
Open
8 of 11 tasks

Status of packaging tools #7

rgommers opened this issue Apr 10, 2024 · 6 comments
Labels
status tracking Issue that tracks the status of compatibility and ongoing work in one or more open source projects

Comments

@rgommers
Copy link
Member

rgommers commented Apr 10, 2024

@rgommers rgommers added the status tracking Issue that tracks the status of compatibility and ongoing work in one or more open source projects label Apr 10, 2024
@henryiii
Copy link

@rgommers
Copy link
Member Author

Thanks @henryiii! Table updated.

@henryiii
Copy link

Looks like both meson and CMake don't support Windows + free-threading yet, they don't know to look for the library with the "t" for linking. I think I can fix this in scikit-build-core if I can tell it the correct library from sysconfig info.

@rgommers
Copy link
Member Author

Yeah, working on the same thing for Meson. I think adding the t in python313t.lib based on:

bool(sysconfig.get_config_var('Py_GIL_DISABLED'))

should do the job. Plus the debug flavor of it (there's no limited API variant).

@henryiii
Copy link

Windows free-threaded fixed in scikit-build-core 0.9.5.

@henryiii
Copy link

FYI, sysconfig's LIBRARY is correct as far as the "t" goes but is .dll instead of .lib.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status tracking Issue that tracks the status of compatibility and ongoing work in one or more open source projects
Projects
None yet
Development

No branches or pull requests

2 participants