#8020: python-2.6.4.p4 spkg *totally breaks* itanium support
------------------------+---------------------------------------------------
Reporter: was | Owner: tbd
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.3.2
Component: packages | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by was):
This appears to be trivial to fix. In spkg-install change:
{{{
# The following patch for fixing broken readline behavior on Itanium
# Linux definitely does *not* work on anything else.
if [ "`uname -m`" = "ia64" -a "`uname`" = "Linux" ]; then
echo "Updating readline.c for Linux/Itanium"
cp patches/readline.c-Itanium-fix Modules/readline.c
}}}
to
{{{
# The following patch for fixing broken readline behavior on Itanium
# Linux definitely does *not* work on anything else.
if [ "`uname -m`" = "ia64" -a "`uname`" = "Linux" ]; then
echo "Updating readline.c for Linux/Itanium"
cp patches/readline.c-Itanium-fix src/Modules/readline.c
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8020#comment:1>
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.