#14480: switch sage to the new directory layout
-------------------------------------+-------------------------------------
       Reporter:  ohanar             |        Owner:  tbd
           Type:  task               |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.0
      Component:  distribution       |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  R. Andrew Ohana    |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/ohanar/build_system              |  c7903c067f0fa949bcd09e6e60c6c306dee26ab4
   Dependencies:  #13015, #14781     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by jdemeyer):

 Some comments (I will probably have several, so I post them one by one):

 In top-level `Makefile` in `lib-clean`, replace
 {{{
         rm -rf src/sage/libs/pari/gen.h
         rm -rf src/sage/modular/arithgroup/farey_symbol.h
         rm -rf src/sage/rings/real_mpfi.h
         rm -rf src/sage/symbolic/pynac.h
 }}}
 by
 {{{
         rm -f src/sage/modular/arithgroup/farey_symbol.h
         rm -f src/sage/rings/real_mpfi.h
         rm -f src/sage/symbolic/pynac.h
 }}}
 (the removal of `gen.h` is #15124).

 Actually, I would prefer a multi-level `Makefile` (this is the preferred
 way for `automake`). That is, move `lib-clean` to a file `src/Makefile`
 and have the top-level `Makefile` contain:
 {{{
 lib-clean:
     cd src && $(MAKE)
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/14480#comment:20>
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/groups/opt_out.

Reply via email to