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

Improve precompiled wheels #354

Closed
2 tasks done
mancellin opened this issue Jun 13, 2023 · 3 comments
Closed
2 tasks done

Improve precompiled wheels #354

mancellin opened this issue Jun 13, 2023 · 3 comments

Comments

@mancellin
Copy link
Collaborator

mancellin commented Jun 13, 2023

Some minor improvements that could be done on the precompiled packages:

  • remove Fortran source code from wheels.
  • make sure that they are built with the optimization compilation flags.
@mancellin
Copy link
Collaborator Author

@mancellin
Copy link
Collaborator Author

remove Fortran source code from wheels

The easiest fix would be to use the exclude option in meson's install_subdir. But it is currently not working in meson-python: mesonbuild/meson-python#317
Maybe the Fortran code can stay for now, until the bug in meson is fixed.

@mancellin
Copy link
Collaborator Author

See #360

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

No branches or pull requests

1 participant