Changes between Version 17 and Version 19 of Ticket #11080
- Timestamp:
- 12/19/11 21:43:46 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11080 – Description
v17 v19 2 2 3 3 '''spkg''': 4 * http://sage.math.washington.edu/home/jason/sagenb_dependencies-20111216.spkg5 4 * http://sage.math.washington.edu/home/jason/twisted-11.0.0.spkg (from #11874) 6 * http://sage.math.washington.edu/home/jason/sagenb-0.9.0.spkg 5 * http://sage.math.washington.edu/home/jason/sagenb-0.9.0.spkg (this includes all dependencies not already in Sage) 7 6 8 7 '''apply''': 9 8 * Apply the patch from #11078 to the normal sage repository 10 * Apply [attachment:trac-11080-sagenb_dependencies-spkg.patch] to the $SAGE_ROOT repository (this updates the spkg dependencies lists to include the new spkg).9 * DO NOT apply [attachment:trac-11080-sagenb_dependencies-spkg.patch] to the $SAGE_ROOT repository (this updates the spkg dependencies lists to include the new spkg). (that patch is only if we end up using a sagenb_dependencies spkg) 11 10 12 11 Relevant code repository: http://code.google.com/r/jasongrout-flask-sagenb/ … … 15 14 {{{ 16 15 cd $SAGE_ROOT 17 ./sage -hg qimport http://trac.sagemath.org/sage_trac/raw-attachment/ticket/11080/trac-11080-sagenb_dependencies-spkg.patch18 ./sage -hg qpush19 ./sage -f http://sage.math.washington.edu/home/jason/sagenb_dependencies-20111216.spkg20 16 ./sage -f http://sage.math.washington.edu/home/jason/twisted-11.0.0.spkg 21 17 ./sage -f http://sage.math.washington.edu/home/jason/sagenb-0.9.0.spkg