Differences between revisions 13 and 19 (spanning 6 versions)
Revision 13 as of 2008-11-19 23:15:04
Size: 666
Editor: OndrejCertik
Comment:
Revision 19 as of 2009-03-22 00:07:15
Size: 1016
Editor: OndrejCertik
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
  * [[OndrejCertik/SPD| Source Python Distribution]]
Line 27: Line 28:
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/

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/


CategoryHomepage

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