#7856: update matplotlib hack for OS X
------------------------+---------------------------------------------------
   Reporter:  was       |       Owner:  tbd       
       Type:  defect    |      Status:  needs_work
   Priority:  blocker   |   Milestone:  sage-4.3.1
  Component:  packages  |    Keywords:            
Work_issues:            |      Author:            
   Upstream:  N/A       |    Reviewer:            
     Merged:            |  
------------------------+---------------------------------------------------
Changes (by jhpalmieri):

  * status:  needs_review => needs_work


Comment:

 A few quick comments: SPGK.txt needs to be updated.  Also, is the hack
 appropriate for OS X running 10.5 (since it now just checks for "DARWIN",
 not the version number)?  I don't have access to a machine to test that.

 Finally, if SAGE64 is set and we're on DARWIN, is it worth making some of
 the other changes in [http://blog.hyperjeff.net/?p=160]?  For example, in
 src/make.osx, changing
 {{{
 CFLAGS="-arch i386 -arch ppc -I${PREFIX}/include
 -I${PREFIX}/include/freetype2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk"
 LDFLAGS="-arch i386 -arch ppc -L${PREFIX}/lib
 -syslibroot,/Developer/SDKs/MacOSX10.4u.sdk"
 }}}
 so that "-arch ppc" gets changed to "-arch x86_64"?  (That web page also
 suggests adding "FFLAGS", and making a few other changes.  We can defer
 these until later, also.)

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7856#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB
-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.


Reply via email to