#16759: install_package() is obsolete
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.9
      Component:  misc               |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Jeroen Demeyer     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/jdemeyer/install_package___is_obsolete|  
da03be13988e41fc483ee2001654a55d4e45ee95
   Dependencies:                     |     Stopgaps:  #16760
-------------------------------------+-------------------------------------

Comment (by jhpalmieri):

 Okay, looks good. What do we do about the files
 {{{
 src/doc/en/thematic_tutorials/numerical_sage/installation_linux.rst
 src/doc/en/thematic_tutorials/numerical_sage/installation_osx.rst
 src/doc/en/thematic_tutorials/numerical_sage/mpi4py.rst
 }}}
 Maybe I can handle the last one:
 {{{
 #!diff
 diff --git a/src/doc/en/thematic_tutorials/numerical_sage/mpi4py.rst
 b/src/doc/en/thematic_tutorials/numerical_sage/mpi4py.rst
 index 93afc85..ef129b1 100644
 --- a/src/doc/en/thematic_tutorials/numerical_sage/mpi4py.rst
 +++ b/src/doc/en/thematic_tutorials/numerical_sage/mpi4py.rst
 @@ -5,22 +5,11 @@ MPI which stands for message passing interface is a
 common library
  for parallel programming. There is a package mpi4py that builds on
  the top of mpi, and lets arbitrary python objects be passed between
  different processes. These packages are not part of the default
 -sage install. To install them do
 -
 -.. skip
 -
 -::
 -
 -    sage: optional_packages()
 -
 -Find the package name openmpi-\* and mpi4py-\*and do
 -
 -.. skip
 +sage install. To install them, from a shell prompt, run

  ::

 -    sage: install_package('openmpi-*')
 -    sage: install_package('mpi4py-*')
 +    sage -i openmpi mpi4py

  Note that openmpi takes a while to compile (15-20 minutes or so).
  Openmpi can be run on a cluster, however this requires some set up
 }}}
 But the other two files refer to packages which are now archived (`vtk`)
 or are archived and almost certainly a bad idea to install
 (`python-2.5.1-framework`). We can change each instance of
 `install_package` to `sage -i ...` anyway; I'm not sure what else to
 suggest.

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