#15697: Upgrade MPC to latest upstream
-------------------------------------+-------------------------------------
Reporter: jdemeyer | Owner:
Type: enhancement | Status: closed
Priority: minor | Milestone: sage-6.2
Component: packages: | Resolution: fixed
standard | Merged in:
Keywords: | Reviewers: François Bissey
Authors: Jeroen Demeyer | Work issues:
Report Upstream: N/A | Commit:
Branch: | 00a5937b33cd8ad6f1eafbccfbab1d4f73321bf3
u/jdemeyer/ticket/15697 | Stopgaps:
Dependencies: |
-------------------------------------+-------------------------------------
Comment (by leif):
P.S.:
{{{
#!sh
if test "x$GMP_CFLAGS" = "x__GMP_CFLAGS" -o "x$GMP_CC" = "x__GMP_CC" ;
then
AC_MSG_RESULT(no)
GMP_CC=
GMP_CFLAGS=
else
AC_MSG_RESULT(yes [CC=$GMP_CC CFLAGS=$GMP_CFLAGS])
fi
}}}
could be changed to something like
{{{
#!sh
if test -z "$GMP_CFLAGS$GMP_CC" ; then
AC_MSG_RESULT([no, no working preprocessor found; CPP=$CPP
CPPFLAGS=$CPPFLAGS])
elif test "x$GMP_CFLAGS" = "x__GMP_CFLAGS" -o "x$GMP_CC" = "x__GMP_CC"
; then
AC_MSG_RESULT(no)
GMP_CC=
GMP_CFLAGS=
else
AC_MSG_RESULT(yes [CC=$GMP_CC CFLAGS=$GMP_CFLAGS])
fi
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/15697#comment:23>
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/d/optout.