#5847: Update GMP-ECM to 6.3
-------------------------+--------------------------------------------------
Reporter: mabshoff | Owner: leif
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.6.1
Component: packages | Resolution:
Keywords: | Author: Mike Hansen, Leif Leonhardy, Jeroen
Demeyer
Upstream: N/A | Reviewer: Leif Leonhardy, Dima Pasechnik
Merged: | Work_issues:
-------------------------+--------------------------------------------------
Comment(by jdemeyer):
Replying to [comment:73 leif]:
> What C compilers ''does'' Sage currently support (and will Sage support
in the near future)?
Okay, I was referring to older versions of `gcc` which do not support
`-march=native` (it is a relatively new command line option, so we cannot
assume that it will work).
Anyway, the proper way to do this is to actually run {{{gcc
-march=native}}} on some stupid .c file and check whether it compiles
(there is no need to actually run the compiled program, so we can compile
to `/dev/null`).
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5847#comment:76>
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.