fix specifying meson options to pass via --config-settings in pip install for matplotlib 3.9+#23872
Conversation
|
Can confirm the behavior Without fix
WITH fix
EDIT: Similar for the other versions |
|
@boegelbot please test @ jsc-zen3 |
|
@Crivella: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 3296640085 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @Crivella |
|
Test report by @boegelbot |
|
Going in, thanks @Flamefire! |
--config-settings in pip install for matplotlib 3.9+
(created using
eb --new-pr)It needs to use
installoptsto pass those arguments topip installAlso remove faulty
&&in options and the unnecessary env variable settingThis issue was accidentally introduced in #21299 but got unnoticed because configopts is not used and matplotlib just builds a custom version of the dependencies in absence of those.