#12110: [ARM] Singular 3-1-3-3.p1 doesn't compile as-is
----------------------+-----------------------------------------------------
Reporter: Snark | Owner: GeorgSWeber
Type: defect | Status: new
Priority: major | Milestone: sage-4.8
Component: build | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
----------------------+-----------------------------------------------------
The singular package in 4.7.2alpha4 doesn't compile because it lacks a
simple switch in a compilation line.
The reason is that 3-1-3-3 still uses an organisation where you either
have a known platform and hence get nice switches, or you're not -- and
you get crap.
In fact, sage's spkg already adds forcefully a few "-fPIC" here and there
that make things better.
The attached patch adds a "-shared" switch to LIBSINGULAR_FLAGS -- but it
does so before that variable is overwritten by the good flags if the
platform is known. That means it unbreaks my platform but doesn't break
the others.
I have an upstream ticket about singular on ARM here : http://www.singular
.uni-kl.de:8002/trac/ticket/299
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12110>
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.