Package: blacs-mpi
Severity: serious
Tags: patch
Justification: Policy 2.2.1
mpich was caught up in the C++ transition, and has also dropped the mpich
package. mpicc and friends have moved to a libmpich1.0-dev package, and
the runtime has moved to mpich-bin.
Attached is a patch that I believe should fix the build and runtime
dependencies, although please take a look and be sure that this is the
correct runtime dependency. After applying this patch, a new upload is
needed to build against the new mpich shared libraries, since the shared
library package has changed names given the C++ transition.
Please try to do this soon as possible, as all of mpich's dependencies
have to be transitioned for mpich to move into testing.
Thanks!
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.4.30
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
--- blacs-mpi-1.1/debian/control.orig 2005-08-30 22:33:54.000000000 -0700
+++ blacs-mpi-1.1/debian/control 2005-08-30 22:41:18.000000000 -0700
@@ -3,12 +3,12 @@
Priority: extra
Maintainer: Philipp Frauenfelder <[EMAIL PROTECTED]>
Standards-Version: 3.6.1
-Build-Depends: debhelper (>= 4), lam4-dev (>= 7.0.4-2), mpich (>=
1.2.5.3-1.1), g77
+Build-Depends: debhelper (>= 4), lam4-dev (>= 7.0.4-2), libmpich1.0-dev, g77
Package: blacs1-mpich
Section: libs
Architecture: any
-Depends: mpich (>= 1.2.5.3-1.1), ${shlibs:Depends}
+Depends: mpich-bin, ${shlibs:Depends}
Description: Basic Linear Algebra Comm. Subprograms - Shared libs. for MPICH
The BLACS project is an ongoing investigation whose purpose is to
create a linear algebra oriented message passing interface that may be