#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 stumpc5):

 I wanted to modify the {{{Makefile}}} accordingly, but it didn't work
 along the lines
 {{{
 ARCH = $(shell getconf LONG_BIT)
 UNAME_S = $(shell uname -s)

 ifeq ($(UNAME_S),Linux)
     ifeq ($(ARCH),32)
         # do foo
     endif
     ifeq ($(ARCH),64)
         # do bar
     endif
 endif
 ifeq ($(UNAME_S),Darwin)
     # do foobar
 endif

 unknown:
     ...
 }}}
 but I got many different type of errors that I wasn't able to resolve.
 Some were caused by tabs vs. spaces, others by the recursive calling of
 the makefile. Could you help me getting it correct?

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