Go to file
Egbert Eich 9df0d0912b Accepting request 966356 from home:eeich:branches:science
- Build PPC64LE libraries with the lastest gcc available to
  take advantage of instruction sets in later CPUs used in
  the CPU specific kernels (jsc#SLE-18143, bsc#1197721).
  For fortran use the stock compiler to avoid compatibility
  issues between different versions of libfortran.
  This is relevant for Leap/SLE only. It may be dropped once
  gcc < 10 is no longer supported.
- Do the same for x86_64 on SLE to make sure Cooperlake support
  is built properly.
- Remove:
  * Do-not-attempt-to-check-host-CPU-if-TARGET-is-set.patch
  * Create-independent-kernel-Makfile-configuration-when-building-DYNAMIC_ARCH.patch
  * For-DYNAMIC_ARCH-don-t-use-sbgemm_r-as-parameter.c-doesn-t-get-build.patch
  Instead, add from upstream:
  * Define-sbgemm_r-to-fix-DYNAMIC_ARCH-builds.patch
  * Remove-extraneous-and-wrong-definition-of-sbgemm_r-on-x86_64.patch
  * Fix-checks-for-AVX512-and-atomics.patch
  * Revert-AVX512-capability-check-from-PR-1980-moved-to-build.patch
  * Use-CC-and-full-command-line-instead-of-hard-coding-gcc-for-AVX512-checking.patch
  * Utilize-compiler-AVX512-capability-info-from-c_check-when-building-getarch.patch

  BLAS/LAPACK implementation (boo#1177260).  
  'openblas-common-devel' will provide the removed 'openblas-devel-headers'
  while the arch specific 'preferred' flavor will provide the removed
  'openblas-devel'.

OBS-URL: https://build.opensuse.org/request/show/966356
OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=131
2022-04-01 07:59:26 +00:00
_constraints - 2020-10-21 08:50:09 +00:00
_multibuild Accepting request 965613 from home:eeich:branches:science_alt 2022-03-30 09:28:45 +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
Define-sbgemm_r-to-fix-DYNAMIC_ARCH-builds.patch Accepting request 966356 from home:eeich:branches:science 2022-04-01 07:59:26 +00:00
Do-not-include-symbols-defined-in-driver-others-parameter.c-in-DYNAMIC_BUILD.patch Accepting request 965613 from home:eeich:branches:science_alt 2022-03-30 09:28:45 +00:00
Fix-checks-for-AVX512-and-atomics.patch Accepting request 966356 from home:eeich:branches:science 2022-04-01 07:59:26 +00:00
OpenBLAS-0.3.20.tar.gz Accepting request 965613 from home:eeich:branches:science_alt 2022-03-30 09:28:45 +00:00
openblas-noexecstack.patch - Update to version 0.3.14 2021-03-18 08:47:05 +00:00
openblas-ppc64be_up2_p8.patch Accepting request 879883 from home:michel_mno:branches:science 2021-03-18 14:43:03 +00:00
openblas-s390.patch - Update to version 0.3.14 2021-03-18 08:47:05 +00:00
openblas.changes Accepting request 966356 from home:eeich:branches:science 2022-04-01 07:59:26 +00:00
openblas.spec Accepting request 966356 from home:eeich:branches:science 2022-04-01 07:59:26 +00:00
README.HPC.SUSE Accepting request 533655 from home:eeich:hpc_alt 2017-10-16 15:00:39 +00:00
README.SUSE - Change library name suffix 2015-08-12 08:12:08 +00:00
Remove-extraneous-and-wrong-definition-of-sbgemm_r-on-x86_64.patch Accepting request 966356 from home:eeich:branches:science 2022-04-01 07:59:26 +00:00
Revert-AVX512-capability-check-from-PR-1980-moved-to-build.patch Accepting request 966356 from home:eeich:branches:science 2022-04-01 07:59:26 +00:00
Use-CC-and-full-command-line-instead-of-hard-coding-gcc-for-AVX512-checking.patch Accepting request 966356 from home:eeich:branches:science 2022-04-01 07:59:26 +00:00
Utilize-compiler-AVX512-capability-info-from-c_check-when-building-getarch.patch Accepting request 966356 from home:eeich:branches:science 2022-04-01 07:59:26 +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