I proposed a standard MPC (multi-precision complex numbers) package at #12515, which is a dependency of GCC (#12369). It got positive_review, but further testing revealed problems compiling MPC on systems with an old glibc. I discovered this was due to the -D_FORTIFY_SOURCE=2 flag. There is a new spkg, removing this flag. This modification was accepted by upstream.
The only thing left to review is the patch to remove the -D_FORTIFY_SOURCE=2 flag. Please review: http://trac.sagemath.org/sage_trac/ticket/12515 Thanks, Jeroen. -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
