Name: | lapack64 |
---|---|
Version: | 3.4.2 |
Release: | 5.el7 |
Architecture: | x86_64 |
Group: | Development/Libraries |
Size: | 5642790 |
License: | BSD |
RPM: | lapack64-3.4.2-5.el7.x86_64.rpm |
Source RPM: | lapack-3.4.2-5.el7.src.rpm |
Build Date: | Thu Sep 10 2015 |
Build Host: | x86-ol7-builder-04.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. This build has 64bit INTEGER support. |
- Use generic macro to detect 64 bit platforms (fix ppc64le/aarch64) - Resolves: rhbz#1152634
- Mass rebuild 2014-01-24
- Mass rebuild 2013-12-27
- clean out non-free example files from source tarball
- update to 3.4.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- fix 64bit sonames
- enable 64bit INTEGER variant subpackages
- fix issue where lapacke was linking to testing functions (bz860332)
- Update to 3.4.1 - Rebase lapacke shared lib patch