python-glpk 0.4.52-1.1 source package in Ubuntu

Changelog

python-glpk (0.4.52-1.1) unstable; urgency=medium


  * Non-maintainer upload.
  * Upload to unstable, for glpk transition.
  * debian/control: remove manually added versioned dependencies on libglpk0.
    The shared library is now libglpk36. Also, it is unnecessary to add such
    versioned dependencies, because SONAME versioning ensures that the package
    will work with newer versions of the library, and symbols/shlibs files
    ensure that the minimal required version is enforced.

 -- Sébastien Villemot <email address hidden>  Fri, 06 Dec 2013 17:11:11 +0100

Upload details

Uploaded by:
Joao Pedro Pedroso
Uploaded to:
Sid
Original maintainer:
Joao Pedro Pedroso
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe math
Trusty release universe math

Downloads

File Size SHA-256 Checksum
python-glpk_0.4.52-1.1.dsc 1.8 KiB c04cef83f5192b772b254d9db9362b3e3113fd38bac47921a1138cb76df6c9d9
python-glpk_0.4.52.orig.tar.gz 40.5 KiB b5c8e00dfd1c5ffdaafe6281d6dd0e8d742763f9b127005d8e655c21a44a934c
python-glpk_0.4.52-1.1.debian.tar.gz 2.8 KiB 0cddf3d13dbab872311b4c67ec8a190a8a47486b4824067e7a423c060aed785c

No changes file available.

Binary packages built by this source

python-glpk: Python bindings to the GNU Linear Programming Kit

 GLPK (GNU Linear Programming Kit) is intended for solving large-scale
 linear programming (LP), mixed integer programming (MIP), and other
 related problems. It is a set of routines written in ANSI C and
 organized in the form of a callable library.
 .
 GLPK supports the GNU MathProg language, which is a subset of the
 AMPL language. GLPK also supports the standard MPS and LP formats.
 .
 This is the Python bindings to GLPK.