Changes between Version 274 and Version 275 of Ticket #11080
- Timestamp:
- 05/04/12 10:17:51 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11080
-
Property
Status
changed from
needs_work
toneeds_review
-
Property
Status
changed from
-
Ticket #11080 – Description
v274 v275 3 3 Relevant code repository: https://github.com/sagemath/sagenb 4 4 5 '''Explicit instructions starting with sage-5.0.beta13''' including dependencies(replace $SAGE_ROOT with the root sage directory):5 '''Explicit instructions to apply relevant patches for this whole group of tickets, starting from a working installation of sage-5.0.beta13 or later''' (replace $SAGE_ROOT with the root sage directory): 6 6 {{{ 7 7 cd $SAGE_ROOT … … 29 29 }}} 30 30 31 '''spkg''': [http://boxen.math.washington.edu/home/keshav/files/sagenb-0.9.0.spkg] (this includes all dependencies not already in Sage) 32 33 '''apply''': [attachment:trac-11080-notebook-docs.patch] to sage repository 31 '''spkg''': [http://boxen.math.washington.edu/home/keshav/files/sagenb-0.9.0.spkg] includes all dependencies not already in Sage. Please install it as part of the process described above, as it depends on a bunch of patches. 34 32 35 33 This is a review version of the spkg. When we have finalized things, we'll make a finished spkg that has the appropriate tags in the revision history, no unnecessary revision branches, etc. 36 37 '''Testing release''': [http://boxen.math.washington.edu/home/release/sage-5.1.notebook]