[glpk] 03/07: Updated version 4.63 from 'upstream/4.63'

Sébastien Villemot sebastien at debian.org
Sat Jul 29 08:24:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository glpk.

commit 519aecbc2e7de61237f54b6b3a6880f2d0da4cd2
Merge: ad19602 a497604
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Jul 28 10:59:08 2017 +0200

    Updated version 4.63 from 'upstream/4.63'
    
    with Debian dir 26ab3f1709c6ba63cd0f04cd8f25a2c78084feda

 .gitignore                                         |  45 --
 ChangeLog                                          |  46 ++
 NEWS                                               |  36 ++
 README                                             |   2 +-
 THANKS                                             |   4 +
 configure                                          |  20 +-
 configure.ac                                       |   2 +-
 examples/INDEX                                     |   4 +
 examples/glpsol.c                                  |  10 +
 examples/life_goe.mod                              | 165 ++++++
 examples/tiling.mod                                | 118 ++++
 examples/toto.mod                                  | 135 +++++
 src/Makefile.am                                    |   4 +-
 src/Makefile.in                                    |  89 ++-
 src/bflib/fvs.c                                    |   2 +-
 src/bflib/fvs.h                                    |   4 +-
 src/bflib/luf.h                                    |   2 +-
 src/{ => cglib}/spv.c                              |   3 +-
 src/{ => cglib}/spv.h                              |  25 +-
 src/env/time.c                                     |  47 +-
 src/glpapi06.c                                     |  24 +
 src/glpk.h                                         |  29 +-
 src/simplex/spxchuzr.c                             | 212 ++++++-
 src/simplex/spxchuzr.h                             |  36 +-
 src/simplex/spxprim.c                              | 625 +++++++++++++++++----
 src/simplex/spydual.c                              | 349 +++++++-----
 w32/Makefile_VC                                    |   2 +-
 w32/Makefile_VC_DLL                                |  14 +-
 w32/Makefile_VC_stdcall_DLL                        |  14 +-
 w64/glpk_4_62.def => w32/glpk_4_63.def             |   4 +-
 ...glpk_4_62_stdcall.def => glpk_4_63_stdcall.def} |   4 +-
 w32/glpk_4_62.def => w64/glpk_4_63.def             |   4 +-
 w64/makefile_VC                                    |   2 +-
 w64/makefile_VC_DLL                                |  14 +-
 34 files changed, 1660 insertions(+), 436 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/glpk.git



More information about the debian-science-commits mailing list