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

Migrate build system to meson-python #4215

Open
kif opened this issue Feb 12, 2025 · 3 comments
Open

Migrate build system to meson-python #4215

kif opened this issue Feb 12, 2025 · 3 comments
Assignees
Labels

Comments

@kif
Copy link
Member

kif commented Feb 12, 2025

Pro:

  • speed of build
  • today's standard for numpy/scipy

Con:

  • one needs to declare every single (new) python file
  • source distribution is tightly bound to git tool

Unknown:

  • Mixing with pytest
@kif kif added the question label Feb 12, 2025
@kif kif self-assigned this Feb 12, 2025
@t20100
Copy link
Member

t20100 commented Feb 13, 2025

one needs to declare every single (new) python file

That's a long list!

Does meson now supports universal2 build?

@kif
Copy link
Member Author

kif commented Feb 16, 2025

Most of the work is to generate this list, but scripting it is matter of an hour or so.

Concerning universal2, I don't think ... at least scipy does not provide them.

@vasole
Copy link
Member

vasole commented Feb 19, 2025

Does meson now supports universal2 build?

We could add a delocate-fuse at the end to mix into a universal wheel.

I'm -1 for the time being on this. If it's not broken don't fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants