Opened 10 years ago
Closed 10 years ago
#11167 closed defect (fixed)
Sage 4.7.alpha3 library doesn't build under Cygwin
Reported by: | mhansen | Owned by: | tbd |
---|---|---|---|
Priority: | major | Milestone: | sage-4.7.1 |
Component: | porting: Cygwin | Keywords: | |
Cc: | Merged in: | sage-4.7.1.alpha0 | |
Authors: | Mike Hansen | Reviewers: | Dmitrii Pasechnik |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
- gmp and pari are linked in the wrong order in c_lib and a number of extension modules.
- Add "#include <time.h> needs to be added to sage/combinat/partitions_c.cc
- Add gmp to the libaries for sage/combinat/combinat_cython.pyx and sage/geometry/toric_lattice_element.pyx
Attachments (1)
Change History (5)
Changed 10 years ago by
comment:1 follow-up: ↓ 2 Changed 10 years ago by
- Status changed from new to needs_review
comment:2 in reply to: ↑ 1 Changed 10 years ago by
- Milestone changed from sage-4.7 to sage-4.7.1
- Status changed from needs_review to positive_review
comment:3 Changed 10 years ago by
- Reviewers set to Dmitrii Pasechnik
comment:4 Changed 10 years ago by
- Merged in set to sage-4.7.1.alpha0
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Replying to mhansen:
builds on Windows 7 (Cygwin 1.7.9) under this patch. Positive review.