#20710: upgrade glpk to 4.60
-------------------------------------+-------------------------------------
       Reporter:  fbissey            |        Owner:
           Type:  enhancement        |       Status:  new
       Priority:  major              |    Milestone:  sage-7.3
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:                     |    Reviewers:
        Authors:  François Bissey    |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  79883a7750ec829abc0c41a6747c919e7e54db09
  u/fbissey/glpk_4.60                |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------
Changes (by {'newvalue': u'Fran\xe7ois Bissey', 'oldvalue': ''}):

 * cc: jpflori (added)
 * commit:   => 79883a7750ec829abc0c41a6747c919e7e54db09
 * branch:   => u/fbissey/glpk_4.60
 * author:   => François Bissey


Comment:

 Still doctests to fix.

 @ jpflori could you have a look at the cygwin part? Upstream has added
 some stuff to add `--no-undefined` if host is `*-*-cygwin*` but you are
 also checking how gmp/mpir is built if host_os is `cygwin*` at the moment
 I have adapted the patch but may be it is safe to drop it completely. From
 `configure.ac`
 {{{
 AC_MSG_CHECKING(
    [if libtool needs -no-undefined flag to build shared libraries])
 case "${host}" in
    *-*-cygwin* | *-*-mingw* | *-*-aix*)
       ## Add in the -no-undefined flag to LDFLAGS for libtool.
       AC_MSG_RESULT([yes])
       NOUNDEFINED=" -no-undefined"
       ;;
    *)
       ## Don't add in anything.
       AC_MSG_RESULT([no])
       ;;
 esac
 AC_SUBST([NOUNDEFINED])
 }}}
 with a matching bit for `NOUNDEFINED` in `src/Makefile.am`.
 ----
 New commits:
 
||[http://git.sagemath.org/sage.git/commit/?id=3e82dbefbe749bd04be9af162e54b627f6701aff
 3e82dbe]||{{{first shot at spkg-src for glpk}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=e3f769176da04da390ae05d08ef53f4bd29ec418
 e3f7691]||{{{updating glpk to 4.60 - first pass}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=79883a7750ec829abc0c41a6747c919e7e54db09
 79883a7]||{{{Merge branch 'develop' into glpk_4.60}}}||

--
Ticket URL: <http://trac.sagemath.org/ticket/20710#comment:1>
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 https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to