Skip to content

Commit

Permalink
sagemathgh-38867: Fix duplicate install of config.py in meson build
Browse files Browse the repository at this point in the history
    
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
  • Loading branch information
Release Manager committed Nov 2, 2024
2 parents cfe8b08 + 32971da commit 7c62275
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ foreach package : no_processing
endforeach

py.install_sources(
config_file,
'all.py',
'all__sagemath_bliss.py',
'all__sagemath_categories.py',
Expand Down

0 comments on commit 7c62275

Please sign in to comment.