-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
pkg install openblas
see https://www.freebsd.org/ports/index.html
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
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
https://admin.fedoraproject.org/pkgdb/package/rpms/openblas/
https://www.macports.org/ports.php?by=name&substr=openblas