Differences between revisions 10 and 20 (spanning 10 versions)
Revision 10 as of 2008-07-08 23:04:28
Size: 567
Editor: OndrejCertik
Comment:
Revision 20 as of 2009-05-17 20:59:14
Size: 1055
Editor: OndrejCertik
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
=== Me and SAGE === === Me and Sage ===
Line 13: Line 13:
  * [:DebianSAGE: Debian SAGE Packaging Team]
  * [http://cython.org/ Cython]
  * [:Sage in systemwide python:]
  * [[DebianSAGE| Debian Sage Packaging Team]]
  * [[http://cython.org/|Cython]]
  * [[Sage_in_systemwide_python]]
  * [[OndrejCertik/SPD| Source Python Distribution]]
Line 19: Line 20:
  * I want to use SAGE in physics. I am not so much interested in pure math things, but I really want basic calculus to work and to work well.   * I want to use Sage in physics. I am not so much interested in pure math things, but I really want basic calculus to work and to work well.

=== Tips ===

How to test in parallel:
{{{
$ ./sage -tp 6 devel/sage/sage/calculus/
}}}
Execute tests:
{{{
SAGE_CHECK=yes sage -f sympy-0.6.3.spkg
}}}
How to build in parallel:
{{{
export MAKE="make -j8"
}}}

How to install Sage using virtualbox: SageVirtualBox

=== Links ===

http://wiki.sagemath.org/Sage_Spkg_Tracking

http://sage.math.washington.edu/home/ondrej/

http://wiki.sagemath.org/SPKG_Audit

Ondřej Čertík

Me and Sage

What I do or I am interested in:

Generally:

  • I want to use Sage in physics. I am not so much interested in pure math things, but I really want basic calculus to work and to work well.

Tips

How to test in parallel:

$ ./sage -tp 6 devel/sage/sage/calculus/

Execute tests:

SAGE_CHECK=yes sage -f sympy-0.6.3.spkg

How to build in parallel:

export MAKE="make -j8"

How to install Sage using virtualbox: SageVirtualBox

http://wiki.sagemath.org/Sage_Spkg_Tracking

http://sage.math.washington.edu/home/ondrej/

http://wiki.sagemath.org/SPKG_Audit


CategoryHomepage

OndrejCertik (last edited 2009-06-25 19:08:14 by OndrejCertik)