Ticket #13337 (closed defect: fixed)
expression.pyx fails to build on Cygwin
| Reported by: | jpflori | Owned by: | tbd |
|---|---|---|---|
| Priority: | major | Milestone: | sage-5.3 |
| Component: | porting: Cygwin | Keywords: | cygwin pynac |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | Dmitrii Pasechnik |
| Authors: | Jean-Pierre Flori | Merged in: | sage-5.3.beta1 |
| Dependencies: | Stopgaps: |
Description (last modified by jpflori) (diff)
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 trac_13337-template.patch.
Attachments
Change History
Changed 11 months ago by jpflori
-
attachment
trac_13337-template.patch
added
comment:1 Changed 11 months ago by jpflori
- Status changed from new to needs_review
- Description modified (diff)
- Authors set to Jean-Pierre Flori
- Component changed from PLEASE CHANGE to cygwin
- Keywords cygwin pynac added
- Type changed from PLEASE CHANGE to defect
Note: See
TracTickets for help on using
tickets.

Make ginac.pxk more explicit for infinity class.