Differences between revisions 98 and 109 (spanning 11 versions)
Revision 98 as of 2009-07-22 00:13:04
Size: 7065
Comment:
Revision 109 as of 2010-02-16 10:21:16
Size: 5900
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
== Installation instructions ==

=== Short instructions ===

'''Step 1.''' To install the experimental patches provided by Sage-combinat, you first need to install Sage. You have two options.

    1. Binary installation (takes less time; only option on Windows; only works if a binary exists for your system):

        * Download a binary distribution ''for your system'' from [[http://sage.math.washington.edu/home/wstein/binaries/4.1.combinat/]] and follow the installation instructions on [[http://wiki.sagemath.org/DownloadAndInstallationGuide|there]]

    2. Source installation (recommended, but time-consuming; works for Linux and OSX as long as you have a compilier):

        * Download the source code from [[http://sagemath.org/download-source.html]] and follow the installation instructions on that page.

'''Step 2.''' If you really need the latest features: install the Sage-Combinat patches by running the following command ''inside the sage directory'':
    {{{
./sage -combinat install
    }}}
This works best with the latest version of Sage (4.1 as of 06/10/2009).
If this step fails, please send an email to the
[[http://groups.google.com/group/sage-combinat-devel|sage-combinat-devel]]
mailing list with the error message.

=== Long instructions ===

 * See the [[http://wiki.sagemath.org/combinat/MercurialStepByStep|Patch server Step by step tutorial]] (in particular, how to '''download Sage-Combinat''')
'''[[http://wiki.sagemath.org/combinat/Installation|Installation instructions]]'''
Line 39: Line 13:
 * [[http://sagetrac.org/sage_trac/wiki/SageCombinatRoadMap|road map and current status]]  * [[http://sagetrac.org/sage_trac/wiki/SageCombinatRoadMap|Road map and current status]]
Line 46: Line 20:
   We will hold an International Sage Workshop on [[combinat/FPSAC09|Free and Practical Software for Algebraic Combinatorics]] at RISC, Linz, Austria, right after [[http://www.risc.uni-linz.ac.at/about/conferences/fpsac2009/|FPSAC'09]]    We held an International Sage Workshop on [[combinat/FPSAC09|Free and Practical Software for Algebraic Combinatorics]] at RISC, Linz, Austria, right after [[http://www.risc.uni-linz.ac.at/about/conferences/fpsac2009/|FPSAC'09]]
Line 60: Line 34:
   The transition is a massive investment: seven years of hard work to port over! However a lot of experience was gained since 2000, and most of the design is now pretty clear. By sharing the work the transition will hopefuly be relatively quick.    The transition was a massive investment (and is not yet completely
   over)
: seven years of hard work to port over! However a lot of
  
experience was gained since 2000, and most of the design was pretty
   clear, and we co
uld *share* the work.
Line 85: Line 62:
 * Cite Sage-Combinat when you use it for research publications (TODO: provide a standard citation here).  * [[http:/combinat/CiteSageCombinat|Cite Sage-Combinat]] when you use it for research publications.
 * [[http://www.projet-plume.org/en/relier/sage-combinat-0]] and [[http://www.projet-plume.org/fr/relier/sage-combinat]]
Line 90: Line 68:

 * Browse the [[http://combinat.sagemath.org/code/file/tip/sage/|Sage sources with the Sage-combinat patches applied]]
Line 108: Line 88:
 * From sage 3.4 on, the documentation system is based on ReST/Sphinx. Here are some [[combinat/HelpOnTheDoc|help about the new doc system]]  * Browse the [[http://combinat.sagemath.org/doc/|Sage documentation with the Sage-combinat patches applied]]

Sage-Combinat

Sage-Combinat is a software project whose mission statement is: to improve the open source mathematical system Sage as an extensible toolbox for computer exploration in algebraic combinatorics, and foster code sharing between researchers in this area.

In practice, Sage-combinat is a collection of experimental patches (i.e. extensions) on top of Sage, developed by a community of researchers. The intent is that most of those patches get eventually integrated into Sage as soon as they are mature enough, with a typical short life-cycle of a few weeks. In other words: just install Sage, and you will benefit from all the Sage-combinat development, except for the latest bleeding edge features.


Installation instructions


NEWS


Who are we?


How to participate and contribute

Communication

Code

Design

Documentation

combinat (last edited 2022-04-05 01:35:07 by mkoeppe)