#8907 closed defect (fixed)
build Python with --enabled-shared
Reported by: | mhansen | Owned by: | AlexGhitza |
---|---|---|---|
Priority: | major | Milestone: | sage-4.4.3 |
Component: | porting: Cygwin | Keywords: | |
Cc: | Merged in: | sage-4.4.3.alpha0 | |
Authors: | Mike Hansen | Reviewers: | William Stein |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
This is needed by #8542 . There is an spkg at http://sage.math.washington.edu/home/mhansen/python-2.6.4.p8.spkg but it requires lots of testing. Also, the changes are not committed to the repository.
Change History (5)
comment:1 Changed 11 years ago by
- Component changed from algebra to cygwin
- Milestone set to sage-4.4.2
- Status changed from new to needs_review
- Summary changed from build Python as a shared library to build Python with --enabled-shared
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
--enabled-shared fails on t2 because of http://bugs.python.org/issue1628484 . We need to apply the patch there.
comment:4 Changed 11 years ago by
- Merged in set to 4.4.3.alpha0
- Resolution set to fixed
- Reviewers set to wstein
- Status changed from needs_review to closed
comment:5 Changed 11 years ago by
- Merged in changed from 4.4.3.alpha0 to sage-4.4.3.alpha0
- Reviewers changed from wstein to William Stein
Note: See
TracTickets for help on using
tickets.
Check on OS X, we don't need --enable-shared. I'm check on t2 now. The spkg will have to be updated accordingly.