#3248 closed defect (duplicate)
cygwin -- fix some sagelib setup.py issues and Sconstruct issues involving library includes
Reported by: | was | Owned by: | mabshoff |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | porting: Cygwin | Keywords: | editor_wstein |
Cc: | craigcitro | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
- Something involving the python library in SConstruct that affect c_lib
- Something library ordering issues that break matrix_real_double_dense in setup.py
- Choosing ATLAS instead of GSL by default in setup.py
Attachments (1)
Change History (7)
Changed 13 years ago by
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
- Summary changed from [with patch; needs review] cygwin -- fix some sagelib setup.py issues and Sconstruct issues involving library includes to [with patch; mixed review] cygwin -- fix some sagelib setup.py issues and Sconstruct issues involving library includes
We need to track this down and fix it.
Cheers,
Michael
comment:3 Changed 13 years ago by
- Keywords editor_wstein added
comment:4 Changed 12 years ago by
- Cc craigcitro added
comment:5 Changed 11 years ago by
- Report Upstream set to N/A
- Resolution set to duplicate
- Status changed from needs_work to closed
This is nearly 2 years old. My work with Mike Hansen on Windows porting greatly supersedes this. So I'm closing this.
comment:6 Changed 11 years ago by
- Milestone changed from sage-4.3.1 to sage-duplicate/invalid/wontfix
- Summary changed from [with patch; mixed review] cygwin -- fix some sagelib setup.py issues and Sconstruct issues involving library includes to cygwin -- fix some sagelib setup.py issues and Sconstruct issues involving library includes
Note: See
TracTickets for help on using
tickets.
This patch as is exposes some bugs in the way we build python:
The likely solution is to force "-fPIC" on the python build, but I need to dig around.
Cheers,
Michael