#11080: move notebook to flask/wsgi-based notebook
--------------------------------------------------------------------------+-
Reporter: jason |
Owner:
Type: enhancement |
Status: needs_work
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:
--------------------------------------------------------------------------+-
Comment (by jhpalmieri):
Replying to [comment:319 jdemeyer]:
> On `hawk`, adding the compiler flag `-D_XOPEN_SOURCE=500` fixes the
problem. Any objections to adding this unconditionally on all
architectures?
Do you mean something like this?
{{{
#!diff
--- spkg-install.orig 2012-06-15 23:34:55.000000000 -0700
+++ spkg-install 2012-06-21 10:36:33.000000000 -0700
@@ -12,7 +12,7 @@
[ -z "$LIBRARY_PATH" ] || LIBRARY_PATH="$LIBRARY_PATH":
export CPATH="$CPATH""$SAGE_LOCAL"/include
export LIBRARY_PATH="$LIBRARY_PATH""$SAGE_LOCAL"/lib
-
+export CFLAGS="$CFLAGS -D_XOPEN_SOURCE=500"
easy_install --allow-hosts=None Twisted-12.1.0.tar.bz2
if [ $? -ne 0 ]; then
}}}
This seems to allow compilation on hawk and on mark, and compilation still
works on OS X Lion and sage.math.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11080#comment:323>
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.