Linear Algebra Package
LAPACK 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.
- Sources inherited from project windows:mingw:win64
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:rhabacker:branches:windows:mingw:win64/mingw64-lapack && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
lapack-3.5.0.tgz | 0006313139 6.02 MB | |
mingw64-lapack.spec | 0000005546 5.42 KB |
Revision 1 (latest revision is 9)
Fridrich Strba (fstrba)
accepted
request 247310
from
Anthony Kelman (kelman)
(revision 1)
packaging follows https://build.opensuse.org/package/view_file/devel:libraries:c_c++/lapack/lapack.spec with a few differences: - not making static library subpackages - not using update-alternatives - not including man pages - using cmake instead of a few hundred lines of manually messing with makefile fragments - not building LAPACKE, since it's not enabled by default with the cmake build. I can look into changing this if someone needs the lapacke library. - not running the tests - deleting the installed cmake and pkg-config files, both indicate wrong version numbers (upstream bug in the cmake files) and caused issues with satisfying the Provides: mingw64-blas part of the spec file
Comments 0