lapack 3.9.0-1 source package in Ubuntu

Changelog

lapack (3.9.0-1) unstable; urgency=medium

  [ Sébastien Villemot ]
  * d/watch: update for move to Github
  * New upstream version 3.9.0
  * lapacke-makefile.patch: drop patch, applied upstream
  * d/rules: adapt for renaming of variables and path changes in upstream
    Makefiles
  * liblapack-doc: remove unused override for spelling-error-in-manpage
  * missing-lapacke-prototypes.patch: new patch, fixes unresolved symbols in
    liblapacke
  * Adapt lapack autopkgtests for a behaviour change in lapack_testing.py

  [ Matthias Klose ]
  * Don't run the 64bit autopkg tests on 32bit architectures.
    (Closes: #944468)

  [ Mo Zhou ]
  * Also exclude the rest 32bit Arches (that doko missed) for autopkgtest.

 -- Sébastien Villemot <email address hidden>  Sat, 23 Nov 2019 11:25:11 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
lapack_3.9.0-1.dsc 3.3 KiB 3fef51c4fdb061c22be677748bf27574ce1be10bc7fd6ce3b562d28e98abfb72
lapack_3.9.0.orig.tar.gz 7.2 MiB 106087f1bb5f46afdfba7f569d0cbe23dacb9a07cd24733765a0e89dbe1ad573
lapack_3.9.0-1.debian.tar.xz 26.7 KiB 7e727c8b6d1eb03137f93bb58e057e2689d0700cbc1f33ccaa62cd2303cfb322

No changes file available.

Binary packages built by this source

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-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 libblas-test
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 libblas3
libblas64-3: Basic Linear Algebra Reference implementations, shared library (64bit-index)

 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.
 Compiled with Fortran option "-fdefault-integer-8".

libblas64-3-dbgsym: debug symbols for libblas64-3
libblas64-dev: Basic Linear Algebra Subroutines 3, static library (64bit-index)

 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.
 Compiled with Fortran option "-fdefault-integer-8".

libblas64-test: Basic Linear Algebra Subroutines 3, testing programs (64bit-index)

 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.
 .
 Compiled with Fortran option "-fdefault-integer-8".

libblas64-test-dbgsym: debug symbols for libblas64-test
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

 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 of BLAS and LAPACK routines,
  - the Lapack User's Guide manual (in HTML),
  - the manual for the LAPACKE C interface to LAPACK (in PDF).

liblapack-pic: Library of linear algebra routines 3 - transitional

 This is a dummy transitional package, it can be safely removed.

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 liblapack-test
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 liblapack3
liblapack64-3: Library of linear algebra routines 3 - shared version (64bit-index)

 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.
 Compiled with Fortran option "-fdefault-integer-8".

liblapack64-3-dbgsym: debug symbols for liblapack64-3
liblapack64-dev: Library of linear algebra routines 3 - static version (64bit-index)

 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.
 Compiled with Fortran flag "-fdefault-integer-8".

liblapack64-test: Library of linear algebra routines 3 - testing programs (64bit-index)

 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.
 .
 Compiled with Fortran option "-fdefault-integer-8".

liblapack64-test-dbgsym: debug symbols for liblapack64-test
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 liblapacke
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.

liblapacke64: Library of linear algebra routines 3 - C lib shared version (64bit-index)

 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.
 Compiled with C flag "-DHAVE_LAPACK_CONFIG_H -DLAPACK_ILP64".

liblapacke64-dbgsym: debug symbols for liblapacke64
liblapacke64-dev: Library of linear algebra routines 3 - Headers (64bit-index)

 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.
 Compiled with C flag "-DHAVE_LAPACK_CONFIG_H -DLAPACK_ILP64".

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 libtmglib3
libtmglib64-3: test matrix generators of LAPACK - shared version (64bit-index)

 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.
 Compiled with Fortran flag "-fdefault-integer-8".

libtmglib64-3-dbgsym: debug symbols for libtmglib64-3
libtmglib64-dev: test matrix generators of LAPACK - development files (64bit-index)

 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.
 Compiled with Fortran flag "-fdefault-integer-8".