Closed orlitzky closed 1 month ago
@mkoeppe I could certainly fix this but I see a commit by you changing $(PYTHON_TOOLCHAIN)
to pip
?
Wheel packages only need pip, not the whole tool chain.
Sent from my phone
On Sat, Sep 21, 2024 at 14:39 Michael Orlitzky @.***> wrote:
@mkoeppe https://github.com/mkoeppe I could certainly fix this but I see a commit by you changing $(PYTHON_TOOLCHAIN) to pip?
— Reply to this email directly, view it on GitHub https://github.com/sagemath/sage/issues/38657#issuecomment-2365313487, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB7VNBNOPG4A2SOKM76E2PTZXXKRBAVCNFSM6AAAAABOGIJ6ZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRVGMYTGNBYG4 . You are receiving this because you were mentioned.Message ID: @.***>
... but of course sagetex is not a wheel package. So adding $(PYTHON_TOOLCHAIN)
is the correct fix. PR please?
It looks like https://github.com/sagemath/sage/pull/38752 is going in. Closing this now so I don't forget.
It needs
python_build
, which is part ofPYTHON_TOOLCHAIN
, though maybe there's a better answer: