#4978: fix NTL tuning issue on Linux/ppc64
----------------------+-----------------------------------------------------
Reporter: mabshoff | Owner: mabshoff
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.1
Component: build | Keywords:
----------------------+-----------------------------------------------------
spkg-install has the following:
{{{
# Do performance tuning steps.
if [ `uname` = "Linux" -a `uname -m` = "ppc64" ]; then
echo "NTL auto tuning is broken on Linux ppc64. Please report
this to Victor Shoup. Thanks."
else
do_tune
fi
}}}
I cannot imagine the tuning code being broken and even if it is the spkg
should still at least build, so fix it.
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4978>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---