Changes between Version 2 and Version 3 of Ticket #10030
- Timestamp:
- 10/01/10 12:45:32 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10030 – Description
v2 v3 3 3 This needs a patched $SAGE_ROOT/local/bin/sage-doctest and a new $SAGE_ROOT/local/bin/python-doctest: 4 4 {{{ 5 sage -sh -c 'wget -O $SAGE_ROOT/local/bin/sage-doctest http://trac.sagemath.org/sage_trac/raw-attachment/ticket/10030/sage-doctest && wget -O- http://trac.sagemath.org/sage_trac/raw-attachment/ticket/10030/python-doctest.c | gcc -O2 -pipe -x c - -o $SAGE_ROOT/local/bin/python-doctest'5 ./sage -sh -c 'wget -O $SAGE_ROOT/local/bin/sage-doctest http://trac.sagemath.org/sage_trac/raw-attachment/ticket/10030/sage-doctest && wget -O- http://trac.sagemath.org/sage_trac/raw-attachment/ticket/10030/python-doctest.c | gcc -O2 -pipe -x c - -o $SAGE_ROOT/local/bin/python-doctest' 6 6 }}} 7 7 8 Dependencies: # 10018, #96788 Dependencies: #9678