-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
expression.pyx fails to build on Cygwin #13337
Labels
Milestone
Comments
Attachment: trac_13337-template.patch.gz Make ginac.pxk more explicit for infinity class. |
Changed keywords from none to cygwin pynac |
Author: Jean-Pierre Flori |
This comment has been minimized.
This comment has been minimized.
comment:2
This fix is needed and works on my Cygwin, too. |
comment:3
looks good. |
Reviewer: Dmitrii Pasechnik |
Merged: sage-5.3.beta1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
expression.pyx fails to build on Cygwin because of template problems with the infinity class from pyanc.
Maybe its confused with sage.rings.infinity[.infinity]?
Replacing it with GiNaC::infinity pleases g++.
Apply attachment: trac_13337-template.patch.
Component: porting: Cygwin
Keywords: cygwin pynac
Author: Jean-Pierre Flori
Reviewer: Dmitrii Pasechnik
Merged: sage-5.3.beta1
Issue created by migration from https://trac.sagemath.org/ticket/13337
The text was updated successfully, but these errors were encountered: