Opened 6 years ago
Closed 6 years ago
#22323 closed defect (fixed)
Several modules in sagelib don't link on Cygwin
Reported by: | embray | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-7.6 |
Component: | porting: Cygwin | Keywords: | windows cygwin sagelib |
Cc: | Merged in: | ||
Authors: | Erik Bray | Reviewers: | Jeroen Demeyer |
Report Upstream: | N/A | Work issues: | |
Branch: | f8bb028 (Commits, GitHub, GitLab) | Commit: | f8bb0284f497ffc3bfa4e1b0b00e0909614146b7 |
Dependencies: | Stopgaps: |
Description
There are a few Cython modules in sage that are not compiling on Cygwin due to missing libraries at link time. Rather than provide an exhaustive list here, I will just provide a patch that fixes all the current cases I've found so far.
Change History (4)
comment:1 Changed 6 years ago by
- Branch set to u/embray/cygwin/ticket-22323
- Commit set to f8bb0284f497ffc3bfa4e1b0b00e0909614146b7
- Keywords windows cygwin sagelib added
- Status changed from new to needs_review
comment:2 Changed 6 years ago by
- Reviewers set to Jeroen Demeyer
- Status changed from needs_review to positive_review
Makes sense.
comment:3 Changed 6 years ago by
Thanks!
comment:4 Changed 6 years ago by
- Branch changed from u/embray/cygwin/ticket-22323 to f8bb0284f497ffc3bfa4e1b0b00e0909614146b7
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Patch.
New commits:
Add some link flags needs to build some modules on Cygwin