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¶
GitHub page: https://github.com/xianyi/OpenBLAS
Upstream Contact¶
OpenBLAS users mailing list:
OpenBLAS developers mailing list:
Type¶
standard
Version Information¶
package-version.txt:
0.3.13
Equivalent System Packages¶
arch:
$ sudo pacman -S openblas-devel
conda:
$ conda install openblas-devel
cygwin:
$ apt-cyg install openblas-devel
Debian/Ubuntu:
$ sudo apt-get install openblas-devel
Fedora/Redhat/CentOS:
$ sudo yum install openblas-devel
freebsd:
$ sudo pkg install openblas-devel
gentoo:
$ sudo emerge openblas-devel
homebrew:
$ brew install openblas-devel
macports: install the following packages: openblas-devel nix:
$ nix-env --install openblas-devel
opensuse:
$ sudo zypper install openblas-devel
void:
$ sudo xbps-install openblas-devel
See https://repology.org/project/openblas-devel/versions
If the system package is installed, ./configure will check whether it can be used.