This file is indexed.

/usr/share/doc/coinor-libipopt1v5/README.Debian is in coinor-libipopt1v5 3.11.9-2.1build3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
coinor-ipopt for Debian
-----------------------

As noted in the description, this package is built against the MUMPS
library and, by extension, its dependencies (BLAS and LAPACK).  The
reason for this is that of all the solver options, the MUMPS library
is the only one that is Free Software and included in Debian.  If you
choose, you can rebuild this package against one of the other solver
libraries, but the resulting package is almost certainly not
distributable.

Building against coinor-ipopt
-----------------------------

When building against coinor-ipopt, use pkg-config for compiler and
linker flags, e.g.:

$ pkg-config --cflags ipopt
$ pkg-config --libs ipopt
$ g++ `pkg-config --cflags --libs ipopt` <file_name> -o <file_name.out>

 -- Greg Horn <gregmainland@gmail.com>  Thu, 28 Aug 2014 10:41:20 +0200