#11080: move notebook to flask/wsgi-based notebook
--------------------------------------------------------------------------+-
Reporter: jason |
Owner:
Type: enhancement |
Status: needs_review
Priority: blocker |
Milestone: sage-5.2
Component: notebook |
Resolution:
Keywords: sd31 sd35.5 |
Work issues:
Report Upstream: N/A |
Reviewers: Rado Kirov, Dan Drake, Jason Grout, Simon King, Dmitrii Pasechnik
Authors: Mike Hansen, Rado Kirov, William Stein, Jason Grout |
Merged in:
Dependencies: #13126, #11078, #11874, #12229, #11503, #12327, #12899 |
Stopgaps:
--------------------------------------------------------------------------+-
Changes (by jhpalmieri):
* status: needs_work => needs_review
Comment:
I propose using the
[http://sage.math.washington.edu/home/palmieri/SPKG/sagenb-0.9.0.p0.spkg
spkg here], which is identical to Keshav's except for this change:
{{{
#!diff
--- sagenb-0.9.0/spkg-install 2012-06-15 23:34:55.000000000 -0700
+++ sagenb-0.9.0.p0/spkg-install 2012-06-21 12:35:28.000000000
-0700
@@ -12,7 +12,8 @@
[ -z "$LIBRARY_PATH" ] || LIBRARY_PATH="$LIBRARY_PATH":
export CPATH="$CPATH""$SAGE_LOCAL"/include
export LIBRARY_PATH="$LIBRARY_PATH""$SAGE_LOCAL"/lib
-
+# Fix a build error on (Open)Solaris:
+export CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=500"
easy_install --allow-hosts=None Twisted-12.1.0.tar.bz2
if [ $? -ne 0 ]; then
}}}
(It's a little frustrating that spkg-install is not under revision
control, but this is fixed in #13121.) I think this should be easy to
review positively, since the only problem in the earlier spkg was its
failure to build on (Open)Solaris. Then we can move on to #13121, which we
should try to get into Sage 5.2 as well.
I have not changed the link in the ticket description to point to this new
spkg, but if this sounds like a good approach, please go ahead and do
that.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11080#comment:325>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.