3146
Comment:
|
3631
|
Deletions are marked like this. | Additions are marked like this. |
Line 29: | Line 29: |
Line 39: | Line 42: |
2. Source installation (recommended, but time-consuming; works for Linux and OSX as long as you have a compilier): | 2. Source installation (recommended, but time-consuming; works for Linux and OSX as long as you have a C/C++/Fortran compiler): |
Line 47: | Line 50: |
This works best with the latest version. | This works best with the latest version. ----------------------------- Sage 5.0 includes more than 40 new patches from the Sage-Combinat project ! As a consequence, It has been quite tedious to keep the Sage-Combinat queue working on both 4.8 and 5.0. Therefore: |
Line 49: | Line 56: |
'''With the release of Sage 5.0, we are dropping the backward compatibility with all the former Sage version.''' | '''We will officially drop the support for the Sage-Combinat queue on Sage < 5.0 Friday 2012, May 18th. This includes Sage 4.8, and all beta/rc versions of Sage 5.0.''' |
Line 51: | Line 58: |
See more details on [[https://groups.google.com/group/sage-combinat-devel/browse_thread/thread/3b76e4d9983024e3?hl=fr&noredirect=true|This thread]]. ----------------------------- |
How to install the sage-combinat patches
Short installation instructions
Step 1. To use the features developed by Sage-combinat, you first need to install Sage. You have two options.
- 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://www.sagemath.org/download and follow the installation instructions
- Source installation (recommended, but time-consuming; works for Linux and OSX as long as you have a C/C++/Fortran compiler):
Download the source code from http://sagemath.org/download-source.html and follow the installation instructions on that page.
Step 2. Step 1 already installs the Sage-combinat package. If you really need the latest features of Sage-Combinat, you need to install the Sage-Combinat patches on top by running the following command inside the sage directory:
./sage -combinat install
This works best with the latest version.
Sage 5.0 includes more than 40 new patches from the Sage-Combinat project ! As a consequence, It has been quite tedious to keep the Sage-Combinat queue working on both 4.8 and 5.0. Therefore:
We will officially drop the support for the Sage-Combinat queue on Sage < 5.0 Friday 2012, May 18th. This includes Sage 4.8, and all beta/rc versions of Sage 5.0.
See more details on This thread.
If this step fails, please send an email to the sage-combinat-devel mailing list with the error message.
Long instructions
See the Patch server Step by step tutorial (in particular, how to download Sage-Combinat)