-
-
Notifications
You must be signed in to change notification settings - Fork 567
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
Use patched Cython for farey_symbol #23022
Comments
This comment has been minimized.
This comment has been minimized.
Commit: |
comment:4
Looks good in principle--testing now. |
comment:5
Okay, works for me! |
Reviewer: Erik Bray |
comment:6
I have a couple of question relevant to sage-on-distro. Ok gentoo because I have a feeling binary distro won't care too much but I do because I make several versions of sage available for building and I need to be sure things will work with at least "current stable" and "current develop" (beta). Therefore I need to know if I need to provide different version of cython depending on the sage version.
|
comment:7
Replying to @kiwifb:
No, only on Cygwin.
Yes. |
comment:8
Thank you for your time Jeroen. |
Changed branch from u/jdemeyer/use_patched_cython_for_farey_symbol to |
comment:10
fbissey--you might be interested in commenting on #21459 though. In that case Jeroen is proposing a solution that requires a patch to Cython that would affect affect downstream packaging. All things being equal, I like his solution best and would prefer to use it. But I don't see a way around the fact that it would break building Sage on other platforms without a patched Cython. |
Changed commit from |
comment:11
Replying to @embray:
For the record I am already in the business of providing a patched cython for sage-on-gentoo. I sometimes feel more free than my debian colleagues... |
comment:12
Okay. Yeah, for Debian it might be more of a problem, and I don't want to make additional pain for that ongoing, and IIUC nearly complete work. |
This reverts #13336 and fixes the building of
farey_symbol
on Cygwin using a Cython patch from #23004.Depends on #23004
CC: @embray
Component: cython
Author: Jeroen Demeyer
Branch:
cd4857d
Reviewer: Erik Bray
Issue created by migration from https://trac.sagemath.org/ticket/23022
The text was updated successfully, but these errors were encountered: