openblas: An optimized implementation of BLAS (Basic Linear Algebra Subprograms)#

Description#

OpenBLAS is an optimized open library implementing the Basic Linear Algebra Subprograms (BLAS) specification.

It is based on GotoBLAS2 1.13 BSD version.

License#

3-clause BSD license

SPKG Repository#

https://www.openblas.net

GitHub page: https://github.com/xianyi/OpenBLAS

Releases: https://github.com/xianyi/OpenBLAS/releases

Upstream Contact#

Type#

standard

Dependencies#

Version Information#

package-version.txt:

0.3.21

Equivalent System Packages#

arch:

$ sudo pacman -S  openblas lapack cblas

conda:

$ conda install  openblas blas=2.*=openblas

cygwin:

$ apt-cyg install liblapack-devel libopenblas

Debian/Ubuntu:

$ sudo apt-get install  libopenblas-dev

Fedora/Redhat/CentOS:

$ sudo yum install  openblas-devel

freebsd:

$ sudo pkg install math/openblas

gentoo:

$ sudo emerge sci-libs/openblas

homebrew:

$ brew install openblas

macports: install the following packages: OpenBLAS-devel

nix:

$ nix-env --install blas lapack

opensuse:

$ sudo zypper install openblas-devel

void:

$ sudo xbps-install  openblas-devel

See https://repology.org/project/openblas/versions

If the system package is installed, ./configure will check whether it can be used.