#11297: altivec must be disabled for ECL on PPC OSX 10.5
-----------------------+----------------------------------------------------
Reporter: dimpase | Owner: GeorgSWeber
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.7
Component: build | Keywords: PPC, MacOSX 10.5, ECL
Work_issues: | Upstream: Reported upstream. Little or no
feedback.
Reviewer: | Author:
Merged: | Dependencies:
-----------------------+----------------------------------------------------
Comment(by dimpase):
so this is the proposed patch for spkg-install in ecl-11.1.1.p0.spkg
{{{
diff -r 492613112d08 spkg-install
--- a/spkg-install Wed Mar 23 10:24:48 2011 +1300
+++ b/spkg-install Thu May 05 14:08:59 2011 +0800
@@ -83,6 +83,9 @@
# 2) Intel or AMD CPU
# 3) 64-bit build
./configure --prefix="$SAGE_LOCAL" --with-dffi=no
+elif [ "`uname -sm`" = "Darwin Power Macintosh" ] ; then
+ # disbaling altivec instructions (trac 11297)
+ ./configure --prefix="$SAGE_LOCAL" CFLAGS="$CFLAGS -mno-altivec
-mabi=no-altivec"
else
./configure --prefix="$SAGE_LOCAL"
fi
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11297#comment:2>
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.