Go to file
Dominique Leuenberger 30879e69be Accepting request 425332 from science
- Update to version 0.2.19
  POWER:
    * Optimize BLAS on Power8
    * Fixed Julia+OpenBLAS bugs on Power8
  MIPS:
    * Optimize BLAS on MIPS P5600 and I6400
  ARM:
    * Improved on ARM Cortex-A57

OBS-URL: https://build.opensuse.org/request/show/425332
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=14
2016-09-08 15:39:21 +00:00
.gitattributes Accepting request 106990 from home:scorot 2012-02-26 12:52:52 +00:00
.gitignore Accepting request 106990 from home:scorot 2012-02-26 12:52:52 +00:00
c_xerbla_no-void-return.patch Accepting request 229075 from home:Dmitry_R:branches:science 2014-04-05 06:32:53 +00:00
openblas-0.2.19.tar.gz - Update to version 0.2.19 2016-09-07 16:20:26 +00:00
openblas-noexecstack.patch Accepting request 263945 from home:Dmitry_R:branches:science 2014-12-04 08:48:36 +00:00
openblas.changes - Update to version 0.2.19 2016-09-07 16:20:26 +00:00
openblas.spec - Update to version 0.2.19 2016-09-07 16:20:26 +00:00
README.SUSE - Change library name suffix 2015-08-12 08:12:08 +00:00

openSUSE specific packaging
===========================

OpenBLAS provides optimized implementations of BLAS and LAPACK.
openSUSE provides three variants:
 * Serial library (libopenblas_serial0)
 * With OpenMP support (libopenblas_openmp0)
 * With threading support (libopenblas_pthreads0)

By defult openSUSE uses pthreads version on x86 systems and OpenMP
for other architectures. On x86 systems OpenBLAS uses dynamic
architectures support, so it contains all CPU-related optimizations.

How to switch between the various BLAS/LAPACK implementations
=============================================================

BLAS:
 sudo /usr/sbin/update-alternatives --config libblas.so.3

LAPACK:
 sudo /usr/sbin/update-alternatives --config liblapack.so.3

More information is available at:

 https://en.opensuse.org/openSUSE:Science_Linear_algebra_libraries