#18859: Update docs to use "make pkgname" instead of "./sage -i pkgname"
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.9
      Component:  documentation      |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Jeroen Demeyer     |    Reviewers:  Ralf Stephan
Report Upstream:  N/A                |  Work issues:  ???
         Branch:                     |       Commit:
  u/jdemeyer/update_docs_to_use__make_pkgname__instead_of____sage__i_pkgname_|  
626113afdc2a3023f2ce1e83fa8d0123cbae442f
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by ncohen):

 > 2. When building Sage, usually you run `make` which runs individual
 `sage -i` commands, keeping in mind dependencies between packages.
 >
 > Having `sage -i` run `make` makes little sense, just like having `gcc`
 run `make` makes little sense.

 For this reason, a way out would be to have:
 1) sage -i --nodep # install without taking dependencies into account.
 That would be what 'make' calls when building Sage on each individual
 package
 2) sage -i # that would call make, and thus take dependencies into
 account.

 Thus, running 'sage -i' would call make, which in turn would call 'sage -i
 --nodep' individually on the packages that need be installed. And this
 way, the user interface does not change. And this way, dependencies will
 be taken into account by default.

 Nathann

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