#19187: Add rules for installing packages with pip
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  critical           |    Milestone:  sage-6.9
      Component:  build              |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Jeroen Demeyer     |    Reviewers:  Vincent Delecroix
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/jdemeyer/ticket/19187            |  fdba3ee0772b1885c3f60cb35f850fee576a7f9a
   Dependencies:  #19119             |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by vbraun):

 * status:  positive_review => needs_work


Comment:

 Doesn't work
 {{{
 $ sage -f brian
 [... endless noise ...]
 sage --pip uninstall -y brian
 You are using pip version 6.1.1, however version 7.1.2 is available.
 You should consider upgrading via the 'pip install --upgrade pip' command.
 Cannot uninstall requirement brian, not installed
 Makefile:2244: recipe for target 'brian-clean' failed
 }}}
 Also breaks the buildbot script that assumes that `build/pkgs/*` has a
 corresponding log file etc. IMHO one dirent for one package is IMHO a
 better organization, stuffing multiple packages into lines of a single
 file doesn't scale (merge conflicts if its too popular).

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