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

Fix duplicate install of config.py in meson build #38867

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

antonio-rojas
Copy link
Contributor

The configure_file command creating this config.py file already has install: true which makes it installed by default. Installing it again here creates a duplicate entry in wheel packages, which breaks installing them with some tools (eg. python-installer).

Copy link

Documentation preview for this PR (built with commit 32971da; changes) is ready! 🎉
This preview will update shortly after each push to this PR.

Copy link
Contributor

@tobiasdiez tobiasdiez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

vbraun pushed a commit to vbraun/sage that referenced this pull request Nov 2, 2024
    
The  `configure_file` command creating this `config.py` file already has
`install: true` which makes it installed by default. Installing it again
here creates a duplicate entry in wheel packages, which breaks
installing them with some tools (eg. python-installer).
    
URL: sagemath#38867
Reported by: Antonio Rojas
Reviewer(s): Tobias Diez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants