-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
build/pkgs/sagetex: missing dependency on $(PYTHON_TOOLCHAIN) ? #38657
Comments
@mkoeppe I could certainly fix this but I see a commit by you changing |
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
<#38657 (comment)>,
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 |
vbraun
pushed a commit
to vbraun/sage
that referenced
this issue
Sep 27, 2024
SageTeX is a standard package, but it isn't used anywhere else in the sage library or even in the sage distribution. If you know you don't need it, the new `--disable-sagetex` option lets you avoid downloading and installing it. (inspired by sagemath#38657, but I should have done this a long time ago) URL: sagemath#38658 Reported by: Michael Orlitzky Reviewer(s): Dima Pasechnik
vbraun
pushed a commit
to vbraun/sage
that referenced
this issue
Sep 28, 2024
SageTeX is a standard package, but it isn't used anywhere else in the sage library or even in the sage distribution. If you know you don't need it, the new `--disable-sagetex` option lets you avoid downloading and installing it. (inspired by sagemath#38657, but I should have done this a long time ago) URL: sagemath#38658 Reported by: Michael Orlitzky Reviewer(s): Dima Pasechnik
orlitzky
added a commit
to orlitzky/sage
that referenced
this issue
Oct 2, 2024
Our sagetex package needs python_build, included as part of $(PYTHON_TOOLCHAIN), to build. Closes: sagemath#38657
vbraun
pushed a commit
to vbraun/sage
that referenced
this issue
Oct 5, 2024
…HAIN) Our sagetex package needs python_build, included as part of `$(PYTHON_TOOLCHAIN)`, to build. Closes: sagemath#38657 URL: sagemath#38752 Reported by: Michael Orlitzky Reviewer(s): Matthias Köppe
It looks like #38752 is going in. Closing this now so I don't forget. |
vbraun
pushed a commit
to vbraun/sage
that referenced
this issue
Oct 9, 2024
…HAIN) Our sagetex package needs python_build, included as part of `$(PYTHON_TOOLCHAIN)`, to build. Closes: sagemath#38657 URL: sagemath#38752 Reported by: Michael Orlitzky Reviewer(s): Matthias Köppe
vbraun
pushed a commit
to vbraun/sage
that referenced
this issue
Oct 11, 2024
…HAIN) Our sagetex package needs python_build, included as part of `$(PYTHON_TOOLCHAIN)`, to build. Closes: sagemath#38657 URL: sagemath#38752 Reported by: Michael Orlitzky Reviewer(s): Matthias Köppe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It needs
python_build
, which is part ofPYTHON_TOOLCHAIN
, though maybe there's a better answer:The text was updated successfully, but these errors were encountered: