Package: scalapack
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.

-- 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)
--- scalapack-1.7/debian/control.orig   2005-08-30 22:47:03.000000000 -0700
+++ scalapack-1.7/debian/control        2005-08-30 22:48:35.000000000 -0700
@@ -3,11 +3,11 @@
 Priority: extra
 Maintainer: Philipp Frauenfelder <[EMAIL PROTECTED]>
 Standards-Version: 3.6.1
-Build-Depends: mpich, lam4-dev, pvm-dev, blacs-mpich-dev, blacs-lam-dev, 
blacs-pvm-dev, g77, lapack3-dev | liblapack-3.so, refblas3-dev | libblas-3.so, 
f2c, debhelper
+Build-Depends: libmpich1.0-dev, lam4-dev, pvm-dev, blacs-mpich-dev, 
blacs-lam-dev, blacs-pvm-dev, g77, lapack3-dev | liblapack-3.so, refblas3-dev | 
libblas-3.so, f2c, debhelper
 
 Package: scalapack1-mpich
 Architecture: any
-Depends: mpich, ${shlibs:Depends}
+Depends: mpich-bin, ${shlibs:Depends}
 Suggests: scalapack-doc
 Description: Scalable Linear Algebra Package - Shared libs. for MPICH
  ScaLAPACK is the parallel version of LAPACK and is used on Beowulf type

Reply via email to