#17513: Allow Sage to build and run on old Macs on last time
------------------------+----------------------------
   Reporter:  kcrisman  |            Owner:
       Type:  defect    |           Status:  new
   Priority:  minor     |        Milestone:  sage-6.5
  Component:  build     |         Keywords:
  Merged in:            |          Authors:
  Reviewers:            |  Report Upstream:  N/A
Work issues:            |           Branch:
     Commit:            |     Dependencies:
   Stopgaps:            |
------------------------+----------------------------
 Modulo gcc 4.9, of course, though in principle one could ask for a message
 asking to build gcc 4.7 first.

 We need the following
 * This is not supported by at least some shells.
 {{{
 if [[ "$1" =~ "--notebook="* || "$1" =~ "-n="* || "$1" =~ "-notebook="*
 ]]; then
     sage-cleaner &>/dev/null &
     exec sage-notebook "$@"
 fi
 }}}
   including
 {{{
 $ bash --version
 GNU bash, version 2.05b.0(1)-release (powerpc-apple-darwin8.0)
 Copyright (C) 2002 Free Software Foundation, Inc.
 }}}
 * Need to put back in the pyzmq patch to avoid `-arch` flag on our gcc, at
 least for very old indeed Mac - #17510.
 * iml upgrade seems to have removed something for this system. We can add
 something along the lines of
 {{{
 EXTRA_BLAS=""
 if [ $UNAME = "Darwin" ]; then
     # copy cblas headers from gsl
     cp ../patches/gsl_cblas.h cblas.h
     EXTRA_BLAS="--with-cblas=-lgslcblas"
 fi
 }}}
   to fix this.
 * Do something about #16044, even if it is to tacitly let it build on this
 platform without having to do `make -k`.

--
Ticket URL: <http://trac.sagemath.org/ticket/17513>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to