ikurniawan/lapack

Project ID: 2098

Description

LAPACK 3.4 for CentOS 6

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.

Installation Instructions

  • yum-config-manager --add-repo=https://copr.fedoraproject.org/coprs/ikurniawan/lapack/repo/epel-6/ikurniawan-lapack-epel-6.repo
  • yum install lapack lapack-devel

OR

  • wget -O /etc/yum.repos.d/_copr_ikurniawan-lapack.repo https://copr.fedoraproject.org/coprs/ikurniawan/lapack/repo/epel-6/ikurniawan-lapack-epel-6.repo
  • yum install lapack lapack-devel

OR

  • yum install -y dnf dnf-plugins-core
  • dnf copr enable ikurniawan/lapack
  • dnf install lapack lapack-devel

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download
EPEL 6 x86_64 (43)* EPEL 6 (79 downloads)

* Total number of downloaded packages.