#13121: Upgrade sagenb to 0.9.1
----------------------------------------------------------------+-----------
Reporter: kini |
Owner: jason, mpatel, was
Type: enhancement |
Status: needs_review
Priority: major |
Milestone: sage-5.2
Component: notebook |
Resolution:
Keywords: sagenb | Work
issues:
Report Upstream: Fixed upstream, but not in a stable release. |
Reviewers:
Authors: | Merged
in:
Dependencies: #11080, #9774, #8473, #11913, #12299 |
Stopgaps:
----------------------------------------------------------------+-----------
Changes (by kini):
* status: needs_work => needs_review
Comment:
SPKG updated with your changes, more or less:
{{{
#!diff
diff --git a/spkg-install b/spkg-install
--- a/spkg-install
+++ b/spkg-install
@@ -17,10 +17,13 @@
export CPATH="$CPATH""$SAGE_LOCAL"/include
export LIBRARY_PATH="$LIBRARY_PATH""$SAGE_LOCAL"/lib
-export CPPFLAGS="-I$SAGE_LOCAL/include $CPPFLAGS"
+# note: the -D_XOPEN_SOURCE=500 is to fix build errors in Twisted 12.1 on
+# Solaris. See
http://trac.sagemath.org/sage_trac/ticket/11080#comment:314 and
+# the subsequent few comments.
+export CPPFLAGS="-I$SAGE_LOCAL/include -D_XOPEN_SOURCE=500 $CPPFLAGS"
export LDFLAGS="-L$SAGE_LOCAL/lib $LDFLAGS"
-if [ -n $SAGE64 ]; then
+if [ $SAGE64 = "yes" ]; then
echo "Building with extra 64-bit flags for MacOS X and Open Solaris."
if [ -z $CFLAG64 ]; then
CFLAG64=-m64
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13121#comment:11>
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.