#7552: Update the Twisted package to 9.0
-------------------------------------------+--------------------------------
Reporter: timdumol | Owner: tbd
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.3.4
Component: packages | Keywords:
Author: Tim Dumol | Upstream: N/A
Reviewer: William Stein, Mitesh Patel | Merged:
Work_issues: |
-------------------------------------------+--------------------------------
Comment(by drkirkby):
Also see #8352, which makes a very small change to twisted's spkg-install
file, so the previous version of twisted builds on any platform as 64-bit,
not just OS X.
Basically changing
{{{
if [ `uname` = "Darwin" -a "$SAGE64" = "yes" ]; then
echo "64 bit MacIntel"
CFLAGS="-O2 -g -m64 "; export CFLAGS
LDFLAGS="-m64 "; export LDFLAGS
fi
}}}
to
{{{
if ["x$SAGE64" = xyes ]; then
echo "64 bit build"
CFLAGS="-O2 -g -m64 "; export CFLAGS
LDFLAGS="-m64 "; export LDFLAGS
fi
}}}
I'm happy to give the other ticket positive review, but are not going to
just now, until I find the best way of handling this.
Dave
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7552#comment:13>
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.