Name: | lapack |
---|---|
Version: | 3.8.0 |
Release: | 8.el8 |
Architecture: | x86_64 |
Group: | System Environment/Libraries |
Size: | 16662026 |
License: | BSD |
RPM: | lapack-3.8.0-8.el8.x86_64.rpm |
Source RPM: | lapack-3.8.0-8.el8.src.rpm |
Build Date: | Sat Mar 09 2019 |
Build Host: | ca-build101.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.netlib.org/lapack/ |
Summary: | Numerical linear algebra package libraries |
Description: | LAPACK (Linear Algebra PACKage) is a standard library for numerical linear algebra. LAPACK provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. Associated matrix factorizations (LU, Cholesky, QR, SVD, Schur, and generalized Schur) and related computations (i.e., reordering of Schur factorizations and estimating condition numbers) are also included. LAPACK can handle dense and banded matrices, but not general sparse matrices. Similar functionality is provided for real and complex matrices in both single and double precision. LAPACK is coded in Fortran90 and built with gcc. |
- use LDFLAGS for shared libs
- add missing aawork functions back to lapacke makefile (bz1549262)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Rebuilt for GCC8
- fix cblas
- build cblas - include pkgconfig files.
- add ilaenv2stage
- update to 3.8.0
- rename 64_ libraries to lib*64_*
- move to 64_ suffix and symbol mangling (bz1295965)