#12576: OS X Lion: don't require setting SAGE_PORT
--------------------------+-------------------------------------------------
   Reporter:  jhpalmieri  |          Owner:  GeorgSWeber    
       Type:  defect      |         Status:  needs_work     
   Priority:  blocker     |      Milestone:  sage-5.0       
  Component:  build       |       Keywords:  osx lion prereq
Work_issues:              |       Upstream:  N/A            
   Reviewer:              |         Author:  John Palmieri  
     Merged:              |   Dependencies:  #4949          
--------------------------+-------------------------------------------------

Comment(by jdemeyer):

 In fact, why not remove all of
 {{{
 if [ "$UNAME" = "SunOS" ] && [ "$RELEASE" = "5.9" ]; then
     echo "WARNING: Building Sage is not supported on Solaris 9"
     echo "but it might work, so the build will continue."
     echo "Solaris 9: copying work around stdint.h"
     cp $SAGE_ROOT/spkg/base/stdint.h_Solaris9 $SAGE_LOCAL/include/stdint.h
 fi

 if [ "$UNAME" = "SunOS" ] && [ "$RELEASE" = "5.8" ]; then
     echo "WARNING: Building Sage is not supported on Solaris 8"
     echo "but it might work, so the build will continue."
     echo "Solaris 8: copying work around stdint.h"
     cp $SAGE_ROOT/spkg/base/stdint.h_Solaris9 $SAGE_LOCAL/include/stdint.h
 fi
 }}}
 as those versions are already checked for above.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12576#comment:7>
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