math/lapack - The NetBSD Packages Collection

Linear Algebra PACKage (Netlib reference implementation)

The BLAS (Basic Linear Algebra Subprograms) are high quality "building
block" routines for performing basic vector and matrix
operations. Level 1 BLAS do vector-vector operations, Level 2 BLAS do
matrix-vector operations, and Level 3 BLAS do matrix-matrix
operations. Because the BLAS are efficient, portable, and widely
available, they're commonly used in the development of high quality
linear algebra software, LINPACK and LAPACK for example.

LAPACK is a highly portable Fortran 77 library which provides routines
for solving systems of simultaneous linear equations, least-squares
solutions of linear systems of equations, eigenvalue problems, and
singular value problems. The associated matrix factorizations (LU,
Cholesky, QR, SVD, Schur, generalized Schur) are also provided, as are
related computations such as reordering of the Schur factorizations
and estimating condition numbers. Dense and banded matrices are
handled, but not general sparse matrices. In all areas, similar
functionality is provided for real and complex matrices, in both
single and double precision.

This package contains the Fortran 77 reference implementation of BLAS
and LAPACK from Netlib. The C wrappers CBLAS and LAPACKE are provided
in separate packages.

Build dependencies

devel/cmake pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

math/blas math/blas lang/gcc7 math/blas lang/gcc7

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64lapack-3.11.0.tgz
NetBSD 10.0aarch64lapack-3.11.0.tgz
NetBSD 10.0aarch64lapack-3.11.0.tgz
NetBSD 10.0aarch64eblapack-3.11.0.tgz
NetBSD 10.0aarch64eblapack-3.11.0.tgz
NetBSD 10.0earmv4lapack-3.11.0.tgz
NetBSD 10.0earmv7hflapack-3.11.0.tgz
NetBSD 10.0earmv7hflapack-3.11.0.tgz
NetBSD 10.0earmv7hflapack-3.11.0.tgz
NetBSD 10.0i386lapack-3.11.0.tgz
NetBSD 10.0i386lapack-3.11.0.tgz
NetBSD 10.0powerpclapack-3.11.0.tgz
NetBSD 10.0x86_64lapack-3.11.0.tgz
NetBSD 10.0_BETAx86_64lapack-3.11.0.tgz
NetBSD 8.0powerpclapack-3.11.0.tgz
NetBSD 8.0powerpclapack-3.11.0.tgz
NetBSD 8.0powerpclapack-3.11.0.tgz
NetBSD 8.0powerpclapack-3.11.0.tgz
NetBSD 8.0x86_64lapack-3.11.0.tgz
NetBSD 8.0x86_64lapack-3.11.0.tgz
NetBSD 8.0x86_64lapack-3.11.0.tgz
NetBSD 9.0aarch64lapack-3.11.0.tgz
NetBSD 9.0aarch64lapack-3.11.0.tgz
NetBSD 9.0aarch64lapack-3.11.0.tgz
NetBSD 9.0alphalapack-3.11.0.tgz
NetBSD 9.0earmv7hflapack-3.11.0.tgz
NetBSD 9.0earmv7hflapack-3.11.0.tgz
NetBSD 9.0earmv7hflapack-3.11.0.tgz
NetBSD 9.0i386lapack-3.11.0.tgz
NetBSD 9.0i386lapack-3.11.0.tgz
NetBSD 9.0powerpclapack-3.11.0.tgz
NetBSD 9.0powerpclapack-3.11.0.tgz
NetBSD 9.0powerpclapack-3.11.0.tgz
NetBSD 9.0powerpclapack-3.11.0.tgz
NetBSD 9.0sparc64lapack-3.11.0.tgz
NetBSD 9.0x86_64lapack-3.11.0.tgz
NetBSD 9.0x86_64lapack-3.11.0.tgz
NetBSD 9.3x86_64lapack-3.11.0.tgz
NetBSD 9.3x86_64lapack-3.11.0.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.