#20107: Add optional gap3_jm package
-------------------------------------+-------------------------------------
       Reporter:  stumpc5            |        Owner:
           Type:  enhancement        |       Status:  new
       Priority:  major              |    Milestone:  sage-7.1
      Component:  packages:          |   Resolution:
  optional                           |    Merged in:
       Keywords:                     |    Reviewers:
        Authors:                     |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:  u/stumpc5/20107    |  5483a58699784651d5fd47a633a68aed04f71cf1
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by jdemeyer):

 This is far from an exhaustive list:
 {{{
 #!diff
 +if [[ $UNAME == 'Linux' ]]; then
 +    if [[ $(uname -m) == 'x86_64' ]]; then
 +        MAKE_COMMAND='x86linux-gcc64'
 +    else
 +        MAKE_COMMAND='x86linux-gcc'
 +    fi;
 +elif [[ $UNAME == 'Darwin' ]]; then
 +        MAKE_COMMAND='macosx-gcc'
 +fi
 }}}

 Is gap3 only supported on those architectures? In that case, it will need
 to be an experimental package.

--
Ticket URL: <http://trac.sagemath.org/ticket/20107#comment:23>
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 https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to