#18517: Clean up build/install after #17607
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.8
      Component:  build              |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Jeroen Demeyer     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/jdemeyer/clean_up_build_install_after__17607|  
7e5095c53fd9575a4abbbc7bbb6a219af431bbb8
   Dependencies:  #17607             |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by jdemeyer):

 * status:  new => needs_review


Old description:



New description:

 Instead of creating totally new package types like `python2standard`,
 adding the following lines in `build/install` is sufficient to implement
 #17607:
 {{{
 if [ "$SAGE_PYTHON3" = yes ]; then
     echo >&5 'PYTHON = $(PYTHON3)'
 else
     echo >&5 'PYTHON = $(PYTHON2)'
 fi
 }}}

--

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