control: tags -1 patch

Attached a patch that fixes the issue
(probably you should drop that runtime dependencies now)

G.
diff -Nru sdpa-7.3.9+dfsg/debian/changelog sdpa-7.3.9+dfsg/debian/changelog
--- sdpa-7.3.9+dfsg/debian/changelog    2013-07-04 04:47:15.000000000 +0200
+++ sdpa-7.3.9+dfsg/debian/changelog    2017-07-17 09:46:15.000000000 +0200
@@ -1,3 +1,10 @@
+sdpa (7.3.9+dfsg-2) unstable; urgency=medium
+
+  * Fix build failure with providing mumps system libraries
+    (Closes: #868505)
+
+ -- Gianfranco Costamagna <locutusofb...@debian.org>  Mon, 17 Jul 2017 
09:46:15 +0200
+
 sdpa (7.3.9+dfsg-1) unstable; urgency=low
    * New upstream
      + Assign the library files to link by full paths
diff -Nru sdpa-7.3.9+dfsg/debian/control sdpa-7.3.9+dfsg/debian/control
--- sdpa-7.3.9+dfsg/debian/control      2013-07-04 04:47:15.000000000 +0200
+++ sdpa-7.3.9+dfsg/debian/control      2017-07-17 09:45:29.000000000 +0200
@@ -11,7 +11,7 @@
 Package: sdpa
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends},
-   libatlas-base-dev, libmumps-seq-4.10.0
+   libatlas-base-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},
-   libatlas-base-dev, libmumps-seq-4.10.0,
+   libatlas-base-dev, libmumps-seq-5.1.1,
    octave, libsdpa-dev
 Description: Matlab/Octave interface of SDPA
  This package provides SDPA-M, Matlab/Octave interface of
diff -Nru sdpa-7.3.9+dfsg/debian/rules sdpa-7.3.9+dfsg/debian/rules
--- sdpa-7.3.9+dfsg/debian/rules        2013-07-04 04:47:15.000000000 +0200
+++ sdpa-7.3.9+dfsg/debian/rules        2017-07-17 09:46:01.000000000 +0200
@@ -22,7 +22,7 @@
 DEB_CONFIGURE_EXTRA_FLAGS = --with-lapack="/usr/lib/atlas/liblapack.a" 
--with-blas="/usr/lib/atlas/libblas.a"
 # For new libatlas-base-dev
 ifeq ($(shell test -f /usr/lib/atlas-base/atlas/liblapack.a && echo 1),1)
-       DEB_CONFIGURE_EXTRA_FLAGS = 
--with-lapack="/usr/lib/atlas-base/atlas/liblapack.a" 
--with-blas="/usr/lib/atlas-base/atlas/libblas.a"
+       DEB_CONFIGURE_EXTRA_FLAGS = 
--with-lapack="/usr/lib/atlas-base/atlas/liblapack.a" 
--with-blas="/usr/lib/atlas-base/atlas/libblas.a" 
--with-mumps-libs="-ldmumps_seq -lmumps_common_seq -lmpiseq_seq -lpord_seq"
 endif
 
 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to