Package: coinor-osi / 0.108.10+ds-2

Metadata

Package Version Patches format
coinor-osi 0.108.10+ds-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
don t build documentation with full path.patch | (download)

doxydoc/doxygen.conf.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't build documentation with full path

When building documentation, set FULL_PATH_NAMES = NO. Having this
enabled, makes the build unreproducible. Lintian warns with
[file-references-package-build-path].
This happened after bump to debhelper 13.

only use test solver if data samples is found.patch | (download)

Osi/test/unitTest.cpp | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 only use test solver if data samples is found

Conditionally enable 'USETESTSOLVER' if data samples has been found
during configuring.

Optimally, checking if data samples exists should happen at runtime,
because of this, this patch is not suitable for upstream.

Bug: https://github.com/coin-or/Osi/issues/184
Bug-Debian: https://bugs.debian.org/1068739