#14636: ECL spkg : dirty workarounds?
-------------------------------------+-------------------------------------
Reporter: Snark | Owner: jdemeyer
Type: defect | Status: needs_work
Priority: major | Milestone: sage-pending
Component: packages: | Resolution:
standard | Merged in:
Keywords: | Reviewers:
Authors: Julien Puydt | Work issues: rebase, SIGCHLD
Report Upstream: N/A | doctest
Branch: | Commit:
Dependencies: | Stopgaps:
-------------------------------------+-------------------------------------
Comment (by dimpase):
Replying to [comment:52 Snark]:
> Dima, then my first patch which moves the change into sagelib should
there break too. That would probably mean there's an upstream issue on OSX
PPC... Can you check?
it turns out that reenabling Altivec back in `p2` was the cause of
trouble. If I reapply the patch from #11297
{{{
--- a/spkg-install Wed Jun 05 19:56:22 2013 +0000
+++ b/spkg-install Wed Aug 14 23:25:31 2013 +0800
@@ -48,6 +48,12 @@
CXXFLAGS="-g -O2 $CXXFLAGS"
fi
+if [ "`uname -sm`" = "Darwin Power Macintosh" ] ; then
+# Disabling altivec instructions (trac 11297)
+ CFLAGS="$CFLAGS -mno-altivec -mabi=no-altivec"
+ export CFLAGS
+fi
+
# These are all used by GNU to specify compilers.
echo "Using CC=$CC"
echo "Using CXX=$CXX"
}}}
then `p4` works for me. Sorry for noise.
--
Ticket URL: <http://trac.sagemath.org/ticket/14636#comment:55>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.