Package: coinor-libcoinutils0
Version: 2.6.3-1
Severity: normal

Just try the most basic example from Clp:

cp /usr/share/doc/coinor-libclp-doc/examples/hello.cpp .
cp /usr/share/doc/coinor-libclp-doc/examples/hello.mps.gz .
g++ -I /usr/include/coin  -l Clp  hello.cpp   -o hello

When executing:
../hello hello.mps.gz
Cannot read gzip'ed file because zlib was not compiled into COIN! in
CoinFileInput::create
Clp3001W  There were -1 errors when importing model from hello.mps.gz

The same problem occure when using bzip compressed file:

../hello hello.mps.bz2 
Cannot read bzip2'ed file because bzlib was not compiled into COIN! in
CoinFileInput::create
Clp3001W  There were -1 errors when importing model from hello.mps.bz2

The ./hello work with a uncompressed hello.mps file.

MPS files are usually compressed because this old format allow a very
good compression ratio and many linear programming problem have a hug
number of data. So it would greatly improve the usability of COIN-OR
on Debian to have compression files support, at least for the input
file.

This should not be a big issue as the configure have the COIN_HAS_ZLIB
and the COIN_HAS_BZLIB variable. Maybe juste a dependency problem.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_CH.UTF-8, LC_CTYPE=fr_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages coinor-libcoinutils0 depends on:
ii  libatlas3gf-base [liblapack.s 3.6.0-24   Automatically Tuned Linear Algebra
ii  libc6                         2.10.2-9   Embedded GNU C Library: Shared lib
ii  libgcc1                       1:4.4.4-1  GCC support library
ii  liblapack3gf [liblapack.so.3g 3.2.1-8    library of linear algebra routines
ii  libstdc++6                    4.4.4-1    The GNU Standard C++ Library v3

coinor-libcoinutils0 recommends no packages.

coinor-libcoinutils0 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to