Your message dated Fri, 05 Feb 2016 11:19:36 +0000
with message-id <e1areqk-0002yv...@franck.debian.org>
and subject line Bug#813490: fixed in blacs-mpi 1.1-33.2
has caused the Debian Bug report #813490,
regarding blacs-mpi: patch for blacs-mpi to build with openmpi1.10
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
813490: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813490
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: blacs-mpi
Severity: important
Tags: patch

blacs-mpi FTBFS with openmpi1.10, as the libraries it should link against have 
changed.
Included is a patch to fix this.

-- System Information:
Debian Release: 8.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_IE.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -urN blacs-mpi-1.1.orig/debian/blacs-mpi-implementations.patch blacs-mpi-1.1/debian/blacs-mpi-implementations.patch
--- blacs-mpi-1.1.orig/debian/blacs-mpi-implementations.patch	2016-02-01 18:31:32.000000000 +0000
+++ blacs-mpi-1.1/debian/blacs-mpi-implementations.patch	2016-02-01 18:32:45.440640475 +0000
@@ -76,7 +76,7 @@
 +   MPIdir = /usr/lib/openmpi
 +   MPILIBdir = $(MPIdir)/lib
 +   MPIINCdir = $(MPIdir)/include
-+   MPILIB = -L/usr/lib/openmpi/lib -lmpi -lmpi_f77
++   MPILIB = $$(pkg-config mpi-fort --libs)
 +   CC = mpicc.openmpi
 +   F77 = mpif90.openmpi
 +   TRANSCOMM = -DUseMpi2
diff -urN blacs-mpi-1.1.orig/debian/changelog blacs-mpi-1.1/debian/changelog
--- blacs-mpi-1.1.orig/debian/changelog	2016-02-01 18:31:32.000000000 +0000
+++ blacs-mpi-1.1/debian/changelog	2016-02-01 18:34:26.505231276 +0000
@@ -1,3 +1,11 @@
+blacs-mpi (1.1-33.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Use `pkg-config mpi-fort --libs` rather than hard-coded libs for
+    openmpi
+
+ -- Alastair McKinstry <mckins...@debian.org>  Mon, 01 Feb 2016 18:33:44 +0000
+
 blacs-mpi (1.1-33.1) unstable; urgency=medium

   * Non-maintainer upload.
diff -urN blacs-mpi-1.1.orig/debian/rules blacs-mpi-1.1/debian/rules
--- blacs-mpi-1.1.orig/debian/rules	2016-02-01 18:31:32.000000000 +0000
+++ blacs-mpi-1.1/debian/rules	2016-02-01 18:32:24.687697787 +0000
@@ -57,7 +57,7 @@
 	  done;\
 	  cd .. ;\
 	  gcc -shared -Wl,-soname=lib$$i-openmpi.so.1 -o lib$$i-openmpi.so.1.1 \
-	    -L/usr/lib/openmpi/lib/ $$(find tmp -name "*.o") -lmpi -lmpi_f77; \
+	    $$(find tmp -name "*.o") $$(pkg-config mpi-fort --libs) \
 	  ln -fs lib$$i-openmpi.so.1.1 lib$$i-openmpi.so.1 ;\
 	  ln -fs lib$$i-openmpi.so.1 lib$$i-openmpi.so ;\
 	  rm -f tmp/tmp/* ; rmdir tmp/tmp ; rm tmp/* ;\

--- End Message ---
--- Begin Message ---
Source: blacs-mpi
Source-Version: 1.1-33.2

We believe that the bug you reported is fixed in the latest version of
blacs-mpi, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 813...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mattia Rizzolo <mat...@debian.org> (supplier of updated blacs-mpi package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 03 Feb 2016 08:44:20 +0000
Source: blacs-mpi
Binary: libblacs-openmpi1 libblacs-mpich1 libblacs-mpi-dev blacs-mpi-test 
blacs-test-common
Architecture: source
Version: 1.1-33.2
Distribution: unstable
Urgency: medium
Maintainer: Muammar El Khatib <muam...@debian.org>
Changed-By: Mattia Rizzolo <mat...@debian.org>
Description:
 blacs-mpi-test - Basic Linear Algebra Comm. Subprograms - Test files for MPI
 blacs-test-common - Test data for BLACS testers
 libblacs-mpi-dev - Basic Linear Algebra Comm. Subprograms - Dev. files for MPI
 libblacs-mpich1 - Basic Linear Algebra Comm. Subprograms - Shared libs. for 
MPICH
 libblacs-openmpi1 - Basic Linear Algebra Comm. Subprograms - Shared libs. for 
OpenMPI
Closes: 813490
Changes:
 blacs-mpi (1.1-33.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Use `pkg-config mpi-fort --libs` rather than hard-coded libs for
     openmpi.  Patch from Alastair McKinstry <mckins...@debian.org>.
     Closes: #813490
Checksums-Sha1:
 0f992a2bf0c4572546c4e6d2a09945889d6dc71a 2617 blacs-mpi_1.1-33.2.dsc
 fe2163054902d34dc07a78507308ec807d485c92 98889 blacs-mpi_1.1-33.2.diff.gz
Checksums-Sha256:
 4f9bc49dbdbdcdcbf203488651d587c8eaa0a35e6ab33d1debaf32c6883031e4 2617 
blacs-mpi_1.1-33.2.dsc
 09985bf0ad18e9cb0155bb032e60e26fb26faa04245b3e20a61fd02e3c59e721 98889 
blacs-mpi_1.1-33.2.diff.gz
Files:
 67647ccbc82122b1a8f4e95cea6c6d4c 2617 devel extra blacs-mpi_1.1-33.2.dsc
 c96eb1ced2ee050199afc1e268b49315 98889 devel extra blacs-mpi_1.1-33.2.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWsb7rAAoJEEsEP825REVAH5MP+gKrnqMpfJnacoCArM1elpJP
II6/olwZZPPXrV1dy9/b5Fm3IvODRRbyQlctXFi9avUCLKe5qbz0womljx+fux7Z
wjTVdG6NM952DLd2egGVRsNn0yVXjt3fp//bu67dGzj5CL3T7T6UOGcdyq4/j7GU
22UqSgv9boEucrvKltEXfbgyjVp5rkmelWJHMIZyGlAcqoy8AvO92jswu9InMvUT
nXfVodJhJA2umBgj8rOcUaVIOZxdOVDbCBMFwIS7zYowWwDGZlr6aYHsFasirKsn
m86q7TeXD53vbqBuePDXVIIghlL0Vkn+iBPz4+dvO4Cwip2SP8OFxVnT77lki8EW
CVIuPOMbl1RyzISAB3/KNBruW8tRQe0ivFnw0oth8so1Beism2ALZpGfTxMSXd0U
rNnTpj4CWjtB/PveiEKJSBR61xhrI27OdSv6HTLHWeh3NoFsxcPBgX/uuGDystkN
r0UNAEciomeDLPR+VgPk3w1BQPkvQu1A0OcVHJ+3Zttmfqfdu23HqQzoKKU/Zj1/
XUv7Sif9A14cktiYQNlCkHe35FHHevyhxkqA/v9jPNwySNP0Jgy6dc0kPSKMoi78
0b3TBfkq6cduT/xCZ+FZWjVYiF2tCOc+ZvrzW1LqC/sXN58OW4GFKuAuhdd/Adxj
pEhPNcO88Xef9PvCKU49
=rXw4
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to