lapack 3.6.0-1 source package in Ubuntu

Changelog

lapack (3.6.0-1) unstable; urgency=low

  * Imported Upstream version 3.6.0
  * No longer repack upstream tarball.
  * d/copyright: rewrite in machine readable format 1.0.
  * Remove patches applied upstream.
    + cgesvd-zgesvd-stack-corruption.patch
    + zstemr-n2.patch
    + zlanhf-clanhf-norm.patch
    + dormlq_interface_check.patch
    + dlansy_1_norm_segfault.patch
    + dlange_rowmajor_inconsistent.patch
  * doxygen-exclude-binary-objects.patch: drop patch, no longer needed.
  * decouple_gcc.diff: remove patch.
    Add equivalent functionality in the make.inc rule of debian/rules.
  * lapack_testing.patch: drop useless patch.
  * fix-typos.patch: new patch, fixes various typos.
    Thanks to lintian!
  * doxygen-strip-source.patch: new patch.
    Suppresses verbatim source code from Doxygen output, to save space.
  * Build libblas* binary packages (taken over from src:blas).
    + New patches:
      - cblas-makerule.patch
      - cblas-test-output.patch
      - cblas-zblat2.patch
      - icamax-izamax-extended-precision.patch
    + libblas-doc is now a transitional package (depends on
      liblapack-doc-man). Unmaintained cinterface.pdf and faq.html have
      been dropped.
    + libblas-test: ship test data files in /usr/lib/libblas.
    + libblas-dev now suggests liblapack-doc{,-man}.
    + Patches not taken from src:blas:
      - an apparently wrong patch for crotg.
      - the big patch for dealing with info codes in cblas routines when
        used in row major order, when xerbla was overridden by the user.
        The modified behavior was debatable, and at any rate, it is not
        implemented in ATLAS and OpenBLAS.
  * Ship all manpages (including BLAS') in liblapack-doc-man.
    Drop no_blas_manpages.patch. Incidentally, all BLAS routines now have
    manpages, including the xDOT ones. (Closes: #511574)
  * LAPACK testsuite in liblapack-test:
    + dynamically link test programs.
    + Move test input data to /usr/lib/lapack.
    + Ship a script for running all tests in /u/s/doc/liblapack-test/examples.
  * liblapack{,e}-dev now suggest liblapack-doc{,-man}.
  * Drop liblapack-dbg, migrate to automatic debug packages.
  * d/liblapack-doc.dirs: delete it, no need for these empty dirs.
  * Remove useless *.md5 and *.map in liblapack-doc.
  * Add autopkgtest for BLAS and LAPACK testsuites.
  * Various improvements to package descriptions.
  * Ship lapacke.pc in liblapacke-dev.

 -- Sébastien Villemot <email address hidden>  Wed, 06 Jan 2016 11:35:04 +0100

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
lapack_3.6.0-1.dsc 2.8 KiB 16f834fc153aa1e94c95f5f8950fa4b438b0967ff84d21b88d76e83001ca6f10
lapack_3.6.0.orig.tar.gz 6.5 MiB a9a0082c918fe14e377bbd570057616768dca76cbdc713457d8199aaa233ffc3
lapack_3.6.0-1.debian.tar.xz 23.8 KiB 189789c0b50fb825477b1004af4b70315da43382f6e80cad28265dae4c2bb198

Available diffs

No changes file available.

Binary packages built by this source

libblas-common: Dependency package for all BLAS implementations

 The only purpose of this empty package is to ensure multi-arch safety of
 different BLAS implementations. See bug #760936 for more details.

libblas-dev: 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 package contains a static version of the library.

libblas-doc: Transitional package for BLAS manpages

 This is a transitional dummy package. It can be safely removed.

libblas-test: Basic Linear Algebra Subroutines 3, testing programs

 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 package contains a set of programs which test the integrity of an
 installed blas-compatible shared library. These programs may therefore be used
 to test the libraries provided by the blas package as well as those provided
 by the libatlas3-base and libopenblas-base packages. The programs are
 dynamically linked -- one can explicitly select a library to test by setting
 the libblas.so.3 alternative, or by using the LD_LIBRARY_PATH or LD_PRELOAD
 environment variables. Likewise, one can display the library selected using
 the ldd program in an identical environment.

libblas-test-dbgsym: debug symbols for package libblas-test

 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 package contains a set of programs which test the integrity of an
 installed blas-compatible shared library. These programs may therefore be used
 to test the libraries provided by the blas package as well as those provided
 by the libatlas3-base and libopenblas-base packages. The programs are
 dynamically linked -- one can explicitly select a library to test by setting
 the libblas.so.3 alternative, or by using the LD_LIBRARY_PATH or LD_PRELOAD
 environment variables. Likewise, one can display the library selected using
 the ldd program in an identical environment.

libblas3: 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 package contains a shared version of the library.

libblas3-dbgsym: debug symbols for package libblas3

 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 package contains a shared version of the library.

liblapack-dev: Library of linear algebra routines 3 - static version

 LAPACK version 3.X is 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 static version of the library.

liblapack-doc: Library of linear algebra routines 3 - documentation (HTML)

 LAPACK version 3.X is 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 the Lapack User's Guide manual in HTML format.

liblapack-doc-man: Library of linear algebra routines 3 - documentation (manual pages)

 LAPACK version 3.X is 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 manpages for all BLAS and LAPACK routines.

liblapack-pic: Library of linear algebra routines 3 - static PIC version

 LAPACK version 3.X is 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.
 .
 Normally one would want to use non-PIC code for static linking. In
 this case, install liblapack-dev. This package is provided for other
 packages, such as ATLAS, needing access to PIC versions of the lapack
 objects in their own build process.

liblapack-test: Library of linear algebra routines 3 - testing programs

 LAPACK version 3.X is 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.
 .
 These testing programs have been run against the
 shared library in the lapack package. The results have been
 collected in the files test_results. These
 programs are provided separately here so that the user can
 test and compare alternate versions of the lapack libraries,
 such as those provided by the ATLAS packages, and the lapack
 package.

liblapack-test-dbgsym: debug symbols for package liblapack-test

 LAPACK version 3.X is 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.
 .
 These testing programs have been run against the
 shared library in the lapack package. The results have been
 collected in the files test_results. These
 programs are provided separately here so that the user can
 test and compare alternate versions of the lapack libraries,
 such as those provided by the ATLAS packages, and the lapack
 package.

liblapack3: Library of linear algebra routines 3 - shared version

 LAPACK version 3.X is 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.

liblapack3-dbgsym: debug symbols for package liblapack3

 LAPACK version 3.X is 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.

liblapacke: Library of linear algebra routines 3 - C lib shared version

 LAPACK version 3.X is 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 the Standard C language library for LAPACK.

liblapacke-dbgsym: debug symbols for package liblapacke

 LAPACK version 3.X is 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 the Standard C language library for LAPACK.

liblapacke-dev: Library of linear algebra routines 3 - Headers

 LAPACK version 3.X is 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 LAPACK,
 including a static version of the library.

libtmglib-dev: test matrix generators of LAPACK - development files

 libtmglib is a component of the LAPACK library, containing routines for
 generation of input matrices for testing and timing of LAPACK.
 .
 This package contains development files, including a static version of the
 library.

libtmglib3: test matrix generators of LAPACK - shared version

 libtmglib is a component of the LAPACK library, containing routines for
 generation of input matrices for testing and timing of LAPACK.
 .
 This package contains a shared version of the library.

libtmglib3-dbgsym: debug symbols for package libtmglib3

 libtmglib is a component of the LAPACK library, containing routines for
 generation of input matrices for testing and timing of LAPACK.
 .
 This package contains a shared version of the library.