Package: sdpa Version: 7.3.10+dfsg-2 Severity: serious Tags: patch Justification: uninstallable User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu bionic ubuntu-patch
Dear Makoto, The sdpa package has a hard-coded dependency on libscotch-5.1, even though it dynamically links against -lscotch at build time and gets the correct dependency via ${shlibs:Depends}. libscotch-5.1 has now been replaced with libscotch-6.0, which makes sdpa uninstallable in Debian testing. I have uploaded the attached patch to Ubuntu, which fixes this problem. Please consider applying it in Debian as well. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer http://www.debian.org/ slanga...@ubuntu.com vor...@debian.org
diff -Nru sdpa-7.3.10+dfsg/debian/control sdpa-7.3.10+dfsg/debian/control --- sdpa-7.3.10+dfsg/debian/control 2017-10-19 00:00:00.000000000 -0700 +++ sdpa-7.3.10+dfsg/debian/control 2017-11-29 16:26:27.000000000 -0800 @@ -11,7 +11,7 @@ Package: sdpa Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libopenblas-dev, libmumps-seq-5.1.1, libscotch-5.1 + libopenblas-dev, libmumps-seq-5.1.1 Description: High-performance package for SemiDefinite Programs The software SDPA (SemiDefinite Programming Algorithm) is one of the most efficient and stable software packages for solving SDPs based on the @@ -38,7 +38,7 @@ Package: sdpam Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libopenblas-dev, libmumps-seq-5.1.1, libscotch-5.1, + libopenblas-dev, libmumps-seq-5.1.1, octave, libsdpa-dev Description: Matlab/Octave interface of SDPA This package provides SDPA-M, Matlab/Octave interface