Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSX 10.4/5: build python without the OSX specific extensions #4008

Closed
sagetrac-mabshoff mannequin opened this issue Aug 30, 2008 · 1 comment
Closed

OSX 10.4/5: build python without the OSX specific extensions #4008

sagetrac-mabshoff mannequin opened this issue Aug 30, 2008 · 1 comment

Comments

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Aug 30, 2008

This is a followup to #4407: When we build Python on OSX we per default build extensions that depend on OSX specific frameworks. Those frameworks (especially the IO one) end up pulling in Apple's libpng.dylib which is incompatible with the one we build. Consequently extension linking our libpng.dylib blows up at import time. This is an issue with #3324. Since we are not building the extensions in 64 bit OSX mode this and we have to chose between a working libpng and extension I prefer a working libpng. The spkg at

http://sage.math.washington.edu/home/mabshoff/release-cycles-3.1.2/alpha3/python-2.5.2.p5.spkg

disables the OSX specific python extensions. Builds fine on OSX 10.4 and 10.5 and passes doctests. After applying #3324 the matrix_mod2_dense doctest now also passes.

Cheers,

Michael

Component: build

Issue created by migration from https://trac.sagemath.org/ticket/4008

@sagetrac-mabshoff sagetrac-mabshoff mannequin added this to the sage-3.1.2 milestone Aug 30, 2008
@sagetrac-mabshoff sagetrac-mabshoff mannequin self-assigned this Aug 30, 2008
@rlmill rlmill mannequin added the s: positive review label Aug 30, 2008
@sagetrac-mabshoff
Copy link
Mannequin Author

sagetrac-mabshoff mannequin commented Aug 30, 2008

comment:3

Merged in Sage 3.1.2.alpha3

@sagetrac-mabshoff sagetrac-mabshoff mannequin closed this as completed Aug 30, 2008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants