From Fedora Project Wiki

< SIGs‎ | SciTech

m (→‎Missing required components: zodb deps might already be in Fedora)
m (pycrypto already in fedora)
Line 63: Line 63:
* [http://hep.itp.tuwien.ac.at/%7Ekreuzer/CY/CYpalp.html PALP] [https://bugzilla.redhat.com/show_bug.cgi?id=476351 Review Request]
* [http://hep.itp.tuwien.ac.at/%7Ekreuzer/CY/CYpalp.html PALP] [https://bugzilla.redhat.com/show_bug.cgi?id=476351 Review Request]
* [http://polybori.sourceforge.net/ PolyBoRi] [https://bugzilla.redhat.com/show_bug.cgi?id=476346 Review Request]
* [http://polybori.sourceforge.net/ PolyBoRi] [https://bugzilla.redhat.com/show_bug.cgi?id=476346 Review Request]
* [http://www.dlitz.net/software/pycrypto/ PyCrypto] [https://bugzilla.redhat.com/show_bug.cgi?id=476385 Review Request]
* [http://www.cs.berkeley.edu/%7Eyozo/ Qd] [https://bugzilla.redhat.com/show_bug.cgi?id=470325 Review Request]
* [http://www.cs.berkeley.edu/%7Eyozo/ Qd] [https://bugzilla.redhat.com/show_bug.cgi?id=470325 Review Request]
* [http://www.singular.uni-kl.de/ Singular] I'm also working on this (konradm) and some deps.
* [http://www.singular.uni-kl.de/ Singular] I'm also working on this (konradm) and some deps.
Line 76: Line 75:
* [http://m4ri.sagemath.org/ M4RI] [https://bugzilla.redhat.com/show_bug.cgi?id=470173 Review Request complete, in Fedora]
* [http://m4ri.sagemath.org/ M4RI] [https://bugzilla.redhat.com/show_bug.cgi?id=470173 Review Request complete, in Fedora]
* [http://perso.ens-lyon.fr/nathalie.revol/software.html MPFI] [https://bugzilla.redhat.com/show_bug.cgi?id=466688 Review Request Completed, in Fedora]
* [http://perso.ens-lyon.fr/nathalie.revol/software.html MPFI] [https://bugzilla.redhat.com/show_bug.cgi?id=466688 Review Request Completed, in Fedora]
* [http://www.dlitz.net/software/pycrypto/ PyCrypto] Already packaged in Fedora (python-crypto).
* [http://code.google.com/p/sympy/ Sympy] [https://bugzilla.redhat.com/show_bug.cgi?id=466660 Review Request Completed, in Fedora]
* [http://code.google.com/p/sympy/ Sympy] [https://bugzilla.redhat.com/show_bug.cgi?id=466660 Review Request Completed, in Fedora]
* [http://www.scipy.org/Weave Weave] Already in scipy.
* [http://www.scipy.org/Weave Weave] Already in scipy.

Revision as of 02:27, 14 December 2008

This is to help document the process to get SAGE (http://sagemath.org/), the open-source computer algebra/mathematics framework into Fedora.

People interested helping in packaging/reviewing:

Cross-distribution efforts:

On fedora-devel KevinKofler points out that:

One problem will be that they're bundling many third-party components which should
be packaged separately:

http://sage.math.washington.edu/sage/doc/html/inst/intro.html

So the first step is to track down which of these dependencies are in Fedora
already, whether they need any patches to work with SAGE, whether they are
build-time (BuildRequires) dependencies, run-time (Requires) dependencies or
both, whether they're required or optional and package those which are not in
Fedora yet.

He suggests the following order:

  1. package required build-time dependencies
  2. package required run-time dependencies
  3. package as many optional build-time dependencies as possible
  4. package SAGE itself
  5. package optional run-time dependencies (and decide on a case by case basis whether it makes sense to add them as actual Requires: dependencies to the package or not)

Required components that SAGE ships with: http://sagemath.org/packages/standard/

Optional components that SAGE ships with: http://sagemath.org/packages/optional/

(a manual list with descriptions which may vary somewhat with respect to the above is at http://sagemath.org/links-components.html) (See also: http://wiki.sagemath.org/days6/sprint/debian)

Missing required components

(If you are working on packaging a component or have filed a review request bug, please note it or link to something here.)

Completed (reviewed and built) required components

  1. From upstream's readme.txt: "If you're using Fortran on a platform without g95 binaries included with Sage, e.g., Itanium, you must use a system-wide gfortran.". So they support gfortran and even system-wide installations of it.