[Pkg-scicomp-commits] glpk/trunk/debian

Rafael Laboissiere rafael at debian.org
Sun Mar 30 10:59:35 UTC 2008


SVN commit 2347 by rafael:

Suggest lib*-dev packages

 M  +17 -5     glpk/trunk/debian/README.Debian  
 M  +3 -3      glpk/trunk/debian/control  


--- glpk/trunk/debian/README.Debian #2346:2347
@@ -1,14 +1,16 @@
 glpk for Debian
 ---------------
 
-The Debian policy states that all libraries must have a shared version
-in the lib* package and a static version in the lib*-dev package.
-Since the glpk library is not reentrant, there cannot be a shared
-library, though, and therefore everything is in a single package.
+This is the cookbook to run a GLPK example with database connection:
 
- -- Falk Hueffner <falk at debian.org>, Wed, 10 Oct 2001
+    sudo apt-get install mysql-server-5.0 mysql-client-5.0 libmysqlclient15-dev
+    cd /usr/share/doc/glpk-utils/examples/sql/
+    ./mysql_setup.sh
+    glpsol --math sudoku_mysql.mod
 
+ -- Rafael Laboissiere <rafael at debian.org>, Sun, 30 Mar 2008 12:58:03 +0200
 
+
 At one time GLPK included a contrib directory with contributed
 interfaces to Java, Matlab, and Delphi.  This directory was removed by
 the upstream author (he indicated some copyright/license concerns on
@@ -16,3 +18,13 @@
 plan to include them in the Debian package.
 
  -- Brady Hunsaker <hunsaker at engr.pitt.edu>, Sat, 16 Oct 2004
+
+
+The Debian policy states that all libraries must have a shared version
+in the lib* package and a static version in the lib*-dev package.
+Since the glpk library is not reentrant, there cannot be a shared
+library, though, and therefore everything is in a single package.
+
+ -- Falk Hueffner <falk at debian.org>, Wed, 10 Oct 2001
+
+
--- glpk/trunk/debian/control #2346:2347
@@ -14,7 +14,7 @@
 Package: libglpk0
 Architecture: any
 Depends: ${shlibs:Depends}
-Suggests: , libiodbc2, libmysqlclient15
+Suggests: libiodbc2-dev, libmysqlclient15-dev
 Description: linear programming kit with integer (MIP) support
  GLPK (GNU Linear Programming Kit) is intended for solving large-scale
  linear programming (LP), mixed integer programming (MIP), and other
@@ -33,8 +33,8 @@
  .
  In order to get connections between the internal MathProg model
  objects and external database tables, please install the
- libiodbc2 (for the iODBC table driver) and libmysqlclient15 (for the
- MySQL table driver).
+ libiodbc2-dev (for the iODBC table driver) and libmysqlclient15-dev
+ (for the MySQL table driver).
 
 Package: libglpk-dev
 Architecture: any



More information about the Pkg-scicomp-commits mailing list