Skip to content

Precompiled installation packages

Andrew edited this page Sep 23, 2017 · 21 revisions

Precompiled installation packages

note this list is not comprehensive, is not meant to validate nor endorse a particular third-party build over others and may not always lead to the newest version

FreeBSD

pkg install openblas

see https://www.freebsd.org/ports/index.html

Linux

Debian/Ubuntu/Mint

OpenBLAS package is available in default repositories using following command:

  $ sudo apt update
  $ apt search openblas
  $ sudo apt install libopenblas-dev` 

Alternatively, if distributor's package proves unsatisfactory, you may try latest version of OpenBLAS, Following guide in OpenBLAS FAQ

openSuSE/SLE:

Recent OpenSUSE versions include OpenBLAS in default repositories and also permit OpenBLAS to act as replacement of system-wide BLAS. Example installation commands:

  $ sudo zypper ref
  $ zypper se openblas
  $ sudo zypper in openblas-devel
  $ update-alternatives --config libblas.so.3

Should you be using older OpenSUSE that provides old OpenBLAS, or SLE, you can attach science OBS repository as a new package source to acquire recent build of OpenBLAS following instructions on OBS site: https://software.opensuse.org/download.html?project=science&package=openblas

CentOS/Fedora EPEL

https://admin.fedoraproject.org/pkgdb/package/rpms/openblas/

OSX

https://www.macports.org/ports.php?by=name&substr=openblas

Windows

http://sourceforge.net/projects/openblas/files

https://www.nuget.org/packages?q=openblas