found 462290 3.0+20070106-2 tags 462290 + patch thanks superlu presently (build-)depends on a mishmash of g77- and gfortran-compatible BLAS implementations. Per the patch below (which also drops an obsolete versioned build-dependency on gcc), could you please fix its build dependencies and libsuperlu3-dev's runtime dependencies to list only gfortran-compatible versions, and let the shlibs system take care of libsuperlu3's runtime dependencies?
Thanks! --- control (revision 2186) +++ control (working copy) @@ -3,7 +3,7 @@ Section: devel Maintainer: Debian Scientific Computing Team <[EMAIL PROTECTED]> Uploaders: Christophe Prud'homme <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), gcc( >= 3.0 ), libblas-dev|refblas3-dev | atlas3-base-dev +Build-Depends: debhelper (>= 4.0.0), libblas-dev | libatlas-base-dev | libblas-3gf.so Standards-Version: 3.7.3 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/superlu/ XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/superlu/ @@ -11,7 +11,7 @@ Package: libsuperlu3-dev Section: libdevel Architecture: any -Depends: libsuperlu3 (= ${Source-Version}), libblas-dev|refblas3-dev | atlas3-base-dev +Depends: libsuperlu3 (= ${Source-Version}), libblas-dev | libatlas-base-dev | libblas-3gf.so Description: Direct solution of large, sparse systems of linear equations SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high @@ -32,7 +32,7 @@ Package: libsuperlu3 Section: libs Architecture: any -Depends: libblas3gf | refblas3 | atlas3-base | libblas-3.so, ${shlibs:Depends} +Depends: ${shlibs:Depends} Description: Direct solution of large, sparse systems of linear equations SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high -- Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org) Finger [EMAIL PROTECTED] (NOT a valid e-mail address) for more info. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]