Source: clapack
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
               cmake,
               d-shlibs,
               libf2c2-dev (>= 20130926),
               chrpath
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/clapack.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/clapack.git
Homepage: http://www.netlib.org/clapack/

Package: libcblas3
Architecture: any
Section: libs
Provides: libcblas.so.3
Depends: ${shlibs:Depends}, ${misc:Depends}, libblas-common
Description: Basic Linear Algebra Reference implementations, shared library
 BLAS (Basic Linear Algebra Subroutines) is a set of efficient
 routines for most of the basic vector and matrix operations.
 They are widely used as the basis for other high quality linear
 algebra software, for example lapack and linpack.  This
 implementation is the Fortran 77 reference implementation found
 at netlib.
 .
 This implementation of the library belongs to the CLAPACK distribution.
 .
 This package contains a shared version of the library.

Package: libcblas-dev
Architecture: any
Section: libdevel
Provides: libcblas.so
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libcblas3 (= ${binary:Version})
Description: Basic Linear Algebra Subroutines 3, static library
 This package is a binary incompatible upgrade to the blas-dev
 package. Several minor changes to the C interface have been
 incorporated.
 .
 BLAS (Basic Linear Algebra Subroutines) is a set of efficient
 routines for most of the basic vector and matrix operations.
 They are widely used as the basis for other high quality linear
 algebra software, for example lapack and linpack.  This
 implementation is the Fortran 77 reference implementation found
 at netlib.
 .
 This implementation of the library belongs to the CLAPACK distribution.
 .
 This package contains a static version of the library.

Package: libclapack3
Architecture: any
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Provides: libclapack.so.3
Description: C Library of FORTRAN linear algebra routines - shared version
 CLAPACK a comprehensive FORTRAN library that does linear algebra
 operations including matrix inversions, least squared solutions to
 linear sets of equations, eigenvector analysis, singular value
 decomposition, etc. It is a very comprehensive and reputable package
 that has found extensive use in the scientific community.
 .
 This package contains a shared version of the library.

Package: libclapack-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libclapack3 (= ${binary:Version})
Description: C Library of FORTRAN linear algebra routines - development
 CLAPACK a comprehensive FORTRAN library that does linear algebra
 operations including matrix inversions, least squared solutions to
 linear sets of equations, eigenvector analysis, singular value
 decomposition, etc. It is a very comprehensive and reputable package
 that has found extensive use in the scientific community.
 .
 This package contains development files for the C language library for
 CLAPACK, including a static version of the library.

Package: libctmg3
Section: libs
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: test matrix generators of CLAPACK - shared version
 libtmglib is a component of the CLAPACK library, containing routines for
 generation of input matrices for testing and timing of CLAPACK.
 .
 This package contains a shared version of the library.

Package: libctmg-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
         libctmg3 (= ${binary:Version}),
         libcblas-dev,
         libclapack-dev
Description: test matrix generators of CLAPACK - development files
 libtmglib is a component of the CLAPACK library, containing routines for
 generation of input matrices for testing and timing of CLAPACK.
 .
 This package contains development files, including a static version of the
 library.

